@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-color:#eaeaea;
	font-family: 'Ubuntu', sans-serif;
}
h1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:13px;
}

/*-------------------------------------------
 Layout / Stucture
 -------------------------------------------*/
#wrapper{
	position: relative;
	margin: 30px auto;
	padding:0;
	width: 700px;
	border:1px solid black;
	background-color:#fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #535353;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #535353;
}
#daten{
	padding:50px;
	color:#706f73;
	border-top:10px solid #9D0606;
	line-height:22px;
}
#daten p{
	margin-bottom:15px;
}
#daten a{
	color:#9D0606;
}
#daten a:hover{
	color:#0C369A;
}