/* 
Bernd Kristen
 */

body {
            background-color:#C3CD3B;
            font-size:80%;
            font-family:helvetica,arial,sans-serif;
            color:#666666;
}


h1 {
            font-weight:lighter;
            color:#666666;
}

h2 {
            font-weight:lighter;
            color:#666666;
}
div#wrap {
            width:900px;
            margin:2em auto;
}

div#main_wrap {
            
            width:100%;
            float:left;
            clear:both;
}

div#links {
            width:250px;
            float:left;
}

div#navigation {
            clear:both;
}

div#content_wrap {
            background-color:#FFFFFF;
            width:650px;
            float:right;
}

div#header {
            height:120px;
            background: url(../img/kasten.jpg);
}

div#content_col {
            border-top:3px;
            border-top-color:#C3CD3B;
            border-top-style:solid;
            width:650px;
            height:455px;
			float:left;   
}

div#inhalt  label {
            display:block; 
            padding-right:10px;
            float:left;
            text-align:right;
}

div#inhalt {
            padding-left:15px;
            padding-right:15px;

         
}

div#footer {
            clear:both;
            padding:7px;
            border-top:3px;
            border-top-color:#C3CD3B;
            border-top-style:solid;
            background-color:#FFFFFF;
            font-size:90%;
}

div#footer  a {
            color:#666666;
}   

div.copyright {
            float:left;
            width:220px;
}

div.rootline {
            padding:5px; font-size:80%;
}

div.bottomnavi {
            text-align:left;
}

/* --------------------
   Navigation Start 
   --------------------
 */

div#navigation ul {
            margin-top:3px;
            list-style-type:none;
            padding:0em;
            width:247px;
}

ul.navi li {
            margin-bottom:3px;
}

ul.navi li a {
            display:block;
            padding:0.2em 4.0em;
            text-decoration:none;
            color:#666666;
            background-color:#F4FFE0;
            font-size:100%;
}

ul.navi li a:hover {
            background:#EAFCFF;
            color:#666666;
}
ul.navi li a:active {
            background-color:#CCC;
            color:#FFF;
}