* {
    margin: 0px;
    padding: 0px;
}


html, body {
    font-family: Verdana;
    font-size: 12px;
    line-height: 1.6em;
}

#wrapper {
    height:auto;
    width: auto;
    margin:auto;
}

/*Header*/

#header {
    margin: 10px 0 0 0;
    color: #FFFFFF;
    font-family: Times;
    font-size: 20px;
    font-weight:  900;
    line-height: 1.4em;
    height: 155px;
    width: auto;
    background-image: url(bilder/header2.png); 
	float:Bottom;
    background-repeat:no-repeat;
}

#logo {
    height: 120px;
    width: 120px;
    background-image: url(bilder/logo.png); 
    float:left;
    background-repeat:no-repeat;
    margin:20px 0 0 35px;  
}

#title {
    margin:0 0 0 280px;
    padding:40px 0 0 0; 
}

/*Navigation*/

#navi {
    line-height: 1.5em;
    height: 700px;
    width: 220px;
    background-image: url(bilder/navi2.png);
    float: left;
    color: #FFB200;
    font-weight: bold;
    font-size: 14px;  
	float:left;
    background-repeat:no-repeat;
}

a {
    text-decoration: none;
    color: #FFB200;
}

#startseite #startseite a,
#s01 #s01 a,
#s02 #s02 a,
#s03 #s03 a,
#s04 #s04 a,
#s05 #s05 a,
#s06 #s06 a,
#s07 #s07 a,
#s10 #s10 a {
    color: #FFFFFF;
}

.navi {
    margin:68px 0 0 41px;
    list-style-type: none;
    text-decoration: none;
    

}

/*Content*/

#contentStart {
    height: 700px;
    width: 80%;
    /*margin:0 0 0 220px;*/
    background-image: url(bilder/contentstart.png);
    padding:50px;
    color: #00006C;
	float:middle;
    background-repeat:no-repeat;
	background-position: center;
	  display: block;
  margin-left: auto;
  margin-right: auto;
}

#headline {
    text-align: left;
    margin:-60px 0 0 150px;
    padding:0px;
    color: #00006C;
    font-family: Verdana;
    font-size: 24px;
}

.headline_color{
    color: #EC7500;
}   

#contentText {
    height: 500px;
    width: 1100px;
    margin:0 0 0 0px;
    overflow-y: auto; 
    padding:0px;
    color: #00006C;
}

#contentText2 {
    height: 500px;
    width: 900px;
    margin:0 0 0 0px;
    overflow-y: auto; 
    padding:0px;
    color: #00006C;
}

#content {
    height: 700px;
    width: 1100px;
    margin:0 0 0 220px;
    background-image: url(bilder/content.png);
	background-position: center;
    background-repeat:no-repeat;
	position: center;

    padding:50px;
    color: #00006C;
}

#subpic {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 100px;
    text-align: left;
    font-family: 'Times New Roman';
    font-style: italic;
    font-size: 200%;
    color: #00006C;
    background-repeat:no-repeat;
	background-position: center;
}

#subpic p{
    text-align: center;
}

#welcome {
    height: 145px;
    text-align: center;
    font-family: 'Times New Roman';
    font-style: italic;
    font-size: 200%;
    color: #00006C; 
    overflow-y: auto;   
}

#portrait{
    text-align:;
    margin-left: 215px;
}

#gesellschaft {
    text-align: center;
    margin-left: 60px;    
}

tr.s06 p {
        line-height:1.4em;
        margin-left:4em;
        text-indent:-2em;
}

h2.s06 {
        background: #ffa54f;
        margin-left:0px;
        padding:5px;
        font-family: Verdana, sans-serif;
}

/** Bottom */

#bottom {
	width: 900px;
	margin: 10px auto;
	text-decoration: none;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFB200;
    padding-top: 0px;
	position: center;
	bottom: 10px;
}

#center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#bottom p {
	padding: 20px 0px 20px 0px;
	text-align: center;
	font-size: 11px;
}

#bottom a {
	color: #00006C;
}

#gruen {
	color: #148429;
}

a:link {
  color: #FFB200;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}