@charset "UTF-8";
/* CSS Document */

body{
min-height:800px;
background: rgb(186,186,186); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(186,186,186,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,186,186,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(186,186,186,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(186,186,186,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
font-family:Times;
font-size:14px;
}

a:link {
 color: black;
 font-size:16px;
}

a:visited {
 color: black;
 text-decoration: none;
 font-weight:bold;
}

a:hover {
color:blue;
text-decoration:underline;
}

#box{
width:960px;
min-height:500px;
margin:4% auto 5% auto;
background:white;
}

#header{
width:960px;
height:160px;
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#header img{
width:540px;
height:120px;
padding:20px 0px 20px 15px;
}

#inhalt{
width:920px;
min-height:500px;
padding:20px 20px 20px 20px;
}

#inhalt p{
margin:0px 10px 0px 10px;
}
#inhalt h2{
text-align:center;
}

#olinks{
float:left;
width:450px;
height:300px;
padding:10px 10px 10px 0px;
}

#ulinks{
float:left;
width:910px;
min-height:300px;
padding:30px 10px 10px 0px;
}

#ulinks td{
width:180px;
text-align:left;
}

#klinks{
float:left;
width:300px;
min-height:420px;
padding:0px 10px 10px 0px;
}

#klinks{
float:left;
width:250px;
min-height:300px;
}

#klinks ul{
margin-top:0;
padding:0;
}

#klinks li{
list-style:none;
padding:20px 0px 0px 3px;
border-bottom:1px dotted black;
}

#klinks a{
font-family:Times, helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
text-align: left;
text-decoration: none;
color: #000000;
}

#klinks a:hover{
color:blue;
text-decoration:underline;
}

#klinks .active a{
color:blue;
text-decoration:underline;
}

#krechts{
float:right;
width:600px;
min-height:420px;
padding:10px 0px 10px 0px;
}

#orechts{
float:right;
width:450px;
min-height:300px;
padding:10px 0px 10px 0px;
}

#orechts h3{
padding:0 0 10px 0;
margin:0;
}

#urechts{
float:right;
width:450px;
min-height:300px;
padding:0px 0px 10px 0px;
}


#links{
float:left;
width:250px;
min-height:300px;
}

#links ul{
margin-top:0;
padding:0;
}

#links li{
list-style:none;
padding:20px 0px 0px 3px;
border-bottom:1px dotted black;
}


#rechts{
float:right;
width:670px;
min-height:300px;
}

#footer{
clear:both;
width:960px;
border-top:1px dotted black;
min-height:150px;
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(168,168,168,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(168,168,168,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(168,168,168,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
}

#fnavi{
width:200px;
min-height:50px;
float:left;
}

#fnavi ul{
}

#fnavi li{
list-style:none;
margin-top:5px;
}

#addresse{
padding-right:20px;
text-align:right;
width:300px;
float:right;
}



