body {
		width: 850px;
		margin: 5px auto 5px auto;
		background: url (bg.gif);
		color: #0A1756;
		font-size: 13px;
		font-family: arial, helvetica, sans-serif;
}


.clear-both {
		clear:	both;
}

.hidden {
		display: none;
}


#header {
		height: 125px;
		width: 850px;
		background: url(header.jpg);
}

#header h1 {
		display: none;
}	

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

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

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

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

 }
 
#topnavigation {
		height: 0px;
		margin: 0;
		padding: 0;
}

div.suche, form.searchform {
	float: left;
	margin-left: 5px;
	margin-top:15px;
	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;
}
.rahmenrot {
	border: 1px dotted #E60005;
}


/* 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 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: 10px;
	background: url(dot-rot.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: 10px;
	background: url(dot-grau.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;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  color: #9A1820;
}

a:hover {
  text-decoration: none;
  color: #969696;
}

/* 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: #797979;
}

.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 33%;
	line-height: 18px;
}
h1{
 font-size: 18px;
 color: #FFFFFF
}

h2 {
 font-size: 16px;
}

h3 {
 font-size: 14px;
 color: #800000
}
h4 {
 font-size: 14px;
}
.button{
border:1px solid #9A1820;
}
