body {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; max-height: 100%;
background-color: #FAF7D0; }
#framecontentLeft{
position: absolute;
top: 0px;
left: 0px;
width: 150px;
/*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#07C61E;
color: white;
}
#framecontentLeft img {
position:absolute;
margin-left:-7px;
margin-top:-18px;
border: 2px solid white;
}
#navi2 {
margin-top:180px;
text-align:center;
}
#navigation ul {
border-bottom:1px dotted white;
margin-left:-40px;
}
#navigation li{
border-top:1px dotted white;
border-left:1px dotted white;
border-right:1px dotted white;
list-style-type:none;
padding:1px 1px 1px 1px;
}
#navigation a {
display:block;
}
#navigation a:link {
color: white;
font-size:22px;
}
#navigation a:visited {
color: #085F10;
font-size:22px;
}
#navigation a:hover {
border-left:5px solid orange;
color:green;
font-size:22px;
background-color:#E7E7E7;
}
#navigation a:active {
color:red;
background-color:#E7E7E7;
border-left:5px solid orange;
font-size:22px;
}
#framecontentTop{
position: absolute;
top: 0; left: 0px;
/*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 25px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#085F10;
color: white;
border-bottom:2px solid #07C61E;
}
#framecontentTop .naglowek h1 {
font-weight: normal;
color:white;
font-size: 20px;
margin-top:0px;
}
#hier {
font-size:18px;
margin-top:-42px;
text-align: right;
font-weight: normal;
}
#hier a {
color:white;
}
#framecontentBottom{
position: absolute;
top: auto; left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
right: 0;
height: 80px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#085F10;
color: white;
border-top:4px solid #07C61E;
}
#fuss h3 {
color:white;
text-align: center;
font-weight: normal;
border-top:1px solid #07c61e;
background-color:#6DD67A;
}
#optimierung a {
color:#07C61E;
text-align:center;
font-weight: bold;
}
#maincontent{
position: fixed; top: 50px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 30px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; background: #FAFFD0;
}
#maincontent li{
font-size:18px;
list-style-image: url(images/punkt.gif);
}
#maincontent h2{
color:#FD8709;
border-bottom:1px solid #07c61e;
}
#maincontent p{
font-size:20px;
color:#686868;
}
#maincontent .red{
color:green;
}
#naglowek1 h1{
width:740px;
color:green;
border-bottom:1px solid #07C61E;
}
.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body{ /*IE6 hack*/
padding: 110px 0 120px 200px; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%; width: 100%; }
* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.breadcrumb a{
background: transparent url(images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: blue;
}
.breadcrumb a:visited, .breadcrumb a:active{
color: blue;
}
.breadcrumb a:hover{
text-decoration: underline;
}

