/*
Theme Name: rsegert
Theme URI: http://www.segert.net
Description: WordPress-Layout fuer Brinkmann, Dewert und Partner
Version: 0.1
Author: Ralph Segert
Author URI:
*/

/* Erstellt von Ralph Segert - www.segert.net*/


* {
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Helvetica, sans-serif;
text-align: center;
}



/*          Layoutgeruest
____________________________________*/


#gesamt {
width: 782px;
margin: 0 auto;
text-align: left;
}

#rahmen {
float: left;
width: 782px;
background-color: #eee;
color: #000;
}

#kopf {
float: left;
width: 782px;
height: 100px;
background: #fff url(images/_logo-neu.gif) no-repeat bottom center;
background-position: 0 66px;
color: #555;
}

#navi {
float: left;
width: 782px;
height: 50px;
}


#inhalt {
float: left;
width: 460px;
}

#sidebar {
float: left;
width: 320px;
}


#footer {
border-top: 1px solid #000;
float: left;
width: 782px;
margin-bottom: 40px;
background: #fff url(images/_footerbalken2.gif) no-repeat top right;
color: #555;
}



/*       Linkformatierung
____________________________________*/


a:link {
color: #960;
background-color: #eee;
text-decoration: none;
}


a:visited {
color: #960;
background-color: #eee;
border-bottom: 0px solid;
text-decoration: none;
}

a:hover, a:active {
color: #c00;
background-color: #eee;
border-bottom: 1px dotted;
}

#inhalt a {
font-weight: bold;
}

#footer a {
color: #960;
background-color: #fff;
}

#footer a:visited {
color: #960;
background-color: #fff;
}

#footer a:hover {
color: #c00;
background-color: #fff;
border-bottom: 1px dotted;
}



/*    Grundformatierungen Text
____________________________________*/


h1 {
display: none;
}

h2 {
margin: 60px 20px -10px 10px;
font-size: 12px;
letter-spacing: 1px;
}

h3 {
margin: 30px 20px -10px 10px;
font-size: .8em;
line-height: 20px;
}

h4 {
font-weight: normal;
font-size: 12px;
margin: 25px 0px 12px -15px;
background-color: #eee;
color: #000;
letter-spacing: 3px;
}


p {
font-size: .8em;
color: #444;
background-color: #eee;
line-height: 22px;
margin: 15px 20px 25px 10px;
}

#inhalt p {
letter-spacing: 1px;
}



/*          Textklassen
____________________________________*/


.datum {
font-size: .8em;
color: #666;
background-color: #eee;
margin-bottom: -25px;
margin-top:25px;
}

.info {
font-size: .7em;
color: #666;
background-color: #eee;
margin-bottom: 20px;
}

#inhalt .info a {
font-weight: normal;
}

.bullet {
text-align: center;
margin: 20px 20px 0 0;
}


.footer {
margin-top: 10px;
margin-left: 4px;
font-size: .7em;
color: #666;
background-color: #fff;
}

.footerleft {
float: left;
text-align: left;
padding: 0;
width: 374px;
}

.highlight {
color: #333;
background-color: #ff3;
font-weight: bold;
}

.kurzinfo {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}



/*    Spezielle Klassen fuer Ueberschriften
___________________________________________________*/


.h3kategoriename /* Ueberschrift der Kategorie in Aktuell */ {
color: #333;
background-color: #eee;
font-weight: normal;
font-size: 12px;
letter-spacing: 2px;
margin: 31px 0 -10px 10px;
}


.h3kategorie /* Ueberschrift Kategorie in der Sidenavi */  {
font-weight: normal;
font-size: 12px;
margin: 0 0 12px -15px;
letter-spacing: 5px;
}

.h2suche /* Ueberschrift Links suchen */ {
font-weight: normal;
font-size: 12px;
margin: 32px 0px 11px 55px;
background-color: #eee;
color: #000;
letter-spacing: 3px;
}


.h3archivtitel /* Erste Ueberschrift Archiv */ {
font-weight: normal;
font-size: 12px;
margin: 30px 0px 40px 10px;
background-color: #eee;
color: #000;
letter-spacing: 2px;
}

.h4archiv /* Ueberschrift Monate im Archiv */ {
font-weight: normal;
font-size: 12px;
margin: 25px 0px 11px 10px;
background-color: #eee;
color: #000;
letter-spacing: 2px;
}



/*   Hauptnavigation in Listenform
______________________________________*/


