body {
		width: 1024px;
		margin: 5px auto 5px auto;
		background: url(background.jpg);
		color: #333;
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
}


.clear-both {
		clear:	both;
}

.hidden {
		display: white;
}


#header {
		height: 125px;
		width: 1024px;
		background: url(header.jpg) no-repeat left center;
}

#header h1 {
		float: right;
		margin: 2px 10px 0 5px;
		color: #FF6633;
}

.hidden {
	display: white;
}


#maincontainer {
		background: url(global-bg.jpg) left center repeat-y;
		float:left;
		border: 1px solid black;
		width: 1024px; 
}

#content-left {
		width: 190px;
		float: left;
		margin: 0;
		padding: 0;
}				


#mainbody   {
		width: 824px;
		float: left;
}	

#mainbody  div.innerwrap {
		padding: 10px 10px 5px 10px;
		height: 520px;
		overflow: auto;
 }
 
 /* Main Navigation für oben */
 
div#topnav ul, div#topnav li {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
}
div#topnav ul {
        float: left;
		margin: 80px 0px 0px 1px;
		font-size: 12px;
		color: white;
		
}

div#topnav li {
		margin: 0 0 0 0px;
}


div#topnav a:link, div#topnav a:visited {
		text-decoration: none;
		padding: 5px 0 0 5px;
		text-align: center;
	    color: white;
}

div#topnav a:hover {
		text-decoration: none;
		color: #FF6633;
}

div#topnav a.menu_current {
		color:  black;
		font-weight: bold;
		
 /* Main Navigation für oben ende*/
}
#topnavigation {
		height: 30px;
		background: url(topnav-bg.jpg) left center repeat-y;
		margin: 0;
		padding: 0;
} 



div.suche, form.searchform {
	float: left;
	margin-left: 26px;
	font-size: 10px;
}


* html div.suche, * html form.searchform {
	margin-right: 46px;
}
input.searchform {
	float: left;
}

input.suchform-submit {
	border: none;
	margin-top: 5px;
	height: 15px;
	width: 15px;
}


/* Main Navigation */

#content-left div.innerwrap ul,
#content-left div.innerwrap ul li {			
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#content-left div.innerwrap ul li {
	margin-left: 5px;
	border-top: 0px solid white;
	line-height: 20px;
	vertical-align: middle;
}
#content-left div.innerwrap ul li.menu-home {
	border-bottom: 1px solid white;
}
a.menu_default:link, a.menu_default:visited {
	display: block;
	color: white;
	text-decoration: none;
	text-indent: 20px;
	background: url(dot-blau.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu_current:link, a.menu_current:visited, a.menu_default:hover, a.menu_current:hover  {
	display: block;
	color: white;
	text-decoration: underline;
	text-indent: 20px;
	background: url(dot-rot.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu-home:link, a.menu-home:visited {
	display: block;
	color: white;
	text-decoration: none;
	text-indent: 20px;
	background: url(home.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}


/* News */

td.post_date {
	display: none;
}

/* Bottom Navigation */
ul.bottomnav, li.bottomnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bottomnav { 
	margin: 50px 0 0 200px;
}

li.bottomnav img {
	border	:none;
}

li.bottomnav {
	width: 150px;
	float: left;
}

li.bottomnav a:link, li.bottomnav a:visited {
	color: #797979;
}

div#footer {
	float: left;
}