 
/*alle Objekte werden betroffen*/
* {
	font-family: sans-serif;
}
body { background-color:white;
     }


.kopf {	background-color:rgb(10,42,81);
			background-image: url("pics/TUD_logo.jpg");
  			background-repeat: no-repeat;
  			background-position: right top;
  			background-size:25%;
			padding:10px;
			margin:10px 15px 15px 0px; /*o r u l*/
			border:1px solid black;
			width:100%;
			height: 100px;
			color:white;
			text-align: center;
			}
		
div.navigation {float:left;
				width:200px;
				height:30em;
                border:1px solid black;
                padding:10px;
                margin: 10px 10px 0px 0px;
                background-color:rgb(10,42,81);
				
                }
div.angebot {background-color:#FFFFFF;
			 text-shadow: 3px 3px 5px;
			
}
				
div.inhalt {
             font-family: Verdana,Arial;
			 padding:10px;
			 font-size: 16px;
             /*clear: left;	*/ 
             margin-left:250px;
			 line-height:180%
			 
			 }

div.beschr { font-size:20;
             
             }			 

div.fuss { clear:left;
           border:1px solid gray;
           padding:10px;
           margin-top:10px;}

p.bg { 
		font-family: Verdana,Arial;
		border-bottom:1px solid black;
		border-top:1px solid black;
		padding:10px;
		padding-left: 20px;
		/*margin-left:20px;
		width:100px;
		height:60px;*/}
p.zw { 
		font-family: Verdana,Arial;
		border-top:1px solid black;
		padding:10px;
		padding-left: 20px;
}

h1.wichtig { color:#056891; text-decoration:blink; }

h2 { color:black; font-style:oblique;
	text-shadow: 3px 3px 2px #acc0e4; font-size: 40px;
	line-height: 130%
	}
	
h2.u { color:black; font-style:oblique;
	text-shadow: 3px 3px 2px #acc0e4; font-size: 30px;
	line-height: 110%
	}

ol { 
	list-style-type: upper-roman;
	}
	
	
	
a:link.nav
{ font-family: Verdana,Arial;
font-size: 16px;
color: white;
 }
 
 a:link
{ font-family: Verdana,Arial;
font-size: 16px;
color: black;
 }

a:active
{ font-family: Verdana,Arial;
font-size: 16px;
color: black;
text-decoration: none;
text-underline: none; }

a:visited
{ font-family: Verdana,Arial;
font-size: 16px;
color: black;
text-decoration: none;
text-underline: none; }

a:visited.nav
{ font-family: Verdana,Arial;
font-size: 16px;
color: white;
text-decoration: none;
text-underline: none; } 

a:hover
{ font-family: Verdana,Arial;
color:grey ;
text-decoration: underline;
} 

a:hover.nav
{ font-family: Verdana,Arial;
color:grey ;
text-decoration: underline;
} 

