body
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;	
	margin: 0px;
	padding: 0px;
	background-image: url('../img/background.jpg');
	background-repeat: repeat-x;
	background-color: #334a11;
}
/*____________________________________________________________ border */
#border_header
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
	width: 740px;
	background-color: white;
	border-top: 5px solid #ffffff;	
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
}
/*____________________________________________________________ border */
#border_hauptnavigation
{
	margin-left: auto;
	margin-right: auto;	
	width: 740px;
	background-color: white;
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
}
/*____________________________________________________________ border */
#border_bildreihe
{
	margin-left: auto;
	margin-right: auto;	
	width: 740px;
	background-color: white;
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
}
/*____________________________________________________________ border */
#border_content
{
	margin-left: auto;
	margin-right: auto;	
	width: 740px;
	background-color: white;
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
}
/*____________________________________________________________ border */
#border_footer
{
	margin-left: auto;
	margin-right: auto;	
	width: 740px;
	background-color: white;
	border-left: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
/*____________________________________________________________ top */
#top
{
	width: 740px;
	padding: 0px;
	margin: 0px;
}
/*____________________________________________________________ logo */
#logo
{
	padding-left: 8px;
	padding-bottom: 5px;
	float: left;	
	width: 240px;
}
/*____________________________________________________________ suchbox */
#box
{
	padding-right: 8px;
	margin-top: 12px;
	float: right;
	width: 480px;
}
/*____________________________________________________________ headerlinks */

a.header:active, a.header:link { text-decoration: none; color: #ff9933; font-size: 12px; font-weight: bold;}
a.header:visited { text-decoration: none; color: #ff9933; font-size: 12px; font-weight: bold;}
a.header:hover{ text-decoration: none; background-color: #d1e2cd; color: #ff9933; font-size: 12px; font-weight: bold;}

/*____________________________________________________________ bildreihelinks */

a.bildreihe:active, a.bildreihe:link { text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold;}
a.bildreihe:visited { text-decoration: none; color: #ffffff; font-size: 12px; font-weight: bold;}
a.bildreihe:hover{ text-decoration: none; color: #ff9933; font-size: 12px; font-weight: bold;}

/*____________________________________________________________ hauptnavigation */
#hauptnavigation
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/*____________________________________________________________ footer */
#footer
{
	width: 740px;
	color: #006600;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 1px;
}

/*____________________________________________________________ killFloat */
.killFloat
{
	clear: both;
}
