/* CSS Document | CBM GmbH Sexau */

/* Allgemein */

* {
margin: 0;
padding: 0;
}

body {
background-color: #ffffff;
font: 70% verdana,arial,sans-serif;
margin: 0;
padding: 0;
text-align: left;
}

img {
border: none;
display: block;
}

.clearme {
clear: both;
}

/* Container */

#container {
background-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
}

/* Layout */

#headercontainer {
width: 100%;
background-color: #ffffff;
}

#header {
width: 760px;
height: 90px;
margin: 0 auto 0 auto;
background-image:url(../images/header.png);
background-repeat:no-repeat;
}

#content {
width: 760px;
text-align: left;
margin: 0 auto 0 auto;
}

#content_text {
padding-top:20px;
width:550px;
text-align:left;
}

#content_nav {
float: left;
width: 210px;
}

#main {
float: right;
width: 550px;
text-align: left;
}

#wcontainer {
margin: 30px 0 0 0;
}

#mimage {
padding: 0 0 0 0;
height:188px;
width: 550px;
background-image: url(../images/index.jpg);
background-repeat:no-repeat;
border-color:#0f4e8c;
border-style:double;
}

#mimage1 {
padding: 0 0 0 0;
height:305px;
width: 600px;
background-image: url(../images/about/jaro.jpg);
background-repeat:no-repeat;
border-color:#0f4e8c;
border-style:double;
}

a:link, a:visited {
color: #0f4e8c;
text-decoration: none;
padding: 1px;
}

a:hover {
color: #ffffff;
background-color: #0f4e8c;
}

a.none {
padding: 0;
}

a.noshow, a.noshow:hover {
color: #000000;
background: none;
}

#content a {
color: #0f4e8c;
border-bottom: 1px dotted #d2d2d4;
}

#content h3 a {
color: #0f4e8c;
border: none;
}

#content a:hover,
#content h3 a:hover {
color: #ffffff;
}

/* Navigation */

#navigation {
width: 195px;
font-size: 1em;
margin-bottom: 15px;
margin-top:2px;
}

#navigation ul {
list-style-type: none;
margin: 0;
}

#navigation li {
display: inline;
}

#navigation li a {
display: block;
text-decoration: none;
padding: 4px 4px 4px 18px;
}

#navigation li a.ebene1 {
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
background-image:url(../images/ebene1.gif);
background-repeat:no-repeat;
border-bottom: 1px solid #ffffff;
}

#navigation li a.ebene1:hover {
background-image:url(../images/ebene1over.gif);
background-repeat:no-repeat;
}

#navigation li a.ebene2 {
font-weight:normal;
background-color:#FFFFFF;
color:#0f4e8c; 
border-bottom: 1px solid #999999;
}
#navigation li a.ebene2:hover {
font-weight:bold;
background-color:#0f4e8c;
color:ffffff; 
border-bottom: 1px solid #ffffff;
}

/* News */

#news {
width: 190px;
}

#newsbild {
background-image:url(../images/news.gif);
background-repeat:no-repeat;
}

#news img {
padding:5 0 5 0;
border-color:#0f4e8c;
border-style:double;
}


#news p {
line-height: 1.2em;
}

#news .date {
padding-top:20px;
padding-bottom: 4px;
color:#333333;
}

/* Fusszeile */

#footercontainer {
width: 760px;
text-align: left;
font-size: 0.9em;
line-height: 1.4em;
color: #666666;
background-color: #ffffff;
margin: 30px auto 20px auto;
}

#footer {
margin-left: 210px;
padding-top: 10px;
border-top: 1px solid #d2d4da;
}

#copyright {
padding-top: 10px;
}

#footercontainer a {
color: #666666;
text-decoration: none;
}

#footercontainer a:hover {
color: #0f4e8c;
background: none;
}

/* Schrifttypen */

p, th, td, ul, ol, dl {
font: 1em verdana,arial,helvetica,sans-serif;
}

p, th, th {
line-height: 1.4em;
}

#content ul {
line-height: 1.4em;
}

p {
padding-bottom: 10px;
}

#wcontainer h1 {
position: relative;
width: 450px;
height: 20px;
z-index: 99;
text-indent: -5000px;
padding: 0;
margin: 0;
}

#content img {
padding:5 0 5 0;
border-color:#0f4e8c;
border-style:double;
}

h1 {
font: 2em arial,helvetica,sans-serif;
font-weight: normal;
color: #0f4e8c;
padding-bottom: 10px;
}

h2 {
font: 1.6em arial,helvetica,sans-serif;
font-weight: normal;
color: #0f4e8c;
padding: 10px 0 10px 0;
}

h3 {
font: 1.3em arial,helvetica,sans-serif;
font-weight: normal;
color: #0f4e8c;
padding: 4px 0 6px 0;
}

h4 {
font: 1.1em verdana,arial,helvetica,sans-serif;
font-style: italic;
color: #0f4e8c;
padding-bottom: 4px;
}

h5 {
font: 1em verdana,arial,helvetica,sans-serif;
font-weight: bold;
color: #0f4e8c;
text-transform: uppercase;
padding-bottom: 4px;
}

ul {
list-style-type: square;
margin: 0 40px 10px 40px;
}

li {
padding-bottom: 10px;
}