/* CSS Document */

body {
	background-color:#09285F;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #001f50;
}
#Wrapper {
	position:absolute;
	width:900px;
	height:600px;
	left:50%;
	margin-left:-450px;
	text-align:center;
	vertical-align:middle;
	overflow:visible;
}
#Seitenheader {
	width:900px;
	height:201px;
	z-index:1;
	top: 0;
	overflow: visible;
	background-image: url(gfx/headerstars.gif);
}
#SeitenheaderStars {
	width:900px;
	height:201px;
	z-index:1;
	top: 0;
	overflow: visible;
	background-image: url(gfx/headerstars.gif);
}

#Seitenbody {
	text-align:center;
	width:900px;
	/*height:585px;*/
	z-index:1;
	top: 201px;
	overflow: visible;
	background-image: url(gfx/bg_mitte_900x585.png);
	background-repeat: no-repeat;
	background-color: #FFF0D7;
}
#Menuebalken {
	text-align:center;
	background-image: url(gfx/menuebg_verlauf.png);
	background-repeat: repeat;
	/*width: 100%;*/
}
/* Hier sind die verschiedenen Footer der Seiten: */
/* #####################################################
########################################################
*/
#Seitenfooter_index {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_index.jpg);
}
#Seitenfooter_ueberuns {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_ueberuns.jpg);
}
#Seitenfooter_unserwein {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_unserwein.jpg);
}
#Seitenfooter_gastlichkeit {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_gastlichkeit.jpg);
}
#Seitenfooter_mehrideen {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_mehrideen.jpg);
}
#Seitenfooter_anreise {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_anreise.jpg);
}
#Seitenfooter_kontakt {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_kontakt.jpg);
}
#Seitenfooter_impressum {
	width:900px;
	height:196px;
	z-index:1;
	top: 0px;
	overflow: visible;
	background-image: url(gfx/bottom_impressum.jpg);
}
/* #####################################################
########################################################
*/
#Seitenfooter_blue {
	width:900px;
	height:40px;
	z-index:1;
	top: 0px;
	overflow: visible;
}
font {
	color:#FFFFFF;
}

#Wrapper #Seitenbody #Wagner {
	vertical-align: text-top;
}
#Spalten {
	display:block;
	padding-top: 40px;
	padding-bottom: 40px;
}
#Spalten td {
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color:#001f50;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color:#001f50;
	text-decoration:none;
}
a:active {
	color:#001f50;
	text-decoration:none;
}
a:hover {
	color:#001f50;
	text-decoration:none;
}
.normalerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #001f50;
}
.Ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #001f50;
}
.normalerText .Textlink {
	color: #00102B;
	text-decoration:underline;
}
.AGBnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #001f50;
}
.AGBUeberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #001f50;
}