/* 
############################################################
####	Stylesheet fuer die Darstellung im Internet	####
####		(c) Kevin Drieschner - 2008		####
####							####
#### Welche Farbe 993300 oder CC3300 oder eine andere!	####
############################################################ 
*/

body { background-color:#AD1616;}
body { color:#FFFFFF;}
a:link { color:#FFFFFF; }
a:visited { color:#FFFF00; }

.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:5%;
float:left;
line-height:18px;
}

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

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