body {
	background: #f8e1b8 url(img/bg.jpg) repeat-x;
	margin: 0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
	/*font-size: 0.9em;*/
  	color: #000;

}
a, a:link, a:visited, a:active {
	color: #063;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}

a img {border:0;}

hr {
	margin: 5px 0px 5px 0px;
	color: #900;
	border: 0;
	border-top: 1px dotted #900;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6, strong {color: #063;}
p {margin:0;}


h1 {
	margin:10px 0 6px 0;
	font-size: 18px;
	color: #006600;
	border-bottom: 1px solid #c00;
	width:100%;
}

h2 {
	margin:10px 0 4px 0;
	font-size: 16px;
	color: #ff0000;
}

h3 {
        margin:10px 0 4px 0;
	font-size: 14px;
	font-style: italic;
	color: #ff0000;
}

h4 {
	margin:10px 0 0 0;
	font-size: 1em;

}

h5 {
	margin:10px 0 0 0;
	font-size: 0.9em;
}

h6 {
	margin:3px 0 0 0;
	font-size: 0.75em;
}

form {margin: 0;}

li {
	padding-bottom: 0px;
}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square
}

ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}

blockquote{
	padding: 3px;
	margin: 3px 0 20px 0;
	color:#2FA337;
}

pre, .code {
	color: #8FDAFA;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #3384AD;
	border-right: 1px solid #3384AD;
	border-bottom: 1px solid #3384AD;
	border-left: 6px solid #3384AD;
	
	margin: 3px 0 20px 0;

	font-size:1em;
	overflow:auto;
	line-height:2.2em;
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #3384AD;
	font-style: normal;
	font-weight: bold;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
   width: 920px;
   min-height:99%;
   margin: 0px auto 0 auto;
   padding: 0;
   background: url(img/mainbg.png) repeat-y;
}

#header {
	height:56px;
	background:url(img/header-logo.jpg) no-repeat;
}
* html #header {clear:both;height:75px;} /* ie6 misbehaves again */

#pageheader {
margin:0px 100px 0 560px;
float:left;
}

#pageheader strong {
	font-size: 16px;
}
#pageheader span {color: #ffffff;}

#breadcrumbs {
	height:75px;
	clear:both;
}

#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px; font-weight: bold; }

#breadcrumbs a {
	border-bottom: 1px dotted #2FA337;
	text-decoration: none;
}
#breadcrumbs a:hover {border-bottom: 1px solid #2FA337;}

#breadcrumbs .menu-current a{
	color: #000;
}

#infobox { /* Currently holds the login box */
	float: left;
	width: 240px;
	margin: 0px 5px 0 20px;
	border: 0px solid #2FA337;
	background:transparent;
	padding:194px 0 0 0;
	display:inline;
}

#content { /* main content from the WYSIWYG goes in here */
	margin: 190px 30px 0 300px;
	padding: 4px 10px 14px 0;
	clear: right;
	background: transparent;
	width:595px;
}

#content p
{	
	padding-bottom: 10px;
}

#content a, a:link, a:visited, a:active {
	color: #063;
	text-decoration: none;
}
#content a:hover {
	color: #900;
	text-decoration: none;
}


* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

.clearcontent {height:60px; clear:both}

#footer {
	width: 100%;
	height:40px;
    	background:#c00;
    	}
#footer_container{
	width:900px;
	margin:0 auto 0 auto;
	padding:10px 0 0 10px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	
}    	
#footer_content{
	width:300px;
	float:left;	
}

#footer_top{
background:url(img/footer_top.png) no-repeat;
width:920px;
margin:0 auto 0 auto;
height:25px;
}
#footer_menu{
color:#fff;
padding:0 5px 10px 0;

}
#footer_menu a, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
}
#footer_menu a:hover {
	color: #fff;
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
height:56px; 
 
margin:0 0 0 11px;
padding:26px 0 0 0;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0 0 0 25px;
	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;}

#nav {
	float:left;
	height: 30px;
	border: 0;
	padding:0;
	margin:  0px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

/* Root Level Link Formatting */
#nav ul li {
float: left; 
width:97px; 
text-align:center;
margin-right:11px; 

}

#nav ul li a {
display: block; 
background: transparent ; 
padding-top: 8px;
padding-bottom: 7px;
color: #fff; 
text-decoration: none; 
font-weight: bold; 
font-size:14px;  
width:97px;

}
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current { 
color: #000; 
/*background:url(img/hover.png) repeat-x;*/
}
#nav a.menu-parent { color: #fff;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width:12em; margin-top:-1px; display: none; text-transform: none; border-bottom: 0px solid #fff; font-size: 100%; background: transparent url(img/menue-bg-red.png);}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 11.5em; padding: .3em .1em .3em .4em; color: #fff; border-top: 1px solid #fff; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #900; color:#fff; font-weight:bold;}
#nav .menu li ul a.menu-parent {background: #900 url(img/navbgl1parent.gif); color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ margin: 5px 0 0 10%; z-index: 9999;  background: transparent url(img/menue-bg-red.png) repeat;}
#nav .menu li ul li ul li	{width: 12.9em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 12.9em; background: transparent url(img/menue-bg-red.png) repeat;}
#nav .menu li ul li ul li ul li	{  width: 10.5em; }
#nav .menu li ul li ul li ul li a 	{ width: 10.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#Sidebar{
border-bottom:1px dotted #900;
margin: 0 6px 0 6px;
padding:0 0 10px 0px;
}
#Sidebar a:link, a:visited, a:active {
	color: #900;
	text-decoration: underline;
}
#Sidebar a:hover {
	color: #063;
	text-decoration: none;
}

#login-box {
	height: 180px;
	font-color:#000;
	text-align: left;
	line-height: 120%;
	margin: 1em 5px 0.3em 5px;
	border: 0px solid #002951;
	
}
#login-box fieldset
{border:0; text-align:left;}
#login-box legend		{
	font-size: 90%;
	color: #002951;
}
.username {color: #063;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em; padding:20px; color:#063; font-style:normal;}
.topboxbody h3 {color: #063;}
.topboxbody a:hover{text-decoration:none;}

#login-box input {
	display:block;
	font-size: 10px;
	width: 120px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	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 */


/*Suche*/
#suche {

	width:180px;
	
	padding: 5px 0 0 710px;

	

}
#suche input {
	
	display: block;
	font-size: 10px;
}
#suche input.textbox {
	float:left;
	width: 152px;
	height: 13px;
	padding: 2px;
	font-size: 12px;
}
#suche .button {
	height: 20px;
	width: 20px;
	background: url(img/searchbutton.gif);
	border: none;
	cursor:pointer;
}
/*Ende Suche*/





