/* CSS Document */

body {
	background-image: url(../gif/bg.gif);
	background-repeat: repeat;
}

.maincontainer {
	background-color: #FFFFFF;
	margin-left: -450px;
	position: absolute;
	height: 830px;
	width: 900px;
	left: 50%;
	top: 30px;	
}

.shadowleft {
	background-image: url(../png/shadow_left.png);
	background-repeat: no-repeat;
	margin-left: -50px;
	position: absolute;
	height: 930px;
	width: 50px;
	left: auto;
	top: auto;
	margin-top: -50px;
}

.shadowtop {
	background-image: url(../png/shadow_top.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 900px;
	left: auto;
	top: auto;
	margin-top: -50px;
}

.shadowright {
	background-image: url(../png/shadow_right.png);
	background-repeat: no-repeat;
	margin-left: 900px;
	position: absolute;
	height: 930px;
	width: 50px;
	left: auto;
	top: auto;
	margin-top: -50px;
}

.shadowbottom {
	background-image: url(../png/shadow_bottom.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 900px;
	left: auto;
	top: auto;
	margin-top: 830px;
}
.titlepic {
	background-image: url(../jpg/title.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 140px;
	width: 898px;
	left: auto;
	top: auto;
	margin-top: 1px;
	margin-left: 1px;

}
.menu {
	background-color: #FFFFFF;
	border: 1px solid #acd5e2;
	position: absolute;
	z-index: 2;
	height: 28px;
	width: 140px;
	left: auto;
	top: auto;
	margin-left: 1px;
}

.menufont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #acd5e2;
	margin-top: 6px;
	margin-left: 5px;
	text-decoration: none;
}
.menufont a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #acd5e2;
	margin-top: 6px;
	text-decoration: none;
}
.menufontsub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #acd5e2;
	margin-top: 6px;
	margin-left: 18px;
	text-decoration: none;

}
.menufontsub a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #acd5e2;
	margin-top: 6px;
	margin-left: 20px;
	text-decoration: none;
}
.impressum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	margin-top: 270px;
	margin-left: 300px;
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
}
.impressum a {
	color: #999999;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	top: auto;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	height: auto;
	width: auto;
	left: auto;
	top: auto;

}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.content a {
	color: #666666;
	text-decoration: none;
}
.shadowright2 {
	background-image: url(../png/shadow_right2.png);
	background-repeat: no-repeat;
	margin-top: -50px;
	margin-left: 900px;
	position: absolute;
	height: 1730px;
	width: 50px;
	left: auto;
	top: auto;
}
.shadowleft2 {
	background-image: url(../png/shadow_left2.png);
	background-repeat: no-repeat;
	margin-top: -50px;
	margin-left: -50px;
	position: absolute;
	height: 1730px;
	width: 50px;
	left: auto;
	top: auto;
}
