html, body, #main {height:100%}
body {
	background: #043407 url(img/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	/*font-size: 0.9em;*/
  	color: #555;
	margin: 20px 0; padding: 0;
}
body > #main {
    height:auto;
}

a:link, a:visited, a:active {
	color: #043407;
	color: #0060c0;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #ff0;
	text-decoration: underline;
	background: #043407;
}

a img {border: 1px solid #000;}
a:hover img {border: 1px solid #c02;}

hr {
	margin: 5px 0px 5px 0px;
	color: #666;
	border: 0;
	border-top: 1px dotted #666;
	height: 1px;
}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #666;}
p {margin:1em 0 1em 0;}

h1 {
	margin:10px 0 6px 0;
	font-size: 18px;
}

h2 {
	margin:10px 0 4px 0;
	font-size: 16px;

}

h3 { margin:10px 0 4px 0;
	font-size: 14px;
}

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: 1em 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{
	background-color:#022B57;
	padding: 3px;
	border-left: 2px solid #022B57;
	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;
	background-color: #ffffff;
	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: 950px;
	margin: 0 auto;
	padding: 0;
    padding-bottom:50px;
	background-color: #fff;
	background-repeat: repeat-y;
	clear:both;
}

#header {
	height:20px;
	background-color:#333;
}
* html #header {clear:both;height:50px;} /* ie6 misbehaves again */


#breadcrumbs {
	height:150px;
	background:#FFFFFF;
	clear:both;
	border-top: 2px solid #fff;
	border-bottom: 0px solid #fff;
	padding:0;
	margin:0;
}

#breadcrumbs a {
	border: none;
}
#breadcrumbs img {
	border: none;
}

#breadcrumbs a:hover {
}

#breadcrumbs .menu-current a{
	color: #FFFFFF;
}



#infobox { /* Currently holds the login box */
	float: right;
	width: 200px;
	margin: 0px 10px 0 10px;
	border: 0px solid #2FA337;
	background:transparent;
	padding:0px;
	display:inline;
}

#content { /* main content from the WYSIWYG goes in here */
	margin: 10px 220px 0px 20px;
	padding: 4px 10px 20px 10px;
	clear: left;
	background: transparent;
 	border-left:solid 1px #fff;
}


#contentbox {
	background: #fff;
	padding:0;
	margin:0;
}

* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 95%;} /* ie6 fix to stop tables being pushed below floats */

.clearcontent {height:20px; clear:both}

.footerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-size: 90%;
	font-weight: normal;
	background-color:#000;
	color:#fff;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	margin-top: -50px;
	height:50px;
	clear:both;
}
.footer a {
	color: #fff;
	border: none;
}

.footer a:hover{
	border: none;
}
.footer {
	text-align:left;
	color: #555;
	padding:10px 5px 5px 20px;
	vertical-align: top;
}
.footer img {
	border: none;
}

.footer a:hover img {
	border: none;
}
.footer a:hover {
	text-decoration: none;
	background: #000;
	border-bottom: 1px solid #ffff00;
	margin:0px;
	padding: 0px;
}

#footer span{
	color: #777;
	padding-left: 10px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width:950px;
	background-color:#043407;
	height:30px;
	display:block;
	clear:both;
	padding-top:5px;
}

/* 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;}

#nav {
	float:left;
	height: 30px;
	border: 0;
	padding:0;
	margin:  0px 50px 0px 10px;
}
#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 */
}
#nav li {
	width:auto;

}
/* Root Level Link Formatting */
#nav ul li {float: left; color: #6DFCFE; text-align: center; font-weight: normal; }
#nav ul li a {display: block; background: transparent; padding: 8px 10px 7px 10px; color: #fff; text-decoration: none; font-weight: bold; }
/* 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 {background: transparent url(img/navbgl1hi_b.png); color: #EBF10F;}
#nav a.menu-parent {background: transparent url(img/navbgl1hi_b.png); color: #EBF10F;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 15em; margin: 0; display: none; text-transform: none; border-bottom: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; font-size: 100%; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li {width: 15em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 14.5em; padding: .3em .1em .3em .4em; color: #fff; border-top: 1px solid #000; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current {  background: transparent url(img/menue-bg2.png) repeat; color:#000;}
#nav .menu li ul a.menu-parent {background: url(img/navbgl2hi.jpg); color: #000;}

/* 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 -40%; z-index: 9999;  background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li	{width: 15em;}
#nav .menu li ul li ul li a 	{ width: 14.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 9em; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.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 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




#login-box {
background-image: url(img/login.png);

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: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:20px ;}

#login-box input {
	display:block;
	font-size: 10px;
	position: left;
	width: 120px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


/*Suche*/
#searchesa{
background: url(./img/bg_search.jpg) top left no-repeat;
padding-left: 28px;
}
#infobox .searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 10px;
	XXwidth: 160px;
}
#infobox .searchform p { margin: 0; padding: 0; }
#infobox .searchform input.textbox {
	width: 90px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
#infobox .searchform input.button {
	margin: 2px;
	font: bold 1em Arial, Sans-serif;
	border: 0px solid #002951;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
         width: 43px;
         background: url(./img/bg_searchsubmit.gif) top center no-repeat;
}
/*Ende Suche*/


/*Footer*/

#footer-teil {
	color: #E5E6E7;
	margin: 0 auto 12px auto;
	padding: 0;
    width: 850px;
	height:1px;
	padding: 0;
    background:  url(./img/footer-image2.jpg)  no-repeat;


}
#footer-teil h3{
	color: #E5E6E7;
	margin: 0 center;
	padding: 0;
         border-bottom: 1px dashed #E5E6E7;
}
#footer-teil ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-teil li a {
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	width: 96%;
	color: #E5E6E7;
         background: url(./img/pointer02.gif) left top no-repeat;
}
#footer-teil  a {
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	width: 96%;
	color: #E5E6E7;
         background: url(./img/pointer02.gif) left top no-repeat;
}

#footer-teil .teil1, .teilmitte {
	float: left;
	width: 260px;
}
#footer-teil .teil1 p {
	padding: 0px 10px 0px 30px;
}
#footer-teil .teil1 h3 {
	padding: 0px 10px 0px 30px;
}
#footer-teil .teilmitte {
	margin: 0 15px;
}


.text_captcha {
	font-size:80%;
	font-weight:bold;
	color: #BF012B;
}

.captcha_expl {
	font-size:80%;
}

.refh{font-weight:bold;clear:left}
.refl{float:left;padding:0 20px 0 38px;}
.refr{padding-bottom:20px;float:left;}

.newsrahmen{
    background:#ffe;
    border-left: 1px solid #eea;
    border-top: 1px solid #eea;
    border-right: 1px solid #cc6;
    border-bottom: 1px solid #aa4;
}
1

