html, body { 	
	background: #d3d3d3 url(img/bodybg.jpg) repeat-x;
	margin: 0;
	height:99%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 1100px;
	min-height:80%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}

*html #main {margin:0 15px;}

#header {
	height:60px;
	background-image: url(img/HeaderLogoTableBGR.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	/*	margin-top: 15px;*/
	border-top:15px solid #d3d3d3; /*Border top als Ersatz für margin-top, damit es im Internet Explorer 6 auch richtig aussieht*/
}
* html #header {clear:both;height:100px;} /* ie6 misbehaves again */

#pageheader {margin:16px 120px 0 280px;}
#pageheader strong {	
	font-size: 1.25em;
}

#breadcrumbs {
	padding:10px;
	background: #fff url(img/breadcrumbsbg.gif) repeat-x;
	clear:both;	
	font-size: 1.00em;
}

#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat; 
	padding: 6px 2px 0px 12px; font-weight: bold; }
	
#breadcrumbs a {
	border-bottom: 1px dotted #3b4750;
	text-decoration: none;
}
#breadcrumbs a:hover {border-bottom: 1px solid #3b4750;}
	
#breadcrumbs .menu-current a{
	color: #000;
	font-weight:normal;
}

#mein_block {
	text-align:left;
	width:130px;
	padding: 5px;
	background:#E3E9F9;
	margin-top: 10px;
	margin-left:10px;
	float:left;
	min-height:400px;
	overflow:hidden;
}

#infobox { /* Currently holds the login box */
	float: left;
	width: 180px;	
}

#content { /* main content from the WYSIWYG goes in here */
	margin: -10px 0 0 160px;	
	padding: 0px 10px 14px 0;	
	clear: right;
	width:928px;
	border:0px solid red;
}
* html #contentbox #content {text-align:left; position:absolute; left:30px} /* ie6 misbehaves */
* html #contentbox #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

.clearcontent {height:0px; clear:both}

#footerbox {margin: 0 auto 0 auto; height:40px; width: 1100px; background: #FFF; border:none;}

*html #footerbox {margin: 0 15px;}
#footer { 	
	float:right;
	font-size: 100%;
	background: url(/media/Logos/background_unten.jpg) no-repeat;	
	margin: 0;	
	width:939px;
	height:40px;
	text-align:center;
	color:#000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in header */
#search_box {
	color: #fff;
	text-align: left;
	margin-left: 10px;
	padding:0;
	height:35px;
}

#search_box .searchstring { 
	width:93px;
	border: 1px solid #999;
	text-align:left;
	color:#999;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1;
	float:left;
}

#prevnext {
	float:right;
	margin-top:0px;
	margin-right:5px;
	color: #fff;
	font-weight: bold;
}
#prevnext a {color: #fff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {height:30px; display:block;clear:both; background: #c7cad3 url(img/navbg.jpg) repeat-x;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#obennav {
	float: right;	
	padding:0;
	margin-top:-45px;
	margin-right:15px;
	color:#28344b;
	text-align: right;
	line-height: 1.5em;
}

#obennav a, #oebnnav a:visited {
	color:#28344b;
	text-decoration:none;
}

#obennav a:hover, #obennav a:active {
	text-decoration:underline
}

#nav a, #nav a:visited {
	color:#28344b;
	text-decoration:none;
}

#nav a:hover, #nav a:active {
	text-decoration:underline
}
	

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */


#login-box { background: #eee; text-align: center;	line-height: 120%; margin: 1em 5px 0.3em 5px; border: 1px solid #ddd;}
#login-box fieldset {border:0; text-align:center;}
#login-box legend		{
	font-size: 90%;	
	color: #333;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {padding:2px;}

#login-box input {
	display:block;	
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */