* {
margin: 0px;
padding: 0px;
}

body {
color:#505050;
font: 0.8em Georgia,Verdana,Tahoma,Arial,sans-serif;
text-align:left;
}


/* ////////////////////////////////////
//////////// WERBEBEREICHE ///////////
/////////////////////////////////// */
#skyscraper {
float: left;
margin: 95px 0px 0px 5px;
overflow:hidden;
height:600px;
}
#banner {
margin-left: 72px;
margin-bottom: 5px;
height:90px;
overflow:hidden;
}



/* ////////////////////////////////////
////////// Darstellungs DIVīs ////////
/////////////////////////////////// */

#hotline {
position:absolute;
top:95px;
left:120px;
width:705px;
height:90px;
}
.hotline_text {
position:absolute;
top:9px;
left:250px;
color: #000;
font-size: 1.2em;
font-weight: 400;
cursor:default;
display:none;
}

.hotline_nummer, .hotline_nummer2 {
color:#DE0143;
font-size: 1.3em;
font-weight: 400;
padding:3px;
text-align:center;
}

.hotline_nummer {
position:absolute;
top:6px;
left:40px;
}
.hotline_nummer2 {
position:absolute;
top:30px;
left:40px;
}

.hotline_nummer_int {
position:absolute;
top:1px;
left:200px;
}

.hotline_oeffnungszeiten {
position:absolute;
top:5px;
right:30px;
padding:4px;
color: #000;
font-size: 0.9em;
font-weight: 100;
cursor:help;
}


#container_left {
width: 801px;
float:left;
}

#container_right {
float:left;
}

#rahmen {
width:800px;
height:100%;
padding: 1px 1px 1px 0px;
}

#container{
/*background:#FFF3C4 url("img/container_bg.png") repeat-y;*/
background:#fff;
text-align:left;
width:800px;
border:1px solid #d0ccc4;
border-left:0;
}

#logo {
background:#FFF3C4;
color:#3F3B2B;
height:110px;
width: 800px;
text-align:left;
border: 0px solid #a00000;
margin-bottom: 0px;
padding-bottom: 0px;
}

    #logo img {
    float: left;
    }


#breadcrumb {
float:left;
width:790px;
height: 20px;
text-align: left;
padding-left: 10px;
background: #FFE16A;
border-bottom: 1px solid #a0a0a0;
}
#breadcrumb a {
text-decoration:none;
}

    

/* ////////////////////////////////////
//////////// HAUPTBEREICH ////////////
/////////////////////////////////// */

#left_sidebar {
  float:left;
  width:168px;
  padding:0px 1px 0px 5px;
}
#left_sidebar a {
  text-decoration:none;
  font-weight:normal;
}
#left_sidebar a:hover {
  text-decoration:underline;
}
#main {
  width:100%;
  background-color:#fff3c4;
  border:1px solid #d0ccc4;
  border-top:0;
  border-bottom:0;
  border-right:0;
  margin-right:4px;
}
#main_content{
width:618px;
float:right;
background:#fff;
padding:0;
padding-left:5px;
border-left:1px solid #d0ccc4;
border-right:1px solid #d0ccc4;
}

#content p,#main_content p{
margin: 8px 0 0 0px;
}

#content h1,#main_content h1{
color:#505050;
font-size:2em;
font-weight:400;
margin: 15px 0 0px;
padding:0;
}

#content h2,#main_content h2{
color:#DE0143;
font-size:1.5em;
font-weight:400;
margin:20px 0 10px;
padding:0;
}

#content img,#main_content img{
border:1px solid #fa9035;
float:left;
margin:5px 15px 6px;
}



/***************************************/
/************** SIDEBAR ***************/
/*************************************/

#sidebar_oben{
padding:0px 5px 0px 5px;
width:300px;
height:233px;
overflow:hidden;
margin-left: 490px; 
}
#sidebar_werbung{
padding:0px 5px 0px 5px;
width:300px;
margin: 5px 0px;
margin-left: 490px; 
height:250px;
/*position:absolute;
top:442px;*/
}
#sidebar_werbung .ad {

}
#sidebar_unten{
padding:0px 5px 0px 5px;
width:300px;
margin-left: 490px; 
}


/***************************************/
/************** FOOTER ****************/
/*************************************/

#footer{
float:left;
clear:both;
color:#a0a0a0;
font-size:0.9em;
margin:5px 0px 15px 0px;
padding:0px;
text-align:right;
width:800px;
border: 0px solid #a00000;
background:#fff;
}

    #footer a{
    color:#a0a0a0;
    font-weight:400;
    /*text-decoration:none;*/
    padding:1px;
    }
    
    #footer a:hover{
    color:#a0a0a0;
    /*text-decoration:underline;*/
    text-decoration:none;
    }
    
    #footer ul {
    float: left;
    list-style-type:none;
    margin: 15px 10px 0px 25px;
    }
    
    #footer img {
    float: left;
    margin: 10px 10px 0px 25px;
    }
    
    #footer p {
    float: left;
    margin: 15px 10px 0px 25px;
    }

    
    
/***************************************/
/************ Darstellung *************/
/*************************************/    
    
p {
line-height:1.5em;
margin:0 0 15px;
}

a {
color:#3F3B2B;
font-weight: bold;
/*font-family: Verdana;*/
/*text-decoration:none;*/
}

a:hover {
color:#DE0143;
text-decoration:none;
}

.hide {
display:none;
}

#left_sidebar h3 {
  font-weight:bold;
  color:#DE0143;
  text-align:left;
  padding-bottom:1px;
}
#left_sidebar span#active a {
  font-weight:700;
  color:#DE0143;
}
#left_sidebar span {
  display:block;
  margin-bottom:3px;
}
#left_sidebar span#active {
background: #FFE16A;
}

