html {
	height: 100.5%;
	font-size: 62.5%;
}

body{
		width: 1000px;
		margin: 10px auto;
		font: 1.2em/1.8em Verdana, sans-serif;
		background: #ffed00;
		text-align:left;
		color:#253482;
}

.clear-both {
		clear:	both;
}

#header {
		border-bottom: 1px solid black;
		height: 200px;
		width: 1000px;
		background: url(header.jpg) no-repeat left center;
}

#header h1 {
		display: none;
}

.hidden {
	display: none;
}


#maincontainer {
		background: url(global-bg.jpg) left center repeat-y;
		float:left;
		border: 1px solid #009ee3;
		width: 1000px;
		margin: 0 0 10px 0; 
}

#content-left {
		width: 190px;
		float: left;
		margin-top: 28px;
		padding: 0;
}				


#mainbody   {
		width: 810px;
		float: left;
}	

#mainbody  div.innerwrap {
		padding: 10px 10px 5px 10px;
		height: 100%;
		overflow: auto;
 }
 
div.suche, form.searchform {
	float: left;
	margin-left: 15px;
	margin-top:40px;
	font-size: 12px;
}

* html div.suche, * html form.searchform {
	margin-right: 46px;
}
input.searchform {
	float: left;
}

input.suchform-submit {
	border: none;
	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: 1.0em;
	font-weight: bold;
}

#content-left div.innerwrap ul li {
	margin-left: 5px;
	vertical-align: middle;
}

a.menu_default:link, a.menu_default:visited {
	display: block;
	color: #253482;
	text-decoration: none;
	text-indent: 10px;
	background: url(dot-1.gif) left center no-repeat;
	padding-top: 5px;
	border-bottom: 1px dotted #009ee3;
}

a.menu_current:link, a.menu_current:visited, a.menu_default:hover, a.menu_current:hover  {
	display: block;
	color: #009ee3;
	text-decoration: none;
	text-indent: 10px;
	background: url(dot-2.gif) left center no-repeat;
	padding-top: 5px;
	border-bottom: 1px dotted #009ee3;
}

a:link, a:visited, a:active {
  border-bottom: 2px dotted #009ee3;
  text-decoration: none;
  color: #253482;
}

a:hover {
  border-bottom: 2px dotted #253482;
  text-decoration: none;
  color: #009ee3;
}


/* News */

td.post_date {
	display: none;
}

/* Bottom Navigation */
#footer{
clear:both;
width:990px;
padding:5px 0;
font-size:0.9em;
color:#253482;
text-align: right;
background: url(global-background.jpg);
}

#footer a{text-decoration: none; color: #253482; border-bottom: 1px dotted #009ee3; font-weight:bold;}
#footer a:hover{color:#253482; text-decoration: none; border-bottom: 1px dotted #e5007d;}

h1 {
 font-size: 1.5em;
 letter-spacing: 2px;
}

h2 {
border-bottom: 1px dotted #009ee3; letter-spacing: 1px; padding-left: 1px; font-style:normal; font-variant:normal; font-weight:100; line-height:30px; font-size:1.4em;

h3,h4 {
 font-size: 1.3em;
}

