/* 
############################################################
####	Stylesheet fuer die Darstellung fuer Unterwegs	####
####		(c) Kevin Drieschner - 2008		####
####							####
#### 		Bild auf weißem Hintergrund!		####
############################################################ 
*/
body { background-color:#FFFFFF;}

.button{ 
width: 170px;
height: 28px;
border: 0px;
border-bottom:4px;
border-bottom-color:transparent;
}

.button2{
position:relative;
left:19px;
width: 150px;
height: 28px;
border: 0px;
border-bottom:4px;
border-bottom-color:transparent;
}

.mbild{
position:absolute;
left: 100px;
top: 50px;
width: 96px;
height: 144px;
border: 5px;
}

.text {}

.ausblenden
{
}

#title {
height:125px;
padding:5px;
margin-left:25%;
margin-bottom:50px;
}

#left {
width:14%;
float:left;
line-height:18px;
}

#content {
width:80%;
float:right;
}

#sitemap {
height:125px;
padding:5px;
margin-left:30%;
margin-right:5%;
margin-bottom:20px;
}