
/* Allgemein */
html { 
height: 101%;
overflow-x:hidden;
 }

body {
color : #797979; 
font-size : 13px;
font-family: "Trebuchet MS"; 
margin:0px;
margin-top: 10px;

} 
img {border: 0px solid white;}
h1 {
font-size: 13px;
font-weight: bolder;
}
#ueberschrift {
font-size: 15px;
font-weight: bolder;
}
td {
color : #797979; 
font-size: 13px;
font-family: "Trebuchet MS";
} 
a:link {
color : #797979; 
font-style: normal; 
font-size: 13px;
font-family: "Trebuchet MS";  
text-decoration : none; 
} 
a:visited {
color : #797979; 
font-style : normal; 
font-size: 13px; 
font-family: "Trebuchet MS"; 
text-decoration : none; 
} 
a:hover  { 
color: #797979;
font-size: 13px;
font-family: "Trebuchet MS"; 
text-decoration: none } 

a:active {
color : #797979; 
font-style : normal; 
font-size: 13px;
font-family: "Trebuchet MS";  
text-decoration : none; 
} 

/* Head */

#logo {
margin-left: 541px;
height:80px;
width: 180px;
background: url(/image/Html/cv_logo.jpg);
background-repeat: no-repeat;
}

#headleft {
position: absolute;
margin-left: 0px;
margin-top: 10px;
width: 622px;
height: 210px;
background-color: #babe71;
background-repeat: no-repeat;
float: left;


}

#headright {
position: absolute;
width: 100%;
height: 210px;
background-color: #babe71;
margin-left: 627px;
margin-top: 10px;
z-index: 5;
}
#headtoolbar {
position: absolute;
width: 350px;
height: 20px;
margin-left: 0px;
margin-top: 180px;
padding-left: 11px;
padding-bottom: 10px;
color: white;

}
#headtoolbar a {
color: white;
font-size: 11px;
font-weight: normal;
border-right: 1px solid white;
padding-right: 7px;
padding-left: 7px;
z-index: 90;

}

/* Menu */
#hauptmenuzone {
margin-top: 240px;
margin-left: 30px;
width: 600px;
height: 28px;
border-bottom: 1px solid #dedede;
z-index: 10;
overflow: visible;
}

#hauptmenuzone a {
display: inline;
font-size: 16px; 
font-weight: bolder;
margin-right: 12px;
color: #797979;
z-index: 110;
overflow: visible;
padding-bottom: 7px;


}

#hauptmenutoolbar {
width: 210px;
height: 20px;
margin-top: -24px;
margin-left: 640px;
font-size: 11px;
color: #797979;
}

#hauptmenutoolbar a {
font-size: 11px;
color: #797979;
display: inline;
padding: 5px;
}

/* Navigation */

#subnavigation {
margin-top: 56px;
margin-left: 0px;
width: 210px;
min-height: 200px;
float: left;
border-left: 8px solid #babe71;
}
* html #subnavigation {height: 200px;}
body>#subnavigation {height: auto;}

#subnavigation a {
display: block;
font-size: 11px;
font-weight: bold;
margin-left:5px;
margin-bottom: 15px;
}



/* Contentbereich */

#contentzone {
margin-top: 46px;
margin-left: 220px;
width: 650px;
height: 300px;


}
#contenttext {
width: 380px;
height:250px;
padding:5px;
margin-left: 0px;
float: left;
padding-right: 20px;

}

#contentangebote {
width: 210px;
height:270px;
margin-left: 0px;
margin-left: 410px;
}

#contentangebote table {

width: 210px;
height: 293px;
color: #515050;
font-size: 11px;

}

#contentangebote td {
color: #515050;
font-size: 11px;
}

#contentangebote h1 {
color: white;
font-size: 14px;
width: 190px;
margin-left: 5px;
margin-top: 5px;
display: inline;
}

#contentangebote img {
width: 210px;
height: 140px;
}

.slideToggle {
    cursor:pointer;
}

