* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #737476;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#seite {
	margin: 0 auto;
	/*margin-top: 50px;*/
	padding: 0px 25px;
	width: 942px;
	background: url(../images/hintergrund.png) repeat-y center;
}

#kopf {
	padding-left: 25px;
}

#links_oben {
	float: left;
	background: url(../images/links_oben.gif) no-repeat;
	width: 204px;
	height: 267px;
}


/* Menu */

#links_oben ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 28px;
}

* html ul#links_oben {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
}

#links_oben ul a {
    display: inline-block;
    padding: 5px;
    padding-left:40px;
    padding-right:20px;
    margin-right:9px;
	width: 135px;    
}

* html ul#links_oben a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
}

#links_oben ul a:hover {
	color: #B3C501;
	background-color: #524A41;
}
/*Menueeigenschaften ende*/

#header {
	float: left;
	height: 267px;
	width: 688px;
}

#header .index {
	background: url(../images/header.gif) no-repeat;
	height: 267px;
	width: 688px;
}

#header .weingueter {
	background-color: #CCCCCC;
}

#header img {
	border: 0px;
}

#mitte {
	padding-left: 25px;
}

#links_mitte {
	float: left;
	background: url(../images/links_mitte.gif) no-repeat;
	height: 59px;
	width: 204px;
}

#slogan {
	float: left;
	background: url(../images/slogan.gif) no-repeat;
	height: 59px;
	width: 688px;
	color: #97928D;
	text-align: right;
}

#slogan .uebersicht {
	padding-top: 3px;
	margin-right: 30px;
}

#slogan .uebersicht a {
	text-decoration: none;
	color: #97928D;
}

#unten {
	padding-left: 25px;
}

#links_unten {
	float: left;
	background: url(../images/links_unten.gif) no-repeat;
	height: 291px;
	width: 204px;
}

#inhalt {
	float: left;
	
	height: 264px;
	width: 688px;
}

#inhalt .index {
	background-color: #C3CA9B;
	background: url(../images/slogan_fuss.gif) no-repeat;
}

#schatten_oben {
	background: url(../images/schatten_oben.png) no-repeat;
	width: 942px;
	height: 15px;
	margin: 0 auto;
}

#schatten_unten {
	background: url(../images/fuss.gif) no-repeat;
	margin: 0 auto;
	margin-top:0px;
	width: 942px;
	height: 56px;
	text-indent: 60px;
	line-height: 35px;
}

#schatten_unten a{
	font-size: 10px;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.wechsel {
	margin-left:-30px;
	font-size: 11px;
	line-height: 2;
	color:#524a41;
}

.wechsel a{
	color:#524a41;
}
