@charset "UTF-8";
/* CSS Document */

html { 
	height: 100%; 
	border: 0px solid #999;
} 

body{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	background-color: #e8e8e5; /* #e8e8e5 */
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: #000000;
	border: 0px solid #0F0;
	/*scrollbar-base-color: #e8e8e5;*/
	scrollbar-arrow-color: #006FB7;
}

p{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
}

/* RIESEN ANFANGSBUCHSTABEN */
h1{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 17em;
	line-height: 0.8em;
	font-weight: bolder;
	color: #006FB7;
	margin: 0;
	margin-left: -15px;
	text-transform: uppercase;
}

/* BLAUE ÜBERSCHIFT NEBEN RIESEN BUCHSTABEN */
h2{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 2.25em;
	line-height: 1.125em;
	margin: 0;
	margin-top: 1px;
	color: #006FB7; 
	font-weight: bold;
	text-transform: uppercase;
}

/* SCHWARZE ÜBERSCHIFT NEBEN RIESEN BUCHSTABEN */
h3{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 2.25em;
	line-height: 1.125em;
	margin: 0;
	color: #000; 
	font-weight: normal;	
	text-transform: uppercase;
}

h4{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #006FB7;
	text-transform: uppercase;
	margin: 0.75em 0em 0.75em 0em;
}

h5{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	color: #006FB7;
}

.headlineWein{
	font: 100% Arial, Helvetica, sans-serif;
	color: #006FB7;
	font-size: 1.1em;
	font-weight: bold;
}

.headlineWein a:link{
	font: 100% Arial, Helvetica, sans-serif;
	color: #006FB7;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}

.headlineWein a:visited{
	font: 100% Arial, Helvetica, sans-serif;
	color: #006FB7;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}

.headlineWein a:hover{
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
}


.lmvLevel2Link{
	font-weight: lighter;
}

#header{
	width: 100%;
	min-width: 1000px;
	height: 300px;
	float: none;
	border: 0px solid #000;
	background-image: url(Images/header_images/00_startseite.jpg);
	background-repeat:no-repeat;
	background-color: #e8e8e5;
}

#contentContainer{
	width: 1050px;
	border: 0px dashed #090;
}

#navi{
	width: 200px;
	float: left;
	padding: 30px 0px 0px 50px;
	min-height: 300px;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	border: 0px solid #F0F;
}

#content{
	width: 700px;
	float: left;
	padding: 47px 0px 0px 30px;
	min-height: 360px;
	border: 0px solid #0F0;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow:visible;
	background-image:url(Images/wappen_background.png);
	background-repeat:no-repeat;
	background-position: -50px 10px;
}

#trennlinie{
	position: absolute;
	left: 280px;
	top: -20px;
	width: 1px;
	height: 100%;
	z-index: -20;
	background-color: #000;
	border: 1px dashed #93F;
}

#abdeckerOben{
	position: absolute;
	left: 250px;
	top: 300px;
	width: 60px;
	height: 20px;
	z-index: -10;
	background-color: #e8e8e5;	
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


#wmTemplateWrapper{
	min-height: 100%;
	height: 100%;
	border: 0px solid #F90;
}

#aspnetForm{
	min-height: 100%;
	height: 100%;
	border: 0px dotted #C60;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	background-color: #e8e8e5;
	border: 0px solid #033;
}


.footer {
	margin-left: 35px;
	height: 100px;
	width: 260px;
	vertical-align: text-top;
	border: 0px solid #0F3;
	padding-bottom: -100px;
	/*background-color: #F9F;*/
}

.push {
	margin-left: 40px;
	height: 100px;
	width: 260px;
	vertical-align: text-top;
	border: 0px solid #0F3;
}


#logo{
	width: 200px;
	height: 80px;
}

#abdeckerUnten{
	width: 255px;
	height: 20px;
	/*float: none;*/
	z-index: -10;
	background-color: #FC0;	
}

img.border{
	border: 1px solid #006FB7;
}

li{
	color: #000;
}

.ausverkauft{
	color:#C00;	
}
