html{
	height: 101%;
}

body{
	margin: 5px 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fdb958;
}

img {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #d2323a;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0b2d42;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #d2323a;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #0b2d42;
	font-weight: bold;
}

input,textarea{
	color: #ce0325;
}

hr {
	background-color: #de9808;
	color: #de9808;
	width: 600px;
	size: 1px;
	margin: 15px 0;
	border: 0;
}

h3 {
	font-size: 1.8em;
	height: 30px;
	text-align: center;
	color: #de9808;
	
}
h4 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	color: #0b2d42;
}
#inhalt{
	background-color: #fff7e5;
	width: 650px;
}

#header{
	font-size: 1.2em;
}

#kontakt {
	font-size: 1.2em;
	text-decoration: none;
	color: #0b2d42;
	text-align: center;
	vertical-align: top;
	padding: 0;
}

#text{
	font-size: 1.2em;
	text-decoration: none;
	color: #0b2d42;
	text-align: left;
	padding: 0 10px 10px;
}



.image_rechts{
	border: 3px double #fad477;	
	margin-left: 5px;
	float: right;
}
.image_links{
	border: 3px double #fad477;	
	margin-right: 5px;
	float: left;
}


.schrift_klein{
	font-size:0.8em;
}






