
html, body {
    background-color: E3E4E4;
    /*height:100%;  zentriert vertikal */
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}
#wrapper {
    background-color: #FFFFFF;
    height:100%;
	margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width: 400px;
}


.logo {
	position: absolute;
	height: 187px;
	width: 390px;
	left: 0px;
	top: 0px;
}

.ueberschrift {
	height: 132px;
	width: 410px;
	left: 390px;
	top: 0px;
	position: absolute;
}

#ticker {
	height: 26px;
	width: 380px;
	left: 390px;
	top: 140px;
	position: absolute;

}
.balken {
	height: 18px;
	width: 410px;
	left: 390px;
	top: 169px;
	position: absolute;
}

.home {
	height: 26px;
	width: 65px;
	left: 0px;
	top: 187px;
	position: absolute;
}

.info {
	height: 26px;
	width: 91px;
	left: 65px;
	top: 187px;
	position: absolute;
}

.ort {
	height: 26px;
	width: 100px;
	left: 156px;
	top: 187px;
	position: absolute;
}

.aussteller {
	height: 26px;
	width: 153px;
	left: 256px;
	top: 187px;
	position: absolute;
}

.katalog {
	height: 26px;
	width: 131px;
	left: 409px;
	top: 187px;
	position: absolute;
}
.hotel {
	height: 26px;
	width: 56px;
	left: 540px;
	top: 187px;
	position: absolute;
}

.order {
	height: 26px;
	width: 49px;
	left: 596px;
	top: 187px;
	position: absolute;
}

.kontakt {
	height: 26px;
	width: 155px;
	left: 645px;
	top: 187px;
	position: absolute;
}


.deutsch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}
.deutsch a:link { color: #000000; font-size: 12px; text-decoration: none}
.deutsch a:visited { color: #000000; font-size: 12px;  text-decoration: none}
.deutsch a:hover { color: #000000; font-size: 12px;  text-decoration: none}

.kursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 17px;
	text-decoration: none;
}
.kursiv a:link { color: #000000; font-size: 12px; text-decoration: none}
.kursiv a:visited { color: #000000; font-size: 12px;  text-decoration: none}
.kursiv a:hover { color: #000000; font-size: 12px;  text-decoration: none}

.englisch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #9C9E9F;
}
.englisch a:link { color: #9C9E9F; font-size: 12px; text-decoration: none}
.englisch a:visited { color: #9C9E9F; font-size: 121px;  text-decoration: none}
.englisch a:hover { color: #9C9E9F; font-size: 12px;  text-decoration: none}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
}

.error{
	color: #D20019;
}

.rot {
	background-color: D20019;
}

.grau {
	/*background-color: 9C9E9F;*/
	background-color: AFAFAF;
}

.halber_kasten_rot_li {
	background-color: D20019;
	height: 150px;
	width: 75px;
	left: 0px;
	top: 290px;
	position: absolute;
}

.halber_kasten_rot_re {
	background-color:  D20019;
	height: 150px;
	width: 75px;
	left: 725px;
	top: 290px;
	position: absolute;
}

.halber_kasten_grau_li {
	background-color:  9C9E9F;
	height: 150px;
	width: 72px;
	left: 0px;
	top: 290px;
	position: absolute;
}

.halber_kasten_grau_re {
	background-color:  9C9E9F;
	height: 150px;
	width: 75px;
	left: 725px;
	top: 290px;
	position: absolute;
}

.kasten1 {
	height: 150px;
	width: 150px;
	left: 85px;
	top: 290px;
	position: absolute;
}

.kasten2 {
	height: 150px;
	width: 150px;
	left: 245px;
	top: 290px;
	position: absolute;
}

.kasten3 {
	height: 150px;
	width: 150px;
	left: 405px;
	top: 290px;
	position: absolute;
}

.kasten4 {
	height: 150px;
	width: 150px;
	left: 565px;
	top: 290px;
	position: absolute;
}

.schatten_li {
	background-image: url(bilder/kopf/schatten_li.gif);
	background-repeat: repeat-y;
	
}
.schatten_re {
	background-image: url(bilder/kopf/schatten_re.gif);
	background-repeat: repeat-y;
}