* {
	margin:0;
	padding:0;
	border:0;
	}
html[xmlns^="http"]
	{
	/* verhindert Mozilla-Zucken  > Firefox 1.5 */
	overflow-y: scroll;
	}	
body{
	text-align: center;
	background: #E9E9E9 url("images/bg_body.jpg") top left repeat-x;
	font-family: Arial, Verdana, sans-serif;
	color: #747474;
	/*font-size: 12px;*/
	font-size: .75em;
	line-height: 140%;
	}
h1	{
	font-style:italic;
	font-size:1.7em;
	line-height:120%;
	font-weight:normal;
	margin: 0 0 .7em 0;
	}
h2	{
	font-size: 1em;
	font-weight:normal;
	margin: 0 0 5px 0;
	}
h3	{
	font-size:1.7em;
	font-weight:normal;
	margin: 10px 0 .7em 0;
	border-bottom:#e9e9e9 5px solid;
	padding-bottom:10px;
	}	
h4	{
	font-size:1.2em;
	font-weight:bold;
	margin: 10px 0 .7em 0;
	}
#wrapper{
	margin: 0 auto;
	text-align:left;
	width:780px;
	background: #fff url("images/bg_wrapper.jpg") top left repeat-y;
	}
#head{
	height: 90px;
	width: 780px;
	float:left;
	background: #fff url("images/bg_head.gif") top left repeat-x;
	}
#headnav{
	position:absolute;
	margin: 45px 0 0 12px;
	}
#headnav li{
	display:inline;
	background: url("images/arrow_meta.gif") 0 2px no-repeat;
	margin:0 8px 0 0;
	padding-left:15px;
	}
#headnav li a{
	color:#747474;
	text-decoration:none;
	}
#headnav li a:hover{
	color:#4083AA;
	text-decoration:none;
	}
#logo{
	position: absolute;
	margin: 40px 0 0 500px;
	}
#motive{
	float:left;
	width:780px;
	height:226px;
	background:url("images/bg_motive.jpg") top left no-repeat;
	}
#motive img{
	float:right;
	margin-right:5px;
	}
/*IE 6*/
#content{
	float:left;
	width:444px;
	min-height:200px;
	margin:30px 0 20px 132px;
	}
/*---*/
html>body #content{
	float:left;
	width:444px;
	min-height:200px;
	margin:30px 0 20px 265px;
	}
#content p{
	padding: 0 0 .7em 0;
	}
#content a{
	color: #4083AA;
	font-weight:bold;
	text-decoration:none;
	}
#content a:hover{
	color: #4083AA;
	font-weight:bold;
	text-decoration:underline;
	}
#content img {
	margin-bottom:25px;
	}
#content ul{
	margin: 0 0 5px 0;
	}
#content li{
	list-style-type:none;
	padding: 0 20px .7em 15px;
	background:url("images/bullet.gif") 0 4px no-repeat;
	}
	
.contentRow{
	float:left;
	width:100%;
	padding: 20px 0 0 0;
	border-bottom:#ccc 1px dotted;
	}
.thumb{
	float:left;
	width:150px;
	}
.thumb a img{
	padding:1px;
	border:#ccc 1px solid;
	}
.thumb a:hover img{
	padding:1px;
	border:#4083AA 1px solid;
	}
.contentRow h4 {
	float:right;
	font-size:12px;
	padding-bottom:7px;
	width:270px;
	}
.contentRow p{
	float:right;
	width:270px;
	padding:0 0 10px 0;
	}
	
	
#sidebar{
	position:absolute;
	margin:10px 0 0 5px;
	width:235px;
	float:left;
	}
#sidebar h1{
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	margin: 0 0 .7em 0;
	}
#sidebar p{
	padding: 0 0 .7em 0;
	}
#contact{
	float::left;
	margin-right:20px;
	}
#address{
	float::left;
	margin:0 20px 10px 20px;
	}
#navi{
	float:left;
	width:235px;
	min-height:200px;
	background:#fff url("images/bg_navi.gif") top left repeat-y;
	}
#navi ul{
	margin: 0;
	padding:0;
	}
/*IE 6*/
#navi li{
	list-style-type:none;
	background:url("images/arrow.gif") 7px 4px no-repeat;
	padding: 0 0 3px 0;
	}
/*---*/	
html>body #navi li{
	list-style-type:none;
	background:url("images/arrow.gif") 7px 4px no-repeat;
	padding: 0;
	line-height:19px;
	}

#navi li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding: 0 0 0 22px;
	}
#navi li a:hover{
	color:#fff;
	background:#283C48 url("images/arrow_active.gif") 7px 4px no-repeat;
	}
/*#navi li a.active{
	background:url("images/arrow_active.gif") 7px 4px no-repeat;
	color:#fff;
	background-color:#283C48;
	}*/
#navi li a#level1current, #navi li a#level1highlight{
	background:url("images/arrow_active.gif") 7px 4px no-repeat;
	color:#fff;
	background-color:#283C48;
	}


#navi ul li ul{
	border:0;
	}	
#navi ul li ul li{
	list-style-type:none;
	background:#283C48 url("images/arrow_sub.gif") 7px 4px no-repeat;
	}
#navi ul li ul li a#level2current{
	background:url("images/arrow_sub.gif") 7px 4px no-repeat;
	background-color:#D8D7D0;
	color:#333;
	}
#navi ul li ul li a:hover{
	background-color:#D8D7D0;
	color:#333;
	}

#search{
	float:left;
	width:235px;
	background:url("images/bg_search.jpg") top left no-repeat;
	height:50px;
	padding:30px 0 0 20px;
	}
#searchform {
	display: inline;
}
#searchform .searchfield {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B1AFA1;
	background: #fff url("images/bg_searchfield.jpg") top left repeat-x;
	font-size: 1em;
	width:160px;
	color: #333;
	padding: 2px;
	text-align: left;
}
#searchform .button {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #CBD794;
	border-left: 1px solid #CBD794;
	border-bottom: 1px solid #798C20;
	border-right: 1px solid #798C20;
	background: #97AF28;
	font-size: 11px;
	font-weight:bold;
	width:25px;
	color: #fff;
	padding: 2px;
	text-align: left;
}
#footer{
	clear:both;
	height:40px;
	margin: 0;
	padding:5px 0 0 0;
	background:url("images/bg_footer.gif") top left no-repeat;
	font-size:.9em;
	}
#made{
	position:absolute;
	margin: 7px 0 0 20px;
	}
#footernav{
	position:absolute;
	margin: 7px 0 0 260px;
	}
#footernav li{
	display:inline;
	background: url("images/arrow_meta.gif") 0 2px no-repeat;
	margin:0 10px 0 0;
	padding-left:15px;
	}
#footernav li a{
	color:#747474;
	text-decoration:none;
	}
#footernav li a:hover{
	color:#4083AA;
	text-decoration:none;
	}
.newsanleser{
	margin-bottom: 10px;
	}
.date{
	font-style: italic;
	}
#content p.date{
	padding-bottom:0;
	font-style: italic;
	}
	
.browse {
	clear: both;
	width:100%;
	height: 12px;
	border: 1px solid #E9E9E9;
	background: url("images/bg_browse.gif") top left repeat-x;
	padding: 3px;
	margin-bottom:15px;
	font-size:.9em;
	line-height:100%;
}

.browseLeft {
	float: left;
}

.browseRight {
	float: right;
}
