* { margin: 0; padding: 0; 
}


html, body {
height: 100%;
padding: 0;
    margin: 0 auto;
    font-family:  Tahoma, Arial, sans-serif;   
    font-size: 1em;
	 line-height: 1.9em;
color: #333333;
}

			/* WRAP */
#container {
width: 950px;
height: 100%;
position: relative;
margin: 0 auto;
padding: 0;
background-color: #ffffff;
}

/* Links - Lehrstuhl und Kontakt */
#navcontainer1 {
margin-bottom: 1em;
overflow: hidden;
}

#navlist1 {
float: right;
list-style-type: none;
margin: 0 0;
padding: 8px 0 0 0;
}

#navlist1 li {
border-left: 1px solid #e0e0e0;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
font-size: 0.8em;
}

#navlist1 a:link, #navlist a:visited {
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist1 a:link#current, #navlist a:visited#current, #navlist a:hover {
background: transparent;
color: #000;
}

#navlist1 a:hover { color: #000; }


    		/* BANNER */
#banner {
margin: 0 0 20px 0;
padding: 10px 0;
height: 80px;
background: url(imgs/banner.jpg) center no-repeat;}



			/* TOP NAV */
#navcontainer {
margin-bottom: 1em;
overflow: hidden;
}			

			
#navlist {
margin: 0;
padding: 5px 0 20px 10px;
border-top: 1px solid #efefef;
border-bottom: 6px solid #efefef;
}

#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited {
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 25px 4px 25px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
color: #333333;}

#navlist a:hover { color: #333333; }
						
				/* CONTENT */
#content {
margin: 0 100px;
padding: 30px 0;
font-size: 0.8em;
}

				/* FOOTER */
#footer {	
width: 100%;
height: 5em;
padding: 5px 5px 10px 0;
bottom: 0;
color: #999;
text-align: right;
font-size: x-small;
line-height: 1.8em;
border-top: 6px solid #efefef;
}

				/* LINKS */
a {
color: #7eb4cc;
}

a:hover {
color: #333333;
}

a img {
border: 0;
} 

			
#strich {
margin: 1px 0 0 0;
border-top: 1px solid #e0e0e0;
}


/* HEAD- UND SUBLINES IM CONTENT */

.xbigmittig { 	   
     margin: 0 0 20px 0;
     padding: 5px 0;
     font-family: Georgia, Bookman, Times, serif;
     font-weight: lighter;
     text-align: left;
     font-size: 1.8em;
     line-height: 1.5em; }

.xbiglinks { 	   
     font-family: Georgia, Bookman, Times, serif;
     float: left;
     width: 94%;
     font-size: 1.8em;
     color: #444444;
     border-bottom: #dddddd dotted 1px;
     line-height: 1.5em;
     margin: 0px 0px 30px 0px;
}

.big {
     font-family: Georgia, Bookman, Times, serif; 
     font-size: 1.0em;
     font-weight: normal;
     font-style: italic;
     color: #7eb4cc;
}

.sub{
     float: left;
     width: 94%;
     text-align: center;
     color: #7eb4cc;	
     margin: 0px 0px 25px 0px;
}

.sub a{
     padding: 0px 20px 0px 20px;
     color: #7eb4cc;
	  text-decoration: none;
	  }
	  
.sub a:hover { 
     color: #333333; 
     text-decoration: none;
}



