body {
		width: 1024px;
		margin: 20px auto 20px auto;
		background: white;
		color: #333;
		font-size: 12px;
		font-family: georgia,verdana, arial, sans-serif;
}
.clear-both {
		clear:	both;
}

.hidden {
		display: none;
}

.show {
		color: #f00;
}

.highlight {
	background-color: #FF0000;
}

#maincontainer
{		float:left;
		width: 1024px;
		min-height: 750px;
		margin: 10px auto;
		background-color: #fff;
		color: #333;
		border: 1px solid gray;
		line-height: 130%;
		font-family: georgia, verdana, arial, sans-serif;
		background: url(global-bg.jpg) left center repeat-y;
}

#header
{
		height: 175px;
		width: 1024px;
		background-color: #fff;
		background: url(header.jpg);
		border-bottom: 1px solid red;
}


#header .top-logo
{
float: left;
color: #ffffff;
font-style: italic;
margin-left: 450px;
padding-top: 59px;
font-size: 2em;
font-weight: bold;
position: absolute;
line-height: normal;
}


#innerwrap
{float: left;
color: #ff8600;
font-size: 2em;
margin-left: 450px;
font-weight: bold;
font-style: italic;
margin-top: 91px;
position: absolute;
line-height: normal;
}

#innerwrap .white
{
color: #fff;

}

#topnavigation {
		height: 30px;
		background: url(topnav-bg.jpg) left center repeat-y;
		margin: 0;
		padding: 0;
} 

ul.flaggen {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-left: 190px;
	margin-top: 5px;
	padding-top: 3px;
}

ul.flaggen a:link, ul.flaggen a:visited {
	color: white;
	text-decoration: none;
	line-height: 13px;
	margin-left: 25px;
}

ul.flaggen a:active {
	color: red;
	text-decoration: none;
	line-height: 13px;
	margin-left: 25px;
}

div.suche, form.searchform {
	float: right;
	margin-right: 95px;
	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;
}

/* Menu and Content */

#content-left {
		width: 190px;
		float: left;
		margin: 0;
		padding: 0;
}				

#content-left div.innerwrap ul,
#content-left div.innerwrap ul li {			
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#content-left div.innerwrap ul li {
	margin-left: 5px;
	border-top: 1px solid white;
	line-height: 20px;
	vertical-align: middle;
}
#content-left div.innerwrap ul li.menu-home {
	border-bottom: 1px solid white;
}

#mainbody   {
		width: 824px;
		float: left;
}	

#mainbody  div.innerwrap {
		padding: 5px 10px 5px 10px;
 }


/* Such optionen*/

div.suche, form.searchform {
	float: right;
	margin-right: 95px;
	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;
}


/* Link look Start */


a.menu_default:link, a.menu_default:visited, a.menu-current:link {
	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-red.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;
}

/* Link look End */

/* News */

td.post_date {
	display: none;
}


/* Bottom and Footer */

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;
}

/* Special styling for show_menu2 */

a.menu-sibling:link, a.menu-sibling: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-sibling:hover  {
	display: block;
	color: white;
	text-decoration: underline;
	text-indent: 20px;
	background: url(dot-red.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

