/* Layout: */


body {
    /*background-image: url("tus_small.jpg");*/
}



#Zentrieren {
    width: 1000px;
    margin: auto;
}



#navcon {
	background-image: url("Hintergrund_TUS.png");
	min-height: 600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	border-bottom: 1px solid transparent;
	border-bottom-radius: 20px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
}


#header {
 height: 205px;
 background-image: url("header.png"); background-repeat: no-repeat;
}



#nav {
    float:left;
    width: 170px;
}
    #nav a:link {color:#FFFFE6; text-decoration: none;}
    #nav a:visited {color:#FFFFE6; text-decoration: none;}
    #nav a:hover {color:#FFFFE6; text-decoration: none;}
    #nav a:active {color:#FFFFE6; text-decoration: none;}

	
#content {
    width: 780px;
	margin-left: 200px;
}
    #content a:link {color:#FFFFE6}
    #content a:visited {color:#FFFFE6}
    #content a:hover {color:#FFFFE6}
    #content a:active {color:#FFFFE6}
	
    




/* Navi: */
#navi {
    width: 170px;
    list-style: none;
    font-family: sans-serif;
	text-indent: 25px;
}

    #navi a:hover {padding-left: 5px; padding-right: 5px; background-image: url("Button.jpg"); background-repeat:no-repeat; display:block;}
* html #navi a:hover {
   background-image: none;
}
          

#navi li {
    padding: 0.3em;
    background-color: transparent;
    font-size: small;
 
}

#navi ul {
    background-color: transparent;
    font-size: 10px;
}

#navi #aktiv a
{
font-weight:bold;
color: #2C2C2C;
} 



#liste{
	padding-left: 20px;
}

#liste a:link {color:#FFFFFF}
#liste a:visited {color:#FFFFFF}
#liste a:hover {color:#353535}
#liste a:active {color:#FFFFFF}



#BilderVorstand{
    float: right;
    margin-right: 100px;

}

#formular{
float: left;
margin-left: 20%;
}