
/*Allgemeine Konfigurationen */

body
		{
		 background:url(Studienplatzklage_backround.jpg) no-repeat;
		 font-family: 'Lucida Grande', Arial, sans-serif;
		 
		}



a:link	    {
			  font-family: 'Lucida Grande', Arial, sans-serif;
       	  	  color:#FF6400; 
			  text-decoration:none;
			  font-size:12px;
       		}

a:visited 	{
         	  color:#FF6400; text-decoration:none
         	}

a:active 	{
         	  color:#FF6400;  text-decoration:none
         	}

a:hover 	{
        	  color:#333; text-decoration:underline
        	}



h1
{
	font-size: 120%;
	font-weight: bold;

}

h2
{
	font-size: 110%;
	font-weight: bold;
	
}

h3
{
	font-size: 110%;
	font-weight: bold;
	color: #999900;
}


h4
{
	font-size: 105%;
	font-weight: bold;
}


#kopftitel{
	 font-family: 'Lucida Grande', Arial, sans-serif;
	 font-size:13px;
	 padding-left:430px;
	 color:#C1BEB9;
}


#inhalt {
	 font-family: 'Lucida Grande', Arial, sans-serif;
	 font-size:12px;
	 color:#333;
	 line-height: 1.5;
	 text-align:justify;
}

#inhaltMitBild {
	 font-family: 'Lucida Grande', Arial, sans-serif;
	 font-size:12px;
	 color:#333;
	 line-height: 1.5;
	 padding-left:10px;
	 text-align:justify;
}

#kontakt {
      font-family: 'Lucida Grande', Arial, sans-serif;
	  background-image:url(../Examensanfechtung/Examensanfechtung.png);
	  background-repeat:no-repeat;
	  height:280px;
	  width:210px;
	  padding-top:80px;
	  padding-left:5px;
}


/* navigation */


#menu {
	clear: both;	
	margin: 0 auto; padding-left: 380;
	font: bold 13px/60px Arial, Tahoma, Sans-serif;
	height: 60px;
	width: 100%;	
}
#menu ul {
	float: left;	
	list-style: none;
}
#menu ul li {
	display: inline;
	
}
#menu ul li a {
	background-image:url(../Examensanfechtung/schuleButton2.png);
	background-repeat:no-repeat;
	float: left;	
	padding-left:17px;
	width: 75px;
	color: #fff;	
	text-decoration: none;
	
}
#menu ul li a:hover {
	background-image:url(../Examensanfechtung/schuleButton1.png);
	/*background: #3366FF url(navi.png);*/
}
#menu ul li#current a {	
	background-image:url(../Examensanfechtung/schuleButton1.png);
}


#topmenu {
	 font-family: 'Lucida Grande', Arial, sans-serif;
	 font-size:12px;
	 text-align:right;
	 padding-right:170px;
	 padding-top:25px;

}


#footer {
	 font-family: 'Lucida Grande', Arial, sans-serif;
	 font-size:8px;
	 color:#333;
}

#suche {
	 position:absolute;
	 width:300px;
	 top:35px;
	 left:810px;
}



