@charset "UTF-8";
/*-------------------------------------------
 CSS for Kern Personal Coaching
 -------------------------------------------*/
/*-------------------------------------------
 Browser Reset
 -------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}

/*-------------------------------------------
 Global
 -------------------------------------------*/
body {
	background-image:url(../images/bg.jpg);
	font-family:"Source Sans Pro", arial, sans-serif;
}
h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:13px;
}

/*-------------------------------------------
 Layout / Stucture
 -------------------------------------------*/
#wrapper{
	position: relative;
	margin: 30px auto;
	padding:20px;
	width: 520px;
	background-color:#575756;
}
#daten{
	padding:20px 0 0 138px;
	color:#DADADA;
	border-top:3px solid #F9AE00;
	line-height:22px;
	margin-top:0;
	font-size:14px;
}
#daten a{
	color:#F9AE00;
}
#daten a:hover{
	color:#000;
	text-decoration:underline;
}