
/*  ----------------Seitenlayout---------------------- */

body, html {
	background:url('images/hintergrund.jpg') repeat;
	background-attachment:fixed;
	margin:0px; 
	padding-bottom:0px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:0px; 
	font-family: arial, helvetica, sans-serif;	
	font-size:12px;
	text-align:center;	
}       

td, th, table {
	font-family: arial, helvetica, sans-serif;
	font-size:10px;  
	color:#000000;
	text-decoration:none; 
	font-weight:none;
}


h1	{
	font-family: arial, helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}


h3	{
	font-family: arial, helvetica, sans-serif;	
	font-size:14px;
	color:#000000;
	text-decoration:none;
}


          

/*  ----------------Navigation---------------------- */

#menue{
	float:left;
  	width:200px;
	margin:10px 10px 10px 10px;
	text-align:left;
}

a, #aktiverlink { 
 	font-family: arial, helvetica, sans-serif;	
	text-decoration:none; 
	color:#000000; 
	font-weight:bold; 
	font-size:13px;
}

a:visited { 
	color:#000000; 
	font-size:13px;
	text-decoration:none;
}

a:hover {
	color:#CC0000; 
	font-size:13px;
	text-decoration:none;
}

a:active {
	color:#CC0000; 
	font-size:13px;
	text-decoration:none;
}

#aktiverlink { 
	color:#CC0000;
	font-size:13px;
	text-decoration:none;
}


/*  ----------------Layout---------------------- */

#header {
	background:url('images/banner-fasching.png') no-repeat;	
	margin:5px auto;
	width:996px;
	height:153px;
	
}


#oben {
	width:1000px;
	height:7px;
	margin:-1px auto;
	padding:0;			
	background:url('images/oben.gif') no-repeat;
	position:relative;
}

#content {
	background:url('images/hinten.png') repeat;
	width:1000px;
	margin:1px auto;
	padding:0;
	display:block;
	position:relative;

}

#rechts {
  	float:right;
  	width:150px;
	margin:10px -2px 0px 0px;
	text-align:left;
}
    
#rechts2 {
  	float:right;
  	width:150px;
	margin:10px -2px 0px 0px;
	text-align:left;
}



#inhalt {
  	float:left; 
	padding-top:30px; 
	padding-bottom:20px;
	margin-left:-15px;
	width:600px;
       text-align:left;
      	font-family: arial, helvetica, sans-serif;
      	font-size:12px;
      	color:#000000;
}



#links a, alt {   	
  	font-family: arial, helvetica, sans-serif;
	font-size:9px;
	color:#000000; 
}


p.back {
  	clear: both;
  	text-align:center;
}

#unten {
	width:1000px;
	height:7px;
	margin:0px auto;
	padding:0;			
	background:url('images/unten.gif') no-repeat;
	position:relative;
}

#footer {
	right:20px;
	left:820px;
	height:auto;
	margin:0px;
	position:absolute;
	font-family: arial, helvetica, sans-serif;
	font-size:9px;

}
