@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background-color: #FFF4D5;
	font-family: Tahoma, Arial;
	line-height: 120%;
	margin-bottom: 30px;
}

html {height: 101%;}

h1, h2, h3, h4 , h5, h6 {
	color: #282828;
}

h1 {
	font-size: 18px;
	padding-bottom: 15px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}

a {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #006666;
	text-decoration: none;
}

#wrapper {
	background-color: #FFFFFF;
	width: 920px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	border: 1px solid #EEEEEE;
}

#logo {

}

#navigation {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
}

#hintergrund {
	background-image: url(../bilder/inhalt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 918px;
	min-height: 720px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}

* html #hintergrund { height: 720px; }


#inhalt {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 12px;
	color: #333333;
}

#inhalt img.bild_inhalt {
	padding: 5px;
	border: 1px solid #DDDDDD;

}

#inhalt a img {
border: none;
}

#footer {
	font-size: 12px;
	background-image: url(../bilder/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 80px;
	color: #DFDFDF;
}

.footer_text {
	padding-top: 30px;

}

.footer_text a {
	text-decoration: none;
	color: #DFDFDF;

}

.footer_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
#formular {
	width: 600px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
