
html {
height : 100%;
}
* {
margin : 0;
padding : 0;
font-size : 100%;
}
img {
border : 0;
}
body {
background : #831c09;
font-family : Verdana, Tahoma, sans-serif;
font-weight : normal;
font-size : small;
min-height : 101%;
text-align : left;
position : absolute;
visibility : visible;
left : 50%;
top : 50%;
width : 1000px;
height : 400px;
margin-left : -500px;
margin-top : -400px;
z-index : 1;
}
#inhalt {
background : #ffd800;
width : 1000px;
padding-bottom : 2px;
}
#container {
background : white url(../img/bamboo_kl.jpg);
background-repeat : no-repeat;
width : 960px;
margin : 10px;
padding : 10px;
}
#header {
margin : 10px;
}
#left {
float : left;
width : 140px;
padding : 10px;
border-right : 0 solid;
color : #691607;
}
#navi_links {
width : 150px;
float : left;
margin : 0;
padding : 10px;
}
a.info:link, a.info:visited, a.info:active {
font-size : 12px;
line-height : 20px;
color : #ffd800;
}
a.text:link, a.text:visited, a.text:active {
font-size : 12px;
line-height : 20px;
color : #691607;
}
#right {
float : right;
width : 167px;
margin-right : 90px;
border : 0 solid;
color : #691607;
}
#intro {
margin-left : 250px;
margin-right : 180px;
border-left : 3px solid;
color : #691607;
}
#content {
height : 430px;
margin-left : 190px;
margin-right : 15px;
margin-top : 30px;
}
#nav-contact {
margin-left : 760px;
width : 190px;
height : 119px;
}
table {
margin-left : auto;
margin-right : auto;
}
h1, h2, h3, h4, h5 p, ul, li {
font-weight : normal;
}
h1 {
font-size : 12px;
line-height : 40px;
color : #691607;
text-align : center;
}
h2 {
font-size : 14px;
color : #691607;
line-height : 25px;
padding : 15px;
font-weight : bold;
}
p {
font-size : 13px;
color : #691607;
font-weight : normal;
line-height : 18px;
}
li {
margin-left: 20px;
font-size : 13px;
color : #691607;
line-height : 18px;
}
#tbl-navi {
border-collapse : collapse;
border : none;
width : 100%;
margin-left : 0;
}
#tbl-navi td {
padding : 6px;
text-align : left;
background-color : #831c09;
}
#tbl-navi a {
color : #ffffff;
font-size : 14px;
text-decoration : none;
border : none;
}
#tbl-navi a:hover {
background : transparent;
color : #ffd800;
}
#tbl-navi .active {
color : #fff;
}
#tbl-navi .active a:hover {
color : #fff;
}
#sidenavi {
list-style-type : none;
font-size : 11px;
margin-top : 0;
}
#sidenavi li {
border-bottom : 0 solid #691607;
padding : 5px 0;
}
#sidenavi li a {
font-size : 14px;
font-weight : normal;
color : #691607;
text-decoration : underline;
border : none;
padding-left : 14px;
}
#sidenavi li a:hover {
color : #691607;
}
#sidenavi li a.current {
color : #691607;
}
