html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #d1c698;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #9e1616;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	height: 100%;
	text-align: left;

}

#head {
	width: 950px;
	height: 83px;
	position: relative;
	top: 25px;
}

#left {
	margin-top: 58px;
	width: 230px;
	float: left;
	padding-left: 25px;
	height: 300px;
}

#middle {
	margin-top: 58px;
	width: 465px;
	float: left;
}
#middle_oenothek {
	margin-top: 58px;
	width: 425px;
	float: left;

}
#middle_markt {
	margin-top: 58px;
	width: 365px;/*originally 425px*/
	float: left;
}
#middle_toRight {
	margin-top: 58px;
	width: 670px;
	float: left;
}

#right {
	margin-top: 58px;
	margin-left: 20px;
	width: 180px;
	float: left;
}

#rightO {
	margin-top: 58px;
	margin-left: 10px;
	width: 228px;
	float: left;
}

#rightLegend {
	margin-top: 58px;
	margin-left: 10px;
	width: 228px;
	float: left;
}
#rightLegend_markt {
	margin-top: 58px;
	margin-left: 10px;
	width: 288px;
	float: left;
}

#rightLegend table td {
	vertical-align: top;
	font-size: 11px;
}

#metaNav{
	padding-left: 25px;
	width: 230px;
	clear: left;
	position: absolute;
	top: 600px;
}

#left table td {
	height: 25px;
	vertical-align: top;
}
#metaNav table td {
	height: 25px;
}
#left table .subNav {
	height: 25px;
	padding-left: 20px;
}

#admin_content {
	margin-top: 58px;
	float: left;
	
	/*border: solid 1px black;*/
	width: 900px;
	margin-left: 25px;
}

/* @group formatierungen */

.negative {
	background-color: #9e1616;
	color: #EDE0B4;
	font-weight: bold;
}

hr {
	border: 1px dashed #9e1616;
}

.title {
	font-weight: bold;
	text-transform: uppercase;
}
.small {
	font-size: 9px;
}

img {
	border: 0px;
}

a:link { color:#9e1616;	font-weight: bold; text-decoration: underline; }
a:visited { color:#9e1616; font-weight: bold; text-decoration: underline;}
a:hover { color: #bf6e54; font-weight: bold; text-decoration: none; }
a:active { color:#bf6e54; font-weight: bold; text-decoration: underline; }

.sitemap a {font-size: smaller;}
/* @end */