* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body{
	margin:0;
	padding:20px;
	text-align:center; /* only for IE 5 */
	font-family: Georgia, Trebuchet MS, Courier New, Courier, Monospace;
	font-size: 0.85em;
	color: #bb0022;
	background: #666 url(../img/backgr_grad.jpg) left top repeat-x;
}

a	{
	color: #bb0022;
	text-decoration:none;
	}
	
a:hover	{
	text-decoration:none;
	}

p a	{
	color: #bb0022;
	border-bottom: 1px dotted #bb0022;
	}
	
p a:hover	{
	font-weight:normal;
	text-decoration:none;
	border-bottom: 1px solid #bb0022;
	}

hr	{
	clear:both;
	display:none;
	}

/* ----- IDS ----- */


#container{
	margin: 0 auto;
	text-align:left;
	width: 960px;
	height: 580px;
	background-color: #ffd;
	overflow:hidden;
}

#head{
	float:left;
	padding:0 0 10px 0px;
	display:block;
	width:100%;
	text-transform: lowercase;
	}

#c_rechts{
	margin: 0 auto;
	float:right;
	width: 480px;
	height: 480px;
	line-height:130%;
}

#c_links {
	margin: 0 auto;
	float:left;
	width: 480px;
	height: 480px;
	line-height:130%;
	overflow:hidden;
	}

#content {
	margin: 0;
	float:right;
	width: 760px;
	height: 480px;
	line-height:130%;
	overflow:hidden;
}

#content div {
	width: 48%;
	float: left;
	margin: 20px 0 20px 0;
		}

#content div.links {
	text-align: right;
	}

#content img {
	margin: 0 20px 0 20px;
	width: auto;
	height: 300px;
	}
.weiss {
	background-color: #fff;
	}
	

.gelb {
	background-color: #ffd;
	}

div.img_container {
	margin:20px 10px 10px 20px;
	width:100%;
	text-align:left;
	}
/* --------- NAVIGATION ------------ */

#navigation, #navi_bsp {
/*	font-family: arial;*/
	display:block;
	width:100%;
	text-align:left;
	padding: 0;
	font-size:0.85em;
	float: left;
	background-color: #ffd;
	}
	
#navigation {
	text-transform: lowercase;
	background-color: #fff;
	width:100%;
	overflow:hidden;
	}


#navi_bsp {
	background-color: #fff;
	height: 480px;
	width: 200px;
	}
	
#navi_bsp li.first {
	margin-top:45px;
	}

#navigation ul, #navi_bsp ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navigation li {
	float:left;
	display:block;
	width:15%;
	margin: 0;
/*	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; */
	color: #333;
	background-color: #fff;
		}
	
#navi_bsp li {
	margin: 0;
	display:block;
	width:80%;
	}

	
#navigation li a, #navi_bsp li a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	color: #b02;
	width: 100%;
	}

#navi_bsp li a {
	padding: 10px 5px 5px 20px;
	}
/* html>body #navigation li a {
	width: auto;
	} */

#navigation li a.act, #navi_bsp li a.act {
	font-weight: bold;
	color: #b02;
		}

strong {margin-right: 5px;}

		#navigation li a:hover, #navi_bsp li a:hover {
	color: #f00;
	}

h1	{
	font-size: 1.0em;
	margin:50px 10px 10px 20px;
	}
	
#head h1	{
	font-size: 1.0em;
	margin:30px 10px 20px 20px;
	}

	h2	{
	font-size: 1.0em;
	margin:10px 10px 10px 20px;
	}
	
p	{
	font-size: 0.85em;
	line-height: 2.0em;	
	margin:10px 20px 20px 20px;
	color: #b02;
	}
	
p.bu {
	margin:10px 20px 10px 20px;
	font-size: 0.7em;
	display: none;
	}

