/* CSS für hochschulpolitik24 */

/* Wichtige Farben
hellgrün für input-hintergrund = #E5F0CA 
dunkelbraun für input-rahmen =	#8CA162 
rot = #6C0000
*/


html, body, div, h1, h2, h3, ul, ol, 
form, li {
   margin: 0;
   padding: 0;
   font: 11px Verdana, Helvetica, Arial, sans-serif;
   }
h1	{
	font: bold 11px Verdana, Helvetica, Arial, sans-serif ;
   }
h2	{
	font: bold 11px Verdana,Helvetica,Arial,sans-serif;
	color: #6c0000;
   }
a	{color: #4B6294
	}   
a:visited {
     text-decoration: underline;
}

a:hover {
      text-decoration: none;
}

a.drucken	{color: black
	}   
	
.keyword	{
		color: #6c0000;
}




/*
'seo' eingefuehrt für die Suchmaschinen-Optimierte Zitatdarstellung: Die Markierten Begriffe werden zu Links.
*/

.seo	{color: #6c0000; text-decoration: none;
	}   

.seo:visited {
     text-decoration: none;
}

.seo:hover {
      text-decoration: none;
}





input 	{
	background-color: #E5F0CA;
	font: 11px verdana,helvetica,arial;
	color: black;
	border: 1px solid #8CA162;
}
select 	{
	background-color: #E5F0CA;
	font: 11px verdana,helvetica,arial;
	border: 1px solid #8CA162;
	}	
.submit {background-color:#6C0000;
		color: white;
		border: 1px solid #6C0000;
			}






#linkliste a {color: black;
text-decoration: none;}
#linkliste a:visited {text-decoration: none}
#linkliste a:hover {text-decoration: underline}

		
#generic-nav a {color: black;
text-decoration: none;}
#generic-nav a:visited {text-decoration: none}
#generic-nav a:hover {text-decoration: underline}
#logo { 
	background: url(../images/logo-hochschulpolitik24.gif) no-repeat ; /*hier das entsprechende Logo einfügen*/
	width:413; /*hier die breite des Logos in Pixeln eingeben*/
	height:57;
	}
	
	
/*2. Reihe Checkboxen Ausrichtung*/
.second	{position:absolute;
left:144pt;
	}		