#navi ul li {
display: inline;
list-style-type: none;
}


.hauptnavi a, .hauptnavi3 a, .hauptnavi a:visited, .hauptnavi3 a:visited   {
float: left;
font-size: 12px;
letter-spacing: 1px;
color: #c00;
background-color: #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
margin: 0 -1px 0 0;
padding: 17px 0 0 0;
width: 129px;
height: 30px;
text-align: center;
}

.hauptnavi a {
background: url(images/_hm-bg1.gif) no-repeat top left;
}

.hauptnavi3 a {
background: url(images/_hm-bg3.gif) no-repeat top left;
}

.hauptnavi a:hover, .hauptnavi3 a:hover {
border-top: 0;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 7px solid #000;
height: 24px;
}

.hauptnavi a:hover {
background: url(images/_hm-bg1aktiv.gif) no-repeat top left;
}


.hauptnavi3 a:hover {
background: url(images/_hm-bg3aktiv.gif) no-repeat top left;
}

.hauptnavi_aktiv  {
float: left;
font-size: 12px;
letter-spacing: 1px;
color: #000;
background-color: #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 7px solid #000;
margin: 0 -1px 0 0;
padding: 17px 0 0 0;
width: 129px;
height: 24px;
text-align: center;
background: url(images/_hm-bg3aktiv.gif) no-repeat top left;
}

#navi .hauptnavi_aktiv a {
color: #000;
background-color: #fff;
border: 0;
}




/*   Subnavigation Inhaltsbereich
_______________________________________*/


#inhalt ul {
text-align: center;
margin: 20px 0 -20px 0;
background-color: #eee;
color: #666;
width: 100%;
list-style-image: url("gfx/b-bullet.gif");
}

.subnavi li {
display: inline;
margin-right: 20px;
font-size: 12px;
line-height: 20px;
text-align: left;
padding: 0 0 0 15px;
background: url("gfx/b-bullet.gif") no-repeat left;
}




/* Navigation von Seite zu Seite
____________________________________*/


#inhalt .mehr a {
font-weight: normal;
letter-spacing: 2px;
}

.mehr {
margin-top: 30px;
margin-bottom: 30px;
}

.mehr br {
clear: both;
}

.nachoben {
text-align: center;
margin: 30px 20px 30px 0;
}

#inhalt .nachoben a {
border: 0;
}

.next {
float:right;
}

.previous {
float:left;
}

.mehrstatic {
text-align: center;
margin: 30px 20px 30px 0;
}

.mehrstatic a {
border: 0;
}



/*      Subnavigation Sidebar
______________________________________*/


#sidenavi {
margin: 20px 0 30px 70px;
}

#sidenavi a:visited {
color: #960;
background-color: #eee;
}

.sidemenue1 li {
margin-top: 10px;
list-style-type: none;
font-size: 12px;
text-align: left;
list-style-image: url("images/b-bullet.gif");
}


.children li {
margin-top:6px;
text-align: left;
margin-left: 20px;
list-style-type: circle;
list-style-image: none;
}




/*             Archiv
____________________________________*/


#inhalt ul li {
text-align: left;
font-size: .8em;
color: #555;
background-color: #eee;
line-height: 20px;
margin: 6px 16px 0 25px;
list-style-type: square;
}

#inhalt ul {
margin-bottom: 20px;
margin-top: 10px;
}


#inhalt .archivliste a {
font-weight: normal;
}



/*            Grafik
____________________________________*/


img {
border: 0;
}

.bild {
text-align: left;
margin: 17px 0 0 55px;
}

.bild a {
border: none;
}



/*        Sonstiges: hr
____________________________________*/



hr {
clear: both;
visibility: hidden;
width: 0;
height:0;
margin:0;
padding:0;
}




/*   Felder und Buttons fuer Suche
________________________________________*/



.suche {
font-weight: normal;
font-size: 12px;
margin: 0 0px 0px 55px;
background-color: #eee;
color: #000;
letter-spacing: 3px;
}

.suchfeld {
width: 110px;
padding: 0 0 0 2px;
border: 1px solid #000;
height: 17px;
font-size: 12px;
background-color: #fff;
color: #000;
letter-spacing: 1px;
vertical-align: middle;
}

.suchbutton {
width: auto;
padding: 0 0 0 2px;
border: 1px solid #999;
font-size: 12px;
background-color: #f9f9f9;
color: #000;
letter-spacing: 2px;
vertical-align: middle;
}

