#container
{
position: absolute;
left: 50%;
width: 900px;
margin-left: -450px;
background: #fff;
top: 16px;
}


* {
margin: 0;
padding: 0;
}

html {
background: #cdc6bc url(picture/back2.jpg) repeat-x;
color: #333;
font: 80%/1.2 verdana, arial, helvetica, sans-serif;
}


h1 {
font-size: 1.3em;
color: #1B4A6D;
line-height: 1.5em;
margin-bottom: .4em;
}

h2 {
font-size: 1em;
color: #555;
line-height: 1.3em;
margin-bottom: 0.3em;
}

h3 {
font-size: 1em;
color: #1B4A6D;
line-height: 1.5em;
margin-top: 1em;
margin-bottom: 0.3em;
}

h4 {
font-size: 0.9em;
color: #1B4A6D;
line-height: 1.3em;
margin-bottom: 0.3em;
}

h5 {
font-size: 1em;
color: #1B4A6D;
line-height: 1.1em;
margin-bottom: 0.2em;
}

p {
font-size: 1em;
color: #333;
line-height: 1.4em;
margin-bottom: .7em;
}

.mehr {
font-size: 1em;
color: #333;
margin-bottom: .5em;
}

 



/*   #################################Navigation################################## */
/*   #################################Navigation################################## */
/*   #################################Navigation################################## */

#nav {
    width: 900px;
   float: left;
    font: 80%/1.2 verdana, arial, helvetica, sans-serif;
    background: #ccc7bc url("picture/background3.gif") repeat-x center right;    /*  border-top: 0px #999 solid; */
    border-bottom: 1px #999 solid;

}

#nav img {
float: left;
margin: 0 0 0 0;
}

#nav ul {
    float:left;
    display:inline;
    margin:0;
    padding: 0;
    margin-left: 10px;
    border-left: 0px #aaa solid;
    border-right: 0px #aaa solid;
}

#nav ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1em;
    list-style-type: none;
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
}

#nav ul li a {
    display:block;
    width: auto;
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 6px 6px 4px 6px;
}

#nav ul li a:hover {
    background: transparent url("picture/hover.gif") repeat-x center right;
    color: #000;
    text-decoration: none;
}

#nav ul li#current {
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
    background: transparent url("picture/background_active1.gif") repeat-x center right;
}

#nav ul li#current a,
#nav ul li#current a:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

/* ########################################################################
################# I n h a l t #############################################
########################################################################## */




div#inhalt {
float: left;
display: inline;
width: 550px;
margin: 32px 0 0 60px;
padding-top: 0px;
}


div#inhalt-ks {
float: left;
display: inline;
width: 550px;
margin: 10px 0 0 60px;
padding-top: 0px;
}

div#teaser {
float: left;
display: inline;
width: 550px;
margin: 0 0 10px 0;
padding: 0;
}


div#inhalt img {                /* nur fur mittlere 1oben 2rechts 3unten 4links Position der Bilder */
float: left;
display: inline;
margin: .2em 1.5em .2em 0em;
}



div#inhalt hr {
border: 0;
border-bottom: 1px solid #79a;
height: 1px;
margin: 7px 0 7px 0;
clear: left;                    /* ################Umbruch vor der Linie */
}


ul {
font-size: 1em;
color: #333;
line-height: 1.4em;
margin-left: 3em;
margin-bottom: 1em;
}

ol {
font-size: 1em;
color: #333;
line-height: 1.4em;
margin-left: 3em;
margin-bottom: 1em;
}

li {
    margin: 4px 0 4px 0px;
}

.ohneabstand {
    margin-bottom: 0;
}

.zweiteebene {
    margin: 3px 0 0 90px;
}

.abstand10 {
margin-top: 1em
}



div#inhalt a {                        /* Farbe Hyperlinks FOOTER */
  color: #6A7F94;
    text-decoration: none;
}

div#inhalta:link {          /* Link rechte Spalte */
  text-decoration: none;
  color: #6A7F94;
}

div#inhalt a:visited {
  color: #6A7F94;
  text-decoration: none;
}

div#inhalt a:hover {
  text-decoration: underline;
  color: #2A9677;
}


/* #########################################################################
############### Spalte Rechts ##############################################
############################################################################# */



div#spalte-1 {
float: right;
width: 200px;
margin: 50px 20px 0 0;
}


div#spalte-1 h2, {
font-size: .95em;
color: #333;
margin: 0 0 0 0;
}

div#spalte-1 h4, {
font-size: 1.3em;
color: #666;
margin-bottom: .9em;
}

div#spalte-1 {
font-size: 0.95em;
}


div#spalte-1 ul {
list-style: none;
margin: 10px 20px 0 0px;
}

div#spalte-1 a {
color: #555;          /* Schrift Navigation Links */
font: 90%/1.3 verdana, arial, helvetica, sans-serif;
 width: 90%;
padding: 0.4em 0.8em 0.4em 1em;
 border-style:solid;
 border-width: 0px 0px 0px 1px;
 border-color: #4B9682 gray #FFFFFF #D4D4C1;

}

#spalte-1 a:link {
  display: block;
  text-decoration: none;
}

#spalte-1 a:visited {
  color: #555;
  text-decoration: none;
  display: block;
}

#spalte-1 a:hover {
  display: block;
  background-color: #5ba68e;
  color: white;
   border-color: gray gray gray #5ba68e;
}


#spalte-1 li#current a,
#spalte-1 li#current a:hover {
  display: block;
  text-decoration: none;
  color: #555;
padding: 0.4em 0.8em 0.4em 0.55em;
  border-width: 0px 0px 0px 6px;
  border-color: gray gray silver #1B4A6D;
}

#spalte-1 li#current a:hover{
  color: #fff;

}

#spalte-1 a#show {
  background-color: gray;
  color: white;
}






/*     ++++++++++++++++++++ footer ++++++++++++++++++++++++++      */

#footer {
clear: both;
width: 900px;
margin: 0;
padding: 0em;
color: #999;
background-color: #042c4e;
border-top: 1px solid gray;
}

#footer a {                        /* Farbe Hyperlinks FOOTER */
  color: #fff;
}

#footer a:link {          /* Link rechte Spalte */
  text-decoration: none;
  color: #fff;
}

#footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
  color: #5ba68e;
}

#footer p {
font-size: 0.85em;
  color: #689;
}