
* {
	margin: 0;
	padding: 0;
}

body {
background-color: #EBEBF6;
font-size: 0.8em;
font-family: Verdana, Helvetia, Arial, sans-serif;
color:#564b47;
padding:0px;
margin:0px;
text-align: center;  /* Zentrierung im Internet Explorer */
}

/* Linkformatierung */

a {color: #564b47;}
a:visited {color:#564b47;}
a:hover {color: #FFCC00; font-weight: bold;}
a:active { color:#000000; font-weight: bold;}


h1 {
font-size: 1.2em;

border-bottom:1px solid #000000;
padding:5px 15px;
margin:0 10px 0 0; }

h2 {
font-size:1.8em;
font-weight: normal;
padding: 5px 10px;
margin:0px;}


/* inhalt zentrieren */
#inhalt {
text-align: left;    /* Seiteninhalt wieder links ausrichten */
width: 950px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

/* oberster Layer */
#kopf1 {
background-color: #FFFFFF;
text-align: left;
vertical-align:top;
padding: 0px;
margin: 0px;
height: 105px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}

/* 2 layer mit navigation Layer */

#kopf2 {
background-color: #A0A9D6;
height: 20px;
text-align: center;
padding: 0px;
margin: 0px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
}

ul#navi2 {
margin: 0 0 0 258px;

}

ul#navi2 li{
list-style: none;
display: inline;
margin: 0;
padding: 0;
white-space:nowrap;
float: left;
}

ul#navi2 a {
    float: left; 
    width: 138px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none; 
    background-color: #A0A9D6;
  }



span.navi3 a{
font-size: 1em;
margin: 0 0 0 15px;
text-decoration: none; 
}


/* Inhalt */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 185px;
margin-right: 0px;
}


/* linkes Untermenue */
#left {
clear: both;
background-color: #A0A9D6;
background-image:url(images/photo_side.gif);
background-repeat:no-repeat;
background-position:0px 110px;
float: left;
width: 180px;
height: 430px;
margin: 0px;
padding: 0px;
border-right: 0px;
border-right-style: solid;
border-right-color: #A0A9D6;}

/* Fußzeile  */
#footer {
clear: both;
margin: 0px;
padding: 0px;
height: 20px;
text-align: center; }

p.footer1 {
font-size: 0.9em;
background-color: #A0A9D6;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding:5px 15px;
margin:0px; }


/* Formatierung Bild im Bodytext */
div.csc-textpic-imagewrap {
margin: 20px 10px 0 0;
}

