/* Block-Darstellung für HTML5-Ele,ente im IE8 */
header,
nav,
footer {
	display: block;
}

body {
  	background-color: #ffe8b8;
}

#wrapper {
	margin: 0px auto;
	max-width: 960px;
	background-color: #ffe8b8;
	margin-top: 20px;
	padding: 20px;
}

header {
  	width: 100%;
	height: auto;
	background-color: #ffe8b8;
	margin-bottom: 20px;
	text-align: center;	
}

#content {
	width: 100%;
	background-color: #ffe8b8;
	text-align: center;
	margin-bottom: 20px;
}

#kontakt {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
  	width: 100%;
	background-color: #b78319;
	text-align: center;
}

footer {
  	width: 100%;
	height: auto;
	background-color: #ffe8b8;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

text_u {
	color: #b78319;
	line-height: 150%;
	font-size: 20px;
	font-weight: normal;
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
}

text_d {
	color: #b78319;
	line-height: 150%;
	font-size: 15px;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

text {
	color: #fff;
	line-height: 150%;
	font-size: 15px;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

a, a:visited { 
	color: #b78319; 
	text-decoration: none; 
}

a:hover { 
	color: #b78319; 
	text-decoration: underline; 
}

img {
  max-width: 100%;
  height: auto;
}

