@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #62433e;
	background-color: #FDDD2B;
	background-image: url(../00_Generell/bg_blau.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	height: 750px;
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../01_index/Jav.png);
	background-position: 750px top;
	background-repeat: no-repeat;
}
#header {
	height: 175px;
	width: 925px;
	background-repeat: no-repeat;
	background-image: url(../01_index/bg_navi_index.png);
	background-position: 275px 11px;
}
#content {
	width: 925px;
	height: 575px;
	background-image: url(../00_Generell/bg_content_klein.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content_left {
	float: left;
	height: 575px;
	width: 240px;
	background-image: url(../01_index/kat_index.png);
	background-repeat: no-repeat;
}
#content_mid {
	float: left;
	height: 575px;
	width: 450px;
}
#content_right {
	float: right;
	height: 500px;
	width: 235px;
	background-image: url(../01_index/Teaser_weiss.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #62433e;
}
.h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 30px;
	font-weight: bold;
}
.h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
.h3_navi {
	font-style: italic;
}
.logo {
	float: left;
	margin-left: 64px;
}
a:link {
	text-decoration: none;
	color: #62433e;
}
a:visited {
	text-decoration: none;
	color: #62433e;
}
a:hover {
	text-decoration: none;
	color: #37C0FE;
}
a:active {
	text-decoration: none;
	color: #37C0FE;
}
