@charset "UTF-8";

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a { outline:0; -moz-outline:0; }

html, body {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}

body {
background-color:#cbcbcb;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper_all {
width: 900px;
height: 100%;
margin-left: auto;
margin-right: auto;
}


.wrapper {
width: 700px;
background-image: url(../pics/bg_content.png);
min-height: 100%;
float: left;
padding: 10px 20px 30px 20px;
}

.banner {
width: 122px;
min-height: 100%;
padding: 20px 10px 0px 10px;
background-color: #FFFFFF;
float: right;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.header {
width: 700px;
height: 150px;
background-image: url(../pics/header.jpg);
margin-bottom: 20px;
}

.rss {
float: right;
padding: 10px;
}

.leiste_links {
width: 201px;
float: left;
}

.navi {
width: 201px;
border-top: 2px solid #FF0000;
border-bottom: 2px solid #FF0000;
}

.navi a {
width: 179px;
height: 24px;
display: block;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background-image:url(../pics/bg_navi.jpg);
text-decoration: none;
padding-left: 20px;
font-size: 14px;
padding-top: 6px;
color: #000000;
}

.navi a:hover {
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
background-image:url(../pics/bg_navi_hover.jpg);
color: #FFFFFF;
}

.navi p {
margin: 0px;
padding: 0px;
}


.news {
border: 1px dashed #FF0000;
padding: 10px 10px 0 10px;
margin-bottom: 20px;
}

.navi_container {
margin-top: 20px;
padding: 0 9px 0 9px;
width: 179px;
min-height: 100px;
background-image: url(../pics/bg_navi_container.jpg);
background-repeat: no-repeat;
background-position: bottom right;
border-right: 1px dashed #FF0000;
border-left: 1px dashed #FF0000;
border-bottom: 1px dashed #FF0000;
font-size: 10px;
}

.navi_container h1 {
width: 190px;
height: 18px;
padding: 2px 0 0 9px;
background-image:url(../pics/bg_navi_head.jpg);
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
margin-left: -10px;
margin-bottom: 0px;
}

.navi_container a {
text-decoration: none;
color: #000000;
}

.navi_container a:hover {
text-decoration: underline;
color: #000000;
}


.content {
width: 480px;
float: right;
font-size: 12px;
color: #333333;
}

.content a {
color: #FF0000;
text-decoration: none;
}

.content a:hover {
text-decoration: underline;
}

h1 {
font-size: 13px;
margin-top: 0px;
margin-bottom: 20px;
}

h2 {
font-size: 11px;
margin-top: 0px;
margin-bottom: 10px;
}


.textfelder {
width: 230px;
border: 1px solid #FF0000;
background-color: #FFFFFF;
}

.captchafeld {
width: 30px;
border: 1px solid #FF0000;
}

hr {
color: #FF0000;
border-bottom: 1px dashed #FF0000;
border-top: none;
border-left: none;
border-right: none;
}