﻿/***********************
kgv hohwart 0,5
***********************/
html, body {
	background: #FFFFFF url(img/bodybg.jpg) repeat-x;
	margin: 10 0 0 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*font-size: 0.9em;*/;
	color: #000;
}
/*********** scroll-balken *******/
html {
				height:101%;
			}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
	/* Holds the page items in place */
	width: 850px;
	min-height: 99%;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 10px solid #ddd;
	border-color: #E6FEDE;
	background: #fff;
}
#header {
	height: 180px;
	background-image: url(img/img02.jpg);
	background-repeat: no-repeat;
	background-color: #E6FEDE;
}
* html #header {
	clear: both;
	height: 70px;
}
/* ie6 misbehaves again */
/*#pageheader {
	margin: 16px 120px 0 280px;
	padding-top: 18px;
}
#pageheader strong {
	font-size: 18px;
	color: silver;
} */
#breadcrumbs {
	padding: 10px;
	background: #fff url(img/breadcrumbsbg.gif) repeat-x;
	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 #3b4750;
	text-decoration: none;
}
#breadcrumbs a:hover {
	border-bottom: 1px solid #3b4750;
}
#breadcrumbs .menu-current a {
	color: #000000;
}
#infobox {
	/* Currently holds the login box */
	float: left;
	width: 180px;
}
#content {
	/* main content from the WYSIWYG goes in here */
	margin: 20px 0 0 190px;
	padding: 4px 10px 14px 0;
	clear: right;
}
/*#infobox {
	width: 180px;
	float: left;
	display: block;
	margin-left: 5px;
}*/
#innerinfo {
	background: #E6FEDE;
	padding: 2px 5px 5px 5px;
	border: 1px solid #ccbfd0;
	width: 160px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #5a3b63;
}
* 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;
}
#footerbox {
	margin: -60px auto 0 auto;
	height: 40px;
	width: 850px;
	background: #ffffff;
	/*border-bottom: 5px solid #E6FEDE;*/
}
#footer {
	font-size: 90%;
	color: #ffffff;
	margin: 10px 5px 10px 5px;
	padding: 5px 0 5px 0;
	text-align: center; /*border-bottom: 1px solid #000000;*/;
	border-top: 1px solid #000000;
	background-color: #4FEC1F; /* hintergrundfarbe footer */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Text Layouts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a img {
	border: 0;
}
p a {
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #003366;
	border: 0;
	border-top: 1px solid #003366;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6, strong {
	color: #003366;
}
p {
	margin: 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;
        padding: 5px 0 5px 8px;
	background: #eee url(img/gradient2.png) repeat-x;
	color: #003366;
       &nbsp;border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ddd;
	text-decoration: none;

}
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 {
	background-color: #91abbf;
	padding: 3px;
	border-left: 2px solid #91abbf;
	margin: 3px 0 20px 0;
}*/
blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url(img/img03.gif) no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
	margin-bottom: 15px;
	margin-top: 5px;
}
pre, .code {
	color: #4b4b4b;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #91abbf;
	border-right: 1px solid #91abbf;
	border-bottom: 1px solid #91abbf;
	border-left: 6px solid #91abbf;
	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 #4FEC1F;
	font-style: normal;
	font-weight: bold;
}
/*-----------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border: 0;
}
abbr {
}
acroynm {
}
cite {
}
address {
}
strong {
}
em {
}
/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */
.important {
	font-weight: bold;
	color: #f00;
}
.code {
	font-family: "Courier New", Courier, mono;
	color: #093;
	letter-spacing: 1px;
}
.info-box {
	border: 1px solid #cc3;
	background-color: #F9F8E2;
	padding: 4px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Search Box in header */
#search_box {
	color: #fff;
	text-align: right;
}
#search_box {
	float: right;
	clear: right;
	width: 150px;
	padding: 10px 0 0 0;
}
#search_box .searchstring {
	width: 100px;
	border: 1px solid #333;
}
#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;
}
#nav {
	float: left;
	height: 30px;
	border: 0;
	padding: 0;
}
#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;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#nav ul li a {
	display: block;
	background: url(img/navbgl1.gif) no-repeat;
	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: url(img/navbgl1hi.gif);
	color: #fff;
}
#nav a.menu-parent {
	background: url(img/navbgl1hi.gif);
	color: #fff;
}
/*Current page Customisations*/
#nav a.menu-current {
	font-weight: bold;
}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 11em;
	margin: 0;
	display: none;
	text-transform: none;
	border-bottom: 1px solid #3b4750;
	border-left: 1px solid #3b4750;
	border-right: 1px solid #3b4750;
	font-size: 100%;
	background: #4FEC1F ;
}
#nav .menu li ul li {
	width: 11em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul li a {
	width: 10.5em;
	padding: .3em .1em .3em .4em;
	color: #fff;
	border-top: 1px solid #3b4750;
	font-weight: normal;
	background: none;
}
/* 2nd Child link hover */
#nav .menu li ul a:hover, #nav .menu li ul a.menu-current {
	background: #7290a7 url(img/navbgl1hi.gif);
	color: #fff;
}
#nav .menu li ul a.menu-parent {
	background: #7290a7 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 -40%;
	z-index: 9999;
	background: #2b3a45 url(img/ulbg2.jpg) no-repeat;
}
#nav .menu li ul li ul li {
	width: 11em;
}
#nav .menu li ul li ul li a {
	width: 10.5em;
}
/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul {
	width: 9em;
	background: #808080 url(img/ulbg3.jpg) no-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 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Customise the Login Box */
#login-box {
	background: #E6FEDE;
	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: #003366;
}
.username {
	color: #009;
}
/* Color of name when logged in*/
.topboxbody {
	font-size: 0.8em;
	padding: 2px;
	color: #003366;
}
#login-box input {
	display: block;
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
	color: #003366;
	border: 1px solid #003366;
}
#login-box input[type='submit'] {
	color: #003366;
	border: 1px solid #003366;
	margin-top: 8px;
	background: #eee;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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 */
