
/* Farbschema: rose: rgb(254,227,255) */

* {
 margin: 0;
 padding: 0;
 }

html {
 }
 
img {
 border: none;
 }
 
body {
 background: rgb(254,227,255) url(../styles/bg_stage.png) 0 0 repeat-x;
 }
 
body, div, p, td, th, input, textarea, select {
 font-family: georgia, "times new roman", verdana;
 font-size: 9pt;
 line-height: 14pt;
 color: #639;
 }
 
p span {
 font-size: 10pt;
 }
 
h1 {
 font-family: georgia, "times new roman", verdana;
 font-size: 11pt;
 line-height: 14pt;
 font-weight: bold;
 color: #639;
 margin: 25px 0 15px 0;
 }
 
a, a:link, a:visited {
 text-decoration: none;
 color: #666;
 }
 
a:hover, a:active {
 text-decoration: underline;
 color: #639;
 }
 
/* Basis-Elemente für Layout */

#stage {
 width: 824px;
 overflow: hidden;
 text-align: left;
 }
 
#stage_banner_oben {
 width: 824px;
 height: 147px;
 overflow: hidden;
 background: transparent url(../styles/bg_banner_oben.png) left bottom no-repeat;
 text-align: right;
 }
 
#stage_banner_unten {
 width: 824px;
 height: 194px;
 overflow: hidden;
 background: transparent url(../styles/bg_banner_unten.jpg) 0 0 no-repeat;
 }
 
#stage_inhalt {
 width: 824px;
 overflow: hidden;
 background: transparent url(../styles/bg_inhalt.png) 0 0 repeat-y;
 }
 
#stage_inhalt_links {
 width: 340px;
 overflow: hidden;
 text-align: center;
 margin: 50px 0 0 0;
 float: left;
 }
 
#stage_inhalt_rechts {
 width: 380px;
 overflow: auto;
 text-align: left;
 margin: 25px 0 0 40px;
 float: left;
 }
 
#stage_fusszeile {
 width: 824px;
 height: 28px;
 overflow: hidden;
 background: transparent url(../styles/bg_fusszeile.png) 0 0 no-repeat;
 margin: 0 0 20px 0;
 }
 
/* Inhalt-Elemente */

#Serviceleiste {
 overflow: hidden;
 font-size: 8pt;
 text-align: right;
 margin: 3px 20px 0 0;
 }
 
#Serviceleiste a, #Serviceleiste a:link, #Serviceleiste a:visited {
 text-decoration: none;
 color: #999;
 }
 
#Serviceleiste a:hover, #Serviceleiste a:active {
 text-decoration: none;
 color: #639;
 }

#Hauptnavigation {
 list-style-type: none;
 margin: 155px 0 0 33px;
 }
 
#Hauptnavigation li {
 width: 156px;
 background: #fff;
 font-family: georgia, "times new roman", verdana;
 font-size: 10pt;
 line-height: 26pt;
 color: #639;
 text-align: center;
 margin: 0 2px 0 0;
 float: left;
 }

#Hauptnavigation li a, #Hauptnavigation li a:link, #Hauptnavigation li a:visited {
 text-decoration: none;
 color: #639;
 font-weight: bold;
 display: block;
 }
 
#Hauptnavigation li a:hover, #Hauptnavigation li a:active {
 text-decoration: underline;
 color: #333;
 font-weight: bold;
 display: block;
 }
 
#Kompetenzen {
 list-style-type: circle;
 padding: 0 0 0 20px;
 }
 
#Kompetenzen li {
 font-weight: bold;
 margin: 10px 0 0 0;
 }
 
#Kompetenzen li ul {
 list-style-type: disc;
 padding: 0 0 0 20px;
 }
 
#Kompetenzen li ul li {
 list-style-type: disc;
 font-weight: normal;
 line-height: 1.7em;
 }
