/* allgemeine Einstellungen */


*
	{
		z-index:10;
	}


body, th, td, p
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9.5pt;
		color: #FFFFFF;
		background-color:black;
		margin:0px;
		padding:0px;
	}



h1
	{
		font-size: 15pt;
		margin-top:25px;
		margin-bottom:9px;
	}


h2
	{
		font-size: 13.5pt;
		margin-top:45px;
		margin-bottom:9px;
	}

h3
	{
		font-size: 11pt;
		margin-top:0px;
		margin-bottom:3px;
	}


.ohneabstandoben
	{
		margin-top:0px;
	}

p
	{
		margin-top:0;
		margin-bottom:12px;
		line-height:1.5em;
	}

p.fliesstext
	{
		line-height:1.4em;
		margin-bottom:12px;
	}

small
	{
		font-size: 1em;
		line-height:1.2em;
	}


a
	{
		color: #FFCC00;
		text-decoration: none;
	}


a:hover
	{
		a;
		color: #FF6600;
	}


a:visited
	{
		a;
	}


a:active
	{
		a:hover;
	}



li
	{
		margin-bottom:9px;
		line-height:1.3em;
	}


input
	{
		background-color: #FFFFFF;
		color:#000000;
		border-color:FFCC00;
		border: 2px solid #FFFFFF;
		padding:1px 3px 1px 3px;
		height:21px;
		vertical-align:text-bottom;
	}


img
	{
		border-style:none;
	}

img.rahmen
	{
		border-style:solid;
		border-color:white;
		border-width:1px;
	}




em
    {
        font-weight:bold;
    }



	
th, td
	{
		padding: 0px 10px 12px 0px;
		text-align:left;
		vertical-align:top;
	}	
	
	
	
	

	
	
#topbalken
	{	
		display:inline;
		position:absolute;
		width:1000px;
		height:126px;
		background-image:url(pics/topbalken/topbalken1.jpg);
		border-width: 0 0 1px 0 ;
		border-style: solid;
		border-color: #FFFFFF;		
	}



#logo
	{
		position:absolute;
		left:72px;
		top:20px;
		/*background-image:url(/pics/logo_klein_tr.gif);*/
		/*background-color:transparent;*/
	}




#mailingliste
	{
		position:absolute;
		top:167px;
		left:800px;
		display:inline;
		height:115px;
		width:150px;
		font-size:10pt;
		background-color:#863909;
		padding: 6px 6px 6px 6px;
		border-color:#FFFFFF;
		border-width:1px;
		border-style:solid;
	}


		#mailinglistetext
			{
				font-size: 7pt;
				margin:0px 0px 5px 0px;
				background-color:transparent;
			}
		
		
		#email
			{
				color:#000000;
				display:inline;
				font-weight:normal;
				font-size:10px;		
				width:100px;
				height:20px;
			}
		
		
		#mailinglistebutton
			{
				font-weight:bold;
				padding-bottom:2px;
				background-color:#FFCC00;
				font-weight:normal;
				font-size:10px;				
			}















#titel
	{
		position:absolute;
		top:35px;
		left:158px;
		display:inline;
		font-size:20pt;
		font-weight:bold;
		background-color:transparent;		
	}
	

#menupunkte
	{
		position:absolute;
		top:102px;
		left:153px;
		display:block;
		background-color:transparent;
	}


		#activemenupunkt, .inactivemenupunkt
			{
				display:inline;
				font-weight:bold;
				font-size:11.5pt;			
				text-align:center;
				
				padding-top:3px;
				padding-right:6px;
				padding-bottom:2px;
				padding-left:6px;				
			
			}
			
		
		#activemenupunkt
			{
				color:#white;
				background-color:black;
				
				border-width: 1px;
				border-style: solid;
				border-color: #FFFFFF;
				border-bottom-color:black;
				
				padding-bottom:6px;
			}
		
		
		.inactivemenupunkt
			{
				background-color:transparent;		
			}

		/*a.inactivemenupunkt:hover
			{
				border-width: 1px;
				border-style: solid;
				
				
				border-color: #FFFFFF;
				border-bottom-color: #000000;		
				
				background-color:#000000;
			}*/





#submenupunkte
	{
		position:absolute;
		top:133px;
		left:180px;
		display:block;
		/*width:400px;*/
		background-color:transparent;
	}


		
		#activesubmenupunkt, .inactivesubmenupunkt
			{
				display:inline;
				font-size:10pt;
				font-weight:bold;
				text-align:center;							

				padding:2px 3px 5px 3px;
			}
			
			
		
		#activesubmenupunkt
			{
				color:#white;
			}






/* Content */

#content
	{
		position:absolute;
		top: 140px;
		left: 145px;
		width:585px;
		padding-bottom:35px;
	}

	

.box
	{
		color:#FFFFFF;
		position:absolute;
		width:218px;
		background-color: #000000;
		border-width: 2px;
		border-style: solid;
		border-color: #FFCC00;
		padding:5px;	
	}



