@CHARSET "ISO-8859-1";
/* CSS Document */
html {
padding:0;
margin:0;
border:0;
/*hide overflow:hidden from IE5/Mac*/
/*\*/
overflow:scroll;
/**/
}
body {
height:90%;
max-height:90%;
min-height:90%;
padding:0;
margin:0;
border:0;
text-align:center;
background:#fff;
background-color:#faf0e6;
}
#seite {
position:relative;
width:760px;
margin:auto;
border:2px solid #859e5d;
background-color:#ffffff;
background-image:url("http://baumbuero.de//_masken/normal/1/../global/images/contentBg.jpg");
text-align:left;
}
#content {
position:relative;
padding-top:80px;
padding-left:180px;
padding-right:30px;
padding-bottom:50px;
z-index:3;
}
#content img{
border:2px solid #859e5d;
}
#kopf {
position:absolute;
height:60px;
text-align:center;
padding-top:20px;
width:100%;
top:0px;
z-index:2;
background-image:url("http://baumbuero.de//_masken/normal/1/../global/images/bildoben.png");
font-size:30px;
background-position:bottom;
}
*html #kopf {
height:80px;
}
#fuss {
position:relative;
width:100%;
height:35px;
padding-top:15px;
z-index:2;
background-image:url("http://baumbuero.de//_masken/normal/1/../global/images/bildunten.png");
font-size:18px;
}
*html #fuss {
height:50px;
}
#navi {
position:absolute;
top:100px;
z-index:3;
width:160px;
padding-left:0px;
height:80%;
overflow:hidden;
font-size:11px;
padding:5px;
}
#navi ul li a {
text-decoration:none;
color:#000000;
font-size:9px;
}
#navi ul {
list-style:none;
text-align:left;
margin:0px;
padding:0px;
}
#navi li {
margin-left:10px;
}
.aktiv {
font-weight:bold;
}
body, td, div, p {
font-family: verdana, arial;
font-size:12px;
line-height:130%;
color:#666666;
}
a{
color:#666666;
text-decoration: none;
}
a:hover{
color:#666666;
text-decoration: underline;
}
#content a{
color:#0000ff;
text-decoration: none;
}
#content a:hover{
color:#0000ff;
text-decoration: underline;
}
#content h1 {
text-align:left;
font-size:18px;
}
#content h2 {
text-align:left;
font-size:15px;
}
#content p {
text-align:left;
margin:5px;
}