body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #bdae98 url(/img/bg.jpg) repeat-x;
}
#navbar {
    position:absolute;
    width: 900px;
    height: 100px;
    left: 50%;
    margin-left: -450px;
    top:20px;
    text-align:center;
    font-size: 9px;
    text-transform: uppercase;
}
#navbar img {
   margin-right: 5px;
   border:0;
}
#head {
    position:absolute;
    width: 955px;
    height: 139px;
    left: 50%;
    margin-left: -477px;
    top:65px;
    text-align:center;
}

#footernew {
    position:absolute;
    width: 800px;
    height: 30px;
    left: 50%;
    margin-left: -400px;
    top:550px;
    padding-top: 5px;
    color: #333;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
}

.top {
    color: #636363;
}
.bold {
    font-weight: bold;
	color: #000;
}


#footer {
    position:absolute;
    width: 800px;
    height: 300px;
    left: 50%;
    margin-left: -400px;
    top:600px;
    padding-top: 5px;
    color: #333;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    border-top:1px solid #e0ded8;
}

#footerx {
    position: relative;
    height: 30px;
    margin-top: 30px;
    padding-top: 0px;
    text-align: center;
    border-top:1px solid #e0ded8;
}


/* -----------------------------
   Carwash content 
   ------------------------------ */
#type1 {
    position:absolute;
    width: 800px;
    height: 300px;
    left: 50%;
    margin-left: -400px;
    top:240px;
    font-size: 12px;
}
#type1 .h1 {
    color: #636363;
}
#type1 .h2 {
    color: #000;
}
#type1 .bold {
    font-weight: bold;
	color: #000;
}
#type1 #oben {
    background: url(/img/pfeil_g.gif) no-repeat;
	padding-left: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
	text-align: left;
}
#type1 p {
    font-size: 10px;
	text-align: left;
	color: #636363;

}
#type1 #unten {
    background: url(/img/pfeil_k.gif) no-repeat;
    margin-left: 0px;
	padding-left: 50px;
    font-size: 10px;
	text-align: left;
	color: #636363;
}
#type1 #unten2 {
    background: url(/img/pfeil_k.gif) no-repeat;
	padding-left: 20px;
	margin: 0;
	margin-left: 40px;
	padding-bottom: 10px;
    font-size: 10px;
	text-align: left;
	color: #636363;
}
#type1 .trenner {
	width:100px;
	margin:0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:40px;
	border-bottom: 1px dashed #888787;
}
#type1 img {
	margin-left: 0px;
}
#type1 p img {
    margin:0;
}


#type1 #right2 {
    width:370px;
    float: left;
	margin-left: 10px;
	text-align: left;
}
/* -----------------------------
   News, Links content 
   ------------------------------ */
#type2 {
    position:absolute;
    width: 600px;
    height: 300px;
    left: 50%;
    margin-left: -300px;
    top:240px;
    font-size: 12px;
}
#type2 p {
	/*
	background: url(/cms/img/pfeil_g.gif) no-repeat;
	*/
	padding-left: 40px;
	/*width: 600px;*/
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

#type2 #left {
    width:260px;
    height: 200px;
    margin-right: 20px;
    padding: 3px;
    /*border-top:2px solid #666;
    border-left:2px solid #333;*/
	text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    float: left;
    overflow: auto;
    background: #ffffff;
}
#type2 #right {
	width:260px;
    height: 200px;
    padding: 3px;
	text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    /*border-top:2px solid #666;
    border-left:2px solid #333;*/
    overflow: auto;
    background: #ffffff;
}

#pfeilk {
	background: url(/img/pfeil_k.gif) no-repeat;
	padding-left: 20px;
}

#testborder {
	border:1px solid #9933FF
}
/*
.pdf:link {
	color: blue;
	text-decoration:none;
	font-size:10px;
	}

.pdf:hover {
	color:black;
	text-decoration:none;
	font-size:10px;
	}

.pdf:visited {
	coler: blue;
	text-decoration:none;
	font-size:10px;
	}
*/
A:link, A:visited {
	color: #636363;
	text-decoration:underline;
}

A:hover {
	color:black;
	text-decoration:none;
}