/*Alle css-Formatierungen auf Udos Homepage*/
 
  body {
  background-color: #666666;
  color: #000000;
 }
 
 /*Links in der rechten Spalte*/
 a:link { text-decoration:none; color:#339900; }
 a:visited { text-decoration:none; color:#339900; }
 a:hover { text-decoration:none; background-color:white; color:maroon;}
 a:active { text-decoration:none; background-color:#ff0000; }

/*Links im Menue linke Spalte*/
	a.menue {display:block;
 width:12em;
 height:1.0em;
 padding:2px;
 border-bottom-style:solid;
 border-width:4px;
 border-bottom-color:#ff0000;
 text-align:left;
 text-decoration:none;
 color: white; font-family: verdana, arial; font-size: 65%;  text-align:left; }
 	a.menue:link {color:white; background-color:transparent}
 	a.menue:hover {color:white; background-color:#ff0000}
 	
 
/*Formatierungen der Linkliste*/
div.text /*Gesamter Textblock*/ {text-align:left; margin-left: 35px; margin-right:25px; margin-top:20px}
 p.links /*Liste*/ {color: black; font-family: arial; font-size: 70%; font-weight: bold; letter-spacing:0.1em; text-align:left; }
 p.text /*Sonstiger Text*/ {color: black; font-family: arial; font-size: 70%; letter-spacing:0.1em; text-align:left; margin-right:40px}
 p.unter /*Untertitel*/ {color:#00a6a7; font-family: verdana, arial; font-size: 70%; 
font-weight: bold; text-align:left; margin-right:50px}
 span.text1 /*Zwischenüberschriften*/ {color: black; font-family: arial; font-size: 85%; font-weight: bold; text-align:left; line-height:1.3em}
span.text2 /*Abschlusszeilen: Links zu den usw.*/ {color: black; font-family: arial; font-size: 70%; font-weight: bold; letter-spacing:0.1em; text-align:left; }
 
 span.text3 /*Udo Titel*/ {color: #CCCCCC; font-family: arial; font-size: 70%; letter-spacing:2px}
span.text4 /*Zeilen direkt unter Titeln*/ {color: black; font-family: arial; font-size: 70%; letter-spacing:0.1em; text-align:left; margin-right:40px}
  

 /*Listenformate für Angebote*/
 ul {color: black; font-family: arial; font-size: 70%; letter-spacing:0.1em; text-align:left; margin-right:40px}
 
 
 
 /*Spaltenfarben*/
 td.c1 /*1.Zeile quer*/ {background-color: #666666}
td.c2 /*2.Zeile quer*/ {background-color: #000000}
 td.c3 /*Linke Spalte*/ {background-color: #000000; }
 td.c4 /*Rechte Spalte*/ {background-color: #cccccc}
 

 /*Logo Udo*/
 div.logo {text-align: right}
  
 /*Dreieck Nach Oben*/
  div.logo1 {text-align: right; margin-right:25px; }

