* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #ffffff url(images/bg_body.jpg) top left;
	}

h1, h2, h3, h4, h5, h6 {font-weight: bold;}

#site {
	width: 958px;
	text-align: left;
	margin: 0 auto 10px auto;
	background: #ffffff url(images/bg_site.jpg) top left repeat-y;
	border: solid #fff;
	border-width: 0 6px 6px 6px;
	}

#wrapper {
	background: url(images/bg_links_unten.jpg) bottom left no-repeat;
	}

#header {
	height: 134px;
	background: #ffffff url(images/bg_header1.jpg) top left repeat-x;
	}

#header_inside {
	width: 970px;
	height: 134px;
	margin: 0 auto;
	background: #ffffff url(images/bg_header2.jpg) top left no-repeat;
	}

#flashbox {
	width: 600px;
	height: 106px;
}

#linke_spalte {
	width: 175px;
	min-height: 200px;
	float: left;
	}
	
#inhaltsbereich {
	width: 749px;
	min-height: 200px;
	background-color: #ffffff;
	float: right;
	}

#imagebild {
	width: 749px;
	}

#content {
	width: 410px;
	float: left;
	background-color: #ffffff;
	color: #000;
	}
	
#content-inside {
	padding: 10px;
	}


#content h1 {
	font-size: 18px; 
	border-bottom: 1px dotted #A21317;
	padding: 3px 0 3px 15px;
	margin-bottom: 0.6em;
	background: url(images/headline_pfeile.gif) center left no-repeat;
	}

#content h2 {
	font-size: 15px; 
	margin-bottom: 0.6em;
	}

#content h3 {
	font-size: 13px; 
	margin-bottom: 0.6em;
	}

#content h4 {
	font-size: 12px; 
	margin-bottom: 0.6em;
	}

#content p {
	margin-bottom: 1em;
	}

#content ul {
	margin-bottom: 1em;
	margin-left: 25px;
	}
		
#bilderspalte {
	width: 317px;
	float: right;
	min-height: 100px;
	}
	
#bilderspalte img {
	display: block;
	margin-top: 15px;
	border: none;
	}

#footer {
	border-top: 1px solid #cccccc;
	clear: both;
	margin: 0 10px 0 220px;
	}
#footer p.left {
	width: 500px;
	float: left;
	text-align: left;
	padding-top: 3px;
	font-size: 11px;
	color: #666666;
	}	

#footer p.right {
	width: 130px;
	float: right;
	text-align: right;
	padding: 3px 0 0;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}	


#footer p a {color: #666666;}

.menu ul {
	list-style-type: none;
	width: 200px;
	float: left;
	margin: 20px 0 0 0;
	}

.menu ul li {
	width: 200px;
	float: left;
	padding: 0 10px;
	}

* html .menu ul {width: 165px;}
* html .menu ul li {width: 165px;}

.menu ul li a {
	display: block;
	width: 165px;
	float: left;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	padding: 4px 0 4px 15px;
	border-bottom: 1px solid #e6e6e6;
	background: url(images/menu_pfeil.gif) center left no-repeat;
	}

.menu ul li a:hover {background: #e6e6e6 url(images/menu_pfeil_d.gif) center left no-repeat;}
.menu ul li.active a {background: #e6e6e6 url(images/menu_pfeil_d.gif) center left no-repeat;}

