body {
	background: #440F01 url(img/bg.jpg) repeat;
	margin: 0;
	height:100%;
	font-family:Comic Sans MS, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #000;

}
/* ******************************************
	links and lines
****************************************** */
a:link, a:visited, a:active {
	color: #420701;
	text-decoration: dotted;
}
a:hover {
	color: #6A1D15;
	text-decoration: dotted;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #6B2A19;
	border: 0;
	border-top: 1px dotted #FAF3DA;
	height: 1px;
}
/* ******************************************
	font h1, h2, h3, h4, h5, h6, p
****************************************** */
h1, h2, h3, h4, h5, h6, strong {color: #6B2A19;}
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;}

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;}

/* ******************************************
	li, ol,ul and blockquote
****************************************** */

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:#420701;
	padding: 3px;
	border-left: 2px solid #420701;
	margin: 3px 0 20px 0;
}
/* ******************************************
	code, table and address
****************************************** */
pre, .code {
	color: #4D2008;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #5E270B;
	border-right: 1px solid #5E270B;
	border-bottom: 1px solid #5E270B;
	border-left: 1px solid #5E270B;
	background:url(img/form-code.png) repeat;
	margin: 3px 0 20px 0;
	font-size:1em;
	overflow:auto;
	line-height:150%;
}

address {
	line-height:120%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 10px;
	padding: 5px 10px 10px 45px;
	font-style: normal;
	font-weight: normal;
	background:transparent url(img/hand-address.png) no-repeat;
}
table {
    width:100%;
	border-color: #713A04;
	border-collapse: collapse;
}
/* ******************************************
	form
****************************************** */	
form {margin: 0;}
input,
textarea {
	color: #000;
	background-color: #F7F4D1;
	border: 1px solid #989252;
	background:url(img/form-img.jpg) no-repeat;
}
/* ******************************************
	Layout Blocks
****************************************** */
#main {
   width: 850px;
   min-height:99%;
   margin: left;
   background-image: url(img/bg_ccontent.png) ;
   background-repeat: repeat-y;
}
#header {
	height:100px;
	background-image: url(img/header-logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
* html #header {clear:both;height:100px;} 

#pageheader {margin:1px 100px 0 560px;}
#pageheader strong {font-size: 16px;}
#breadcrumbs {
	padding:15px;
	background: transparent url(img/bg_cheader.png) repeat-x;
	clear:both;
}

/* ******************************************
	infobox left 
****************************************** */
#infobox { 
	float: left;
	width: 340px;
	margin: 0px 0px 0 65px;
	border: 0px solid #3b4750;
	background:transparent;
	padding:0px;
}
#content { 
	margin: 0px 45px 0 448px;
	padding: 4px 10px 14px 0;
	clear: right;
	background: transparent;
}
* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */



/* ************************************************************************************************************
	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: transparent url(img/menue-bg1.png) repeat-x;}

ul.menu, li.menu {list-style-type: none; margin: 0px; padding: 0px;}
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	float:right;
	height: 30px;
	border: 0;
	padding:0;
	margin:  0px 50px 0px 0px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative; 
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #420701; text-align: center; font-weight: normal; }
#nav ul li a {display: block; background: transparent; padding: 8px 10px 7px 10px; color: #FAECB9; 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.png); color: #420701;}
#nav a.menu-parent {background: url(img/navbgl1hi.png); color: #420701;}

/*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 #B59B5C; border-left: 1px solid #B59B5C; border-right: 1px solid #B59B5C; font-size: 100%; background: transparent url(img/menue-bg.png) repeat;}
#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: #420701; border-top: 1px solid #B59B5C; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #E5BE73 url(img/navbgl1hi.gif); color:#420701;}
#nav .menu li ul a.menu-parent {background: #E5BE73 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: transparent url(img/menue-bg.png) 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: 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; white-space: normal;}

/* ******************************************
	login-box 
****************************************** */

#login-box { 
	width: 220px;
	background-image: url(img/login.png);
	background-repeat: no-repeat;
	text-align: left;	
	line-height: 120%; 
	margin: 1em 5px 0.3em 5px; 
	border: 0px solid #966F30;
}
#login-box fieldset {border:0; text-align:left;}
#login-box legend	{font-size: 90%;color: #333;}

#login-box input {
	display:block;
	font-size: 10px;
	position: left;
	width: 120px;
}

/* ******************************************
	Custom Classes
****************************************** */
.username {color: #009;} 
.topboxbody {font-size:0.8em;padding:20px ;}
.clearcontent {height:60px; clear:both}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


/* ******************************************
	searchesa
****************************************** */
#searchesa{
	background: url(./img/bg_search.png) top left no-repeat;
	padding-left: 28px;
}
#infobox .searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 10px;
	width: 200px;
}
#infobox .searchform p { margin: 0; padding: 0; }
#infobox .searchform input.textbox {
	width: 100px;
	height: 15px;
	padding: 2px;
	vertical-align: top;
}
#infobox .searchform input.button {
	margin: 2px;
	font: bold 1em Comic Sans MS, Sans-serif;
	border: 0px solid #CCC;
	background: #FFF;
	padding: 2px 3px 4px 3px;
	color: #4284B0;
	width: 43px;
	background: url(./img/bg_searchsubmit.png) top center no-repeat;
}
/* ******************************************
	footerbox
****************************************** */
#footerbox {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#footer {
	font-size: 90%;
	color: #000;
	padding-left: 450px;
	width: 590px;
	height:48px;
	margin: 0px 0px 0px 0px;
	background:  url(./img/bg_cfooter.png) top left no-repeat;

}
#footer-teil {
	color: #EEE0B3;
	margin: 0 left;
	padding: 0;
	width: 820px;
	margin: 0 30px 150px 30px;
		  
}
#footer-teil h3{
	color: #EEE0B3;
	margin: 0 left;
	padding: 0;
	border-bottom: 1px dashed #fff;
}
#footer-teil ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-teil li a {
	font-weight: normal;
	padding: 0px 0px 0px 15px;
	width: 96%;
	color: #EEE0B3;
	background: url(./img/pointer02.gif) left top no-repeat;
}
#footer-teil  a {
	font-weight: normal;
	padding: 0px 0px 0px 15px;
	width: 96%;
	color: #EEE0B3;
	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 0px;
}
#footer-teil .teilmitte {
	margin: 0 15px;
}




