
body {
	width: 100%;
	color: #202B53;
	background-color: #202B53;
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center; overflow: hidden;
	padding-top: 100px;
}

a img {
	border: 1px solid gray;
}

a img.menu {
	border-right: none;
	color: #FFFFFF;
}

hr {
	color:#202B53;
	background-color:#202B53;
	height: 1px; width: 300px;
	border: #202B53;
}

img.contentleft {
	float: left;
	margin: 7px;
	margin-left: 0px;
}

img.contentright {
	float: right;
	margin: 7px;
	margin-right: 0px;
}

a {
	text-decoration: underline;
	color: #202B53;
}
a:hover {
	text-decoration: underline overline;
	color: #475AA1;
}

a.emaillink {
	color: #FFFFFF;
}

a.submenue {
	font-size: 10pt;
	margin-left: 5px;
}

a.weinliste1 {

}

a.weinliste2 {

}

h1 {
	font-size: 22pt;
}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.italic {font-style:italic;}

.red {color:red;}

div {
	margin: 0px; padding: 0px;
}

div.admin {
	position: absolute;
	top: 0px; right: 0px;
}

div.body {
	position: relative;
	margin: 0 auto;
	width: 700px; height: 450px;
	border: 2px #D3D3D3 solid;
	text-align: left;
	background-color: #FFFFFF;
}

div.menu {
	position: relative;
	top: 0px; left: 0px;
	width: 100%; height: 22px;
	background-color: #202B53;
	border-bottom: 2px #D3D3D3 solid;
	color: #FFFFFF; font-weight: bold;
}

div.content {
	position: relative;
	top: 0px; left: 0px;
	height: 394px; width:598px;
	padding: 0px;
	overflow: auto; float: left;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('/images/design/bg_logo1.gif');
	border-right: 2px #D3D3D3 solid;
}

div.margincontent {
	margin-left: 15px;
	margin-right: 10px;
}

div.rechts {
	width: 94px;
	float: left;
}

div.unten {
	position: relative;
	bottom: 0px; left: 0px;
	width: 100%; height: 30px;
	overflow: hidden; clear: both;
	text-align: center;
	font-size: 8pt;
	color: white;
	background-color: #202B53;
	border-top: 2px #D3D3D3 solid;
}

div.sprachwahl {
	font-size: 8pt;
	color: gray;
	padding-left: 7px;
	padding-top: 2px;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
.sprachwahl a {
	color: gray;
	text-decoration: none;
}
.sprachwahl a:hover {
	color: white;
	text-decoration: underline;
}
.sprachwahlimg {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.sprachwahlimg img {
	border: none;
}

