/* CSS Document */

/* Globale Angaben für die ganze Seite */


body {
background: #262626;
color: #fff;
text-align: center;
font-size: 75%;
}


/* Angabe für die zu verwendenden Schriftarten */


body, input, select, option, textarea {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Angabe für die gesamte sichtbare Seitenbreite */


#page {
width: 960px;
margin: auto;
text-align: left;
}


/* Standardangeben für Absätze, Überschriften, Sub-Überschriften und Links */


p, li {
line-height: 18px;
}

h1 {
font-size: 130%;
line-height: 18px;
padding: 6px 0 6px 0;
color: #cc0000;
}

h2 {
font-size: 120%;
line-height: 15px;
padding: 5px 0 0 0;
color: #cc0000;
}

h3 {
font-size: 110%;
line-height: 14px;
padding: 5px 0 0 0;
color: #000000;
}

a {
color: #cc0000;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
font-weight: bold;
}

.clear {
clear: both;
overflow: hidden;
height: 0.1px;
font-size: 0.1px;
line-height: 0.1px;
}

img {
border: none;
}

/* Definition des Kopfbereichs */

#head_navi {
background-color: #DC0500;
height:40px;
font-size: 23px;
margin: 8px 0 0 0;
padding: 0;
}

#head_navi .content {
margin: 0;
padding: 5px;
text-align: left;
}

#head {
clear: both;
background-image: url(head.jpg);
background-repeat: no-repeat;
height: 200px;
text-align: center;
font-size: 25px;
margin: 8px 0 8px 0;
padding: 0;
}

#head_persoenliches {
clear: both;
background-image: url(head_persoenliches.jpg);
background-repeat: no-repeat;
height: 200px;
text-align: center;
font-size: 25px;
margin: 8px 0 8px 0;
padding: 0;
}

#head_politik {
clear: both;
background-image: url(head_politik.jpg);
background-repeat: no-repeat;
height: 200px;
text-align: center;
font-size: 25px;
margin: 8px 0 8px 0;
padding: 0;
}

#head_tauchen {
clear: both;
background-image: url(head_tauchen.jpg);
background-repeat: no-repeat;
height: 200px;
text-align: center;
font-size: 25px;
margin: 8px 0 8px 0;
padding: 0;
}

#head_webdesign {
clear: both;
background-image: url(head_webdesign.jpg);
background-repeat: no-repeat;
height: 200px;
text-align: center;
font-size: 25px;
margin: 8px 0 8px 0;
padding: 0;
}


/* Definition der Navigation */

#navi {
background-color: #D4D0C8;
width: 960px;
height: 100%;
margin: 0;
padding: 0;
}

#navi .content{
color: #000;
margin: 0;
padding: 11px 20px 5px 50px;
font-weight: bold;
}

#navi ul, #navi li {
display: inline;
font-size: 15px;
line-height: 25px;
font-weight: bold;
margin: 0;
padding: 0;
}

#navi ul a {
padding: 0 60px 0 25px;
color: #000;
font-weight: bold;
text-decoration: none;
background-image: url(liststyle.jpg);
background-repeat: no-repeat;
}

#navi ul a:hover {
padding: 0 60px 0 25px;
color:#DC0500;
font-weight:bold;
text-decoration: none;
background-image: url(liststyle.jpg);
background-repeat: no-repeat;
}

#navi ul a:active {
padding: 0 60px 0 25px;
color:#000;
font-weight:bold;
text-decoration: none;
background-image: url(liststyle.jpg);
background-repeat: no-repeat;
}


/* Definition des Inhaltsbereichs */

#inhalt_start {
width: 960px;
margin: 8px 0 8px 0;
padding: 0;
}

#inhalt_start .content {
color: #000;
background-color: #FFFFFF;
text-align: left;
font-size: 13px;
margin: 0;
padding: 5px 13px 10px 13px;
}

#inhalt {
width: 960px;
margin: 8px 0 8px 0;
padding: 0;
}

#inhalt .content {
color: #000;
background-color: #FFFFFF;
text-align: left;
font-size: 13px;
margin: 0;
padding: 5px 13px 10px 13px;
}

#inhalt .content tr, td{
color: #000;
font-size: 13px;
margin: 0;
padding: 5px 0 5px 0;
}


/* Definition des Footers */

#footer {
background-color: #D4D0C8;
height:40px;
text-align: center;
font-size: 25px;
margin: 0 0 5px 0;
padding: 0;
clear: both;
}

#footer .contentr {
color: #000;
text-align: right;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px;
float: right;
}

#footer .contentl {
color: #000;
text-align: left;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 9px 5px 5px 5px;
float: left;
}

#footer .contentl img{
margin: 0;
padding: 0;
border: 1px solid #D4D0C8;
}

#footer .contentl img:hover{
margin: 0;
padding: 0;
border: 1px solid #cc0000;
}

