/* ==========================================================================
Stylesheet für die "Reh und Reh Unternehmerberatung"
Stand: Beginn
Datei: reh_gs.css
Datum: 02.Dezember 2008
Autor: Gernot Schwarz
Aufbau: 1. Allgemeine Styles
        2. Styles für die Layoutbereiche
        3. ###
============================================================================*/

* { padding: 0; margin: 0; }

/* ==========================================================================
1. Allgemeine Styles
============================================================================*/

/* Hyperlinks allgemein */

 a { outline: none; }
 a:link, a:visited {
 color: blue;
 text-decoration: none;
}
 a:hover, a:focus {
 text-decoration: underline;
 color: blue;
}

/* Clearing */

.clearing {
 clear: both;
}

/* Layout Seite */

body {
 font-family: "Trebuchet MS", Arial, Verdana sans-serif;
 font-size: 13px;
 background: #666699;
 padding-top: 10px;
}
#wrapper {
 margin: 0 auto;
 width: 800px;
 height: 558px;
 background: #ffffff;
 backg-round: transparent url(bilder/bg_wrap.gif) repeat-y top left;
}
#header {
 width: 800px;
 height: 125px;
 background: transparent url(images/kopf_reh.gif) no-repeat top left;
}
#leftcolumn {
 color: #333;
 bor der: 1px solid #ffffff;
 back ground: #ffffcc;
 margin: 0px 0px 0px 0px;
 padding: 35px 10px 10px 0px;
 height: 375px;
 width: 164px;
 float: left;
}
#content {
 float: left;
 color: #333;
 bor der: 1px solid #ffffcc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 30px 25px 10px 5px;
 height: 380px;
 width: 402px;
 display: inline;
}

#content h2 {
 font-size: 18px;
 padding-bottom: 5px;
 margin-bottom: 10px;
 border-bottom: 1px solid #000;
}

#content h3 {
 font-size: 15px;
 padding-top: 5px;
 padding-bottom: 5px;
}

#content p {
 font-size: 14px;
 padding-bottom: 5px;
 padding-top: 5px;
}

#rightcolumn {
 color: #333;
 bor der: 1px solid #ffffcc;
 background: #C18334;
 margin: 0px 0px 0px 0px;
 padding: 30px 0px 10px 10px;
 height: 380px;
 width: 180px;
 float: left;
}

#rightcolumn img {
 padding-left: 0px;
 border: 1px solid #ffffff;
}

#footer {
 width: 794px;
 height: 36px;
 clear: both;
 color: #333;
 border: 3px solid #fff;
 background: #6D4B1B;
 back ground: transparent url(bilder/footer.gif) no-repeat top left;
 margin: 0px;
 padding:0px;
}

/* ==========================================================================
2. Navigation
============================================================================*/

#navigation  {
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica,SunSans-Regular, sans-serif;
 font-weight: bold;
 width: 139px
}
#navigation ul {
 list-style-type: none;
 margin: 0; padding: 0
}
#navigation li {
 border-bottom: 1px solid white
}
#navigation li a:link, #navigation li a:visited  {
 color: #fff;
 text-decoration: none;
 background-color: #6D4B1B;
 display: block;
 padding: 5px 5px 5px 0.5em;
 bo rder-right: 1px solid #669;
 border-left: 12px solid #C18334;
}
#navigation li a:hover {
 color: #000;
 background-color: #C18334;
}
#navigation ul ul  {
 marg in-left: 12px
}
#navigation ul ul li {
 margin: 0;
 border-bottom: 0px solid #669;
 border-top: 1px solid white;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
 background-color: #9999cc;
}
#navigation ul ul a:hover {
 background-color: #99CCFF;
}

/* ==========================================================================
3. Subnavigation


.subnavi {
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica,SunSans-Regular, sans-serif;
 font-weight: bold;
 width: 119px
}
.subnavi ul {
 list-style-type: none;
 margin: 0; padding: 0
}
.subnavi li {
 border-bottom: 1px solid white
}
.subnavi li a:link, #navigation li a:visited  {
 color: #fff;
 text-decoration: none;
 background-color: #A5D6F8;
 display: block;
 padding: 5px 5px 5px 0.5em;
 bo rder-right: 1px solid #669;
 border-left: 12px solid #99CCFF;
}
.subnavi li a:hover {
 color: #fff;
 background-color: #9999ff;
}
============================================================================*/