body {
		width: 850px;
		margin: 5px auto 5px auto;
		background: #F9F0CB;
		color: #000000;
		font-size: 13px;
		font-family: verdana, arial, helvetica, sans-serif;
}


.clear-both {
		clear:	both;
}

.hidden {
		display: none;
}


#header {
		height: 130px;
		width: 850px;
		background: url(header.jpg) left center repeat-x;
}

#header h1 {
		display: none;
}


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

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

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

#mainbody  div.innerwrap {
		padding: 5px 5px 10px 10px;
  		height: 100%;
		overflow: auto;

 }
 
#topnavigation {
		height: 5px;
		background: url(topnav-bg.gif) left center repeat-y;
		margin: 0;
		padding: 0;
}

ul.flaggen, ul.flaggen li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
}

ul.flaggen {
	margin-left: 170px;
}

* html ul.flaggen {
	margin-left: 90px;
}

ul.flaggen li {
	text-indent: 25px;
}


ul.flaggen li img {
	border: none;
	margin-top: 5px;
	padding-top: 3px;
}

ul.flaggen li a:link, ul.flaggen li a:visited {
	color: white;
	text-decoration: none;
	line-height: 13px;
}

div.suche, form.searchform {
	float: left;
	margin-left: 5px;
	margin-top:35px;
	font-size: 12px;
}

* 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: 13px;
}

#content-left div.innerwrap ul li {
	margin-left: 5px;
	border-top: 1px solid #ffffff;
	line-height: 20px;
	vertical-align: middle;
}
#content-left div.innerwrap ul li.menu-home {
	border-bottom: 1px solid #660066;
}



a.menu_default:link, a.menu_default:visited {
	display: block;
	color: #3B124E;
	text-decoration: none;
	text-indent: 15px;
	background: url(dot-weiss.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}

a.menu_default:active, a.menu_default:hover {
	display: block;
	color: #3B124E;
	text-decoration: underline;
	text-indent: 15px;
	background: url(dot-pfeil.gif) left center no-repeat;
	padding: 2px 2px 2px 2px;
}


a.menu_current:link, a.menu_current:visited, a.menu_current:hover  {
	display: block;
	font-size:11px;
	color: #3B124E;
	text-decoration: none;
	text-indent: 15px;
	margin-left: 15px;
	background: url(dot-schwarz.gif) left center no-repeat;
	padding: 2px 2px 2px 0px;
}

a.menu_current:active, a.menu_current:hover  {
	display: block;
	font-size:11px;
	color: #3B124E;
	text-decoration: underline;
	text-indent: 15px;
	margin-left: 15px;
	background: url(dot-pfeil.gif) left center no-repeat;
	padding: 2px 2px 2px 0px;
}


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

a:link, a:visited, a:active {
  text-decoration: underline;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
  background-color: #EEEEEE;
}


/* News */

td.post_date {
	display: none;
}

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

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

li.bottomnav img {
	border	:none;
}

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

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

div#footer {
	float: center;
}
h1,h2 {
 font-size: 16px;
}

h3,h4 {
 font-size: 14px;
}

.headline {
 font-size: 16px;
}

.copyright {
 font-size: 10px;
 color: #660066;
}

