/* CSS Dtocument */
.error {color: #FF0000}
.price {font-size: 16px;
font-weight: bold}
.logobottom {
padding-top: 10px}

.button {
border-style:solid;
border-width:1px;
border-color:#FFFFFF;
background:#336799;
height:50px;
font-size:16px;
width: 50px;
font-weight:bold;
}

#outer {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -450px;
}

#parent {
	position:relative;
	width:900px;
	height:650px;
}
#info {
	position:absolute;
	width:50px;
	height:50px;
	z-index:4;
	top: 140px;
	left: 770px;
}


.logobottom {
	font-size:14px;
	padding-left: 50px;

}
#logo {
	position:absolute;
	width:720px;
	height:100px;
	top: 0px;
	left: 75px;
	background-image: url(Bilder/logo_bg.png);
	padding-top: 42px;
	padding-left: 1px;
}
#menu {
background:none repeat scroll 0 0 white;
border-right:1px solid;
border-top:1px solid;
height:170px;
left:428px;
padding-right:1px;
padding-top:20px;
position:absolute;
text-align:right;
top:0;
width:395px;
}
#sideimage {
	position:absolute;
	width:428px;
	height:458px;
	top: 142px;
	left: 0px;
}
#background {
	position:absolute;
	width:900px;
	height:458px;
	top: 142px;
	left: 0px;
	background-image: url(Bilder/background.png);
}
#backgroundvoll {
	position:absolute;
	width:900px;
	height:458px;
	top: 142px;
	left: 0px;
	background-image: url(Bilder/backgroundvoll.png);
}
#border_top {
	position:absolute;
	width:397px;
	height:56px;
	top: 142px;
	left: 428px;
	background-image: url(Bilder/border_top.png);
}
#border_right {
	position:absolute;
	width:75px;
	height:458px;
	top: 142px;
	left: 825px;
	background-image: url(Bilder/border_right.png);
}
#border_bottom {
	position:absolute;
	width:397px;
	height:61px;
	top: 539px;
	left: 428px;
	background-image: url(Bilder/border_bottom.png);
}
#content {
	position:absolute;
	width:425px;
	height:360px;
	top: 190px;
	left: 428px;
	z-index:2;
	background-color: #336799;
	color: #FFFFFF;
	overflow: auto;
}

#maparea {
	position:absolute;
	width:410px;
	height:360px;
	top: 190px;
	left: 47px;
	z-index:2;
	color: #FFFFFF;
	overflow: auto;
}

#route {
	position:absolute;
	width:360px;
	height:360px;
	top: 190px;
	left: 500px;
	z-index:2;
	color: #FFFFFF;
	overflow: auto;
}
#contentvoll {
	position:absolute;
	width:805px;
	height:360px;
	top: 190px;
	left: 48px;
	z-index:2;
	color: #FFFFFF;
	overflow: auto;
}
#Footer {
	position:absolute;
	width:750px;
	height:50px;
	z-index:3;
	top: 600px;
	left: 75px;
	text-align: center;
	font-size: 10px;
}
body {
	background-color: #C0C0C0;
	background-image: url(Bilder/muster.png);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;

}

td, tr {
	color: #FFFFFF;
	font-size: 11px;
}

#Footer a {
	color: #000000;
}

