/* CSS Document */

/* alle Browser auf Null setzen */
*
	{
		margin: 0;
		padding: 0;
		border: none;
	}


/*Body festlegen*/
body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #000;
		background-color: #ffffd7;
		margin: 30px auto;
		border: 1px solid #000;
		width: 95%;
	}

div#header
	{
		text-align: center;
		background-color: #2f30ff;		
		/*padding-bottom: 10px;*/
		border-bottom: 1px solid #000;
	}


/*Hauptmenü links definieren*/
div#navi
	{
		clear: both;
		float: left;
		margin-left: 10px;
		margin-top: 20px;
	}

div#navi a, div#navi a:link, div#navi span
	{
		width: 150px;
		height: 20px;
		display: block;
		margin: 10px;
		text-decoration: none;
		color: #ffffdd;
		background: url(../images/keinblitz.jpg) no-repeat 3px;
		padding: 8px 5px 5px 35px;
		background-color: #2f30ff;
		border: 1px solid #000;
	}

div#navi span
	{
		background: url(../images/blitz.jpg) no-repeat 3px;
		background-color: #2f30ff;
	}

div#navi a:hover
	{
		color: #ff0;
		/*font-weight: bold;*/
		background: url(../images/hoverblitz.jpg) no-repeat 3px;
		background-color: #3276ef;
	}


/*Navigation der Untermenüs definieren*/
div#unavi
	{

		/*margin-left: 10px;*/
		margin-top: 30px;
	}

div#unavi a, div#unavi a:link, div#unavi span
	{

		width: 130px;
		height: 20px;
		/*display: block;*/
		margin: 10px;
		text-decoration: none;
		/*padding: 20px;*/
		color: #ffffdd;
		background: url(../images/keinblitz.jpg) no-repeat 3px;
		padding: 5px 5px 5px 35px;
		background-color: #2f30ff;
		border: 1px solid #000;
	}

div#unavi span
	{
		background: url(../images/blitz.jpg) no-repeat 3px;
		background-color: #2f30ff;
	}

div#unavi a:hover
	{
		color: #ff0;
		/*font-weight: bold;*/
		background: url(../images/hoverblitz.jpg) no-repeat 3px;
		background-color: #3276ef;
	}


div#home	
	{
		padding: 20px 20px 20px 20px;
		margin-top: 20px;
		margin-left: 230px;
		margin-bottom: 20px;
		margin-right: 20px;
		text-align: center;
		background-color: #ffffff;
		color: #000000;
		border: 3px solid #ffff00;
		padding-left: 15px;
	}	   
	
	

/*Inhalt ohne Untermenü definieren*/
div#inhalt	
	{
		padding: 20px 20px 20px 20px;
		margin-top: 20px;
		margin-left: 230px;
		margin-bottom: 20px;
		margin-right: 20px;
		text-align: left;
		background-color: #ffffff;
		color: #000000;
		border: 3px solid #ffff00;
		padding-left: 15px;
	}

div#inhalt input
	{
		border: 1px solid #ff0000;
	}	
	
 div#fehler
 	{
 		margin-top: 30px;
		margin-left: 300px;
		margin-right: 300px;
		padding: 20px;
		border: 1px solid #ff0000;
		font-size: 1em;
		font-weight: bold;
		color: #f00;
		
 	}
	
/*Fussbereich definieren*/
div#footer
	{
		clear: left;
		background-color: #ffffd7;
		color: #000;
		text-align: center;
		padding: 5px;
		border-top: 1px solid #000;
	}

div#footer a
	{
		text-decoration: none;
	}	
	

th
	{
		border: 1px solid #000;
		background-color: #ffffd7;
		padding: 3px;
	}

	
table td.mit
	{
		border: 1px solid #000;
		padding: 3px;
	}

table td.ohne
	{
		border: 1px solid #fff;
		padding: 3px;
	}


table td.leerspalte
	{
		width: 10px;
	}

table tr.leerzeile
	{
		height: 10px;
	}		
	
table td.blitz
	{
		width: 25px;
		border: 1px solid #fff;
	}	
	
h2
{
	font-size: 1.2em;
}	
	

table#formular input.rahmen
	{
		border: 1px solid #2f30ff;
	}	

table#formular textarea
	{
		border: 1px solid #2f30ff;
	}		


table#formular td.rechts
	{
		text-align: right;
	}	

	
table#formular input.button
	{
		background-color: #2f30ff;
		color: #ffd;
		padding: 5px;
	}	

table#formular input.button:hover
	{
		background-color: #3276ef;
	   color: #ff0;
	}	
	
	
	
	
	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


hinweis{
font-size: 9px;
}
