/*Farben
gelb #FEBA35
lila #a88ebc
orange #f18800


 allgemeine Styles --> Schriften*/

body, pre, td, div,  p, font, b, h1, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.ueberschrift{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

/* Aufzählung */

dl#aufzaehl dd {
	list-style-type:none;
	background-image:url(images/aufzaehl.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	}	
	
/* Navigation */

#navigation {
	/*padding: 55px 0 0 28px 0;*/
/*	padding-top:52px;*/
	padding-left: 25px;
	margin:0;
	}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navigation ul li {
	float:left;    
	border-right: 1px solid #000000;
	}

#navigation ul li.last {
    border-right: none;
	}

#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	float:left;
	height:15px;
	padding: 0 5px 0 5px;
	display:block;
	color:#000000;
	text-decoration:none;
	}

#navigation ul li.aktiv a {
	color:#a88ebc;	
	}
	
#navigation ul li:hover a {
	color:#a88ebc;	
	}	
	
#navigation ul li.last:hover a {
	border-right:none;
	color:#a88ebc;	
	}		

/* Navi oben */


#headnavi {
	margin:0;
	}

#headnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#headnavi ul li {
	float:left;    
	/*border-right: 1px solid #000000;*/
	}

#headnavi ul li.last {
    border-right: none;
	}

#headnavi ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	float:left;
	/*height:15px;*/
	padding: 0 6px 0 6px;
	display:block;
	color:#000000;
	text-decoration:none;
	}

#headnavi ul li.aktiv a {
	color:#a88ebc;	
	}
	
#headnavi ul li:hover a {
	color:#a88ebc;	
	}	
	
#headnavi ul li.last:hover a {
	border-right:none;
	color:#a88ebc;	
	}		


/* Links */

a, a:link, a:visited, a:focus, a:hover, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a88ebc;
	text-decoration: none; 
}
	

/* Styles für Schatten*/

#schatten_oben {
	background-image:url(images/oben.gif); 
	background-repeat:no-repeat; 
}

#schatten_rechts {
	background-image:url(images/schatten_rechts.gif);
	background-repeat:repeat-y;
}

#schatten_unten {
	background-image:url(images/unten.gif); 
	background-repeat:no-repeat;
}

#schatten_links {
	background-image:url(images/schatten_links.gif); 
	background-repeat:repeat-y;
}

/* Style Hintergrund Bild */

#hintergrund_bild {
	background-color:#FFFFFF; 
	background-image:url(images/hintergrund_bild.jpg); 
	background-repeat:no-repeat; 
	background-position: 51px 0px;
}





/* notwendig, damit der IE6 die Transparenz des PNGs richtig darstellt ;) */	
#bild {
	background: url('images/storch.png') no-repeat top left;
	}
* html #bild {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/storch.png');
	background-image: none;
	}


input.submit{
	border:1px solid #a88ebc;
	background-color:#ffffff;
}


