html, body { 	
	background: #7c9302 ;
	background-image: url(img/bodybg.jpg); background-repeat:repeat-x; 
	margin: 0px auto;
	height:100%;
}

a { color: #FF6600; }

a {
color: #FF6600;
}

a:visited {
color: #FF6600;
}
a:link{
color: #FF6600;
}
.img { border: 0px; margin: 0px; }

select { background-color: #fefebe; border: 1px solid #ccc; margin: 1px;   }

input  { background-color: #fefebe; border: 1px solid #ccc; margin: 1px; }
.input  { background-color: #fefebe; border: 1px solid #ccc; margin: 1px; }

input a:hover {background-color: #FFFFFF; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#background {	
background-image: url(img/background.jpg); 
background-repeat: repeat-y; 
background-position: top; 
background-postion: top center; 
width: 100%; margin: 0px auto;  }

#head { 
background-image: url(img/head.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
width: 100%; margin: 0px auto; }

#main { /* Holds the page items in place */
	width: 990px;
	margin: 0px auto ;
	padding: 0;
}

#header {
	width: 990px; height: 150px;
}

#headernavi { color: #980000; font-size: 14px; font-weight: bold; float: right; }

#headerinhalt { padding-top: 10px; }

* html #header {clear:both;height:150px;} /* ie6 misbehaves again */


.fadebox {width: 100%; height:270px; }

#content { width: 970px; padding: 0px 10px 10px 10px; margin: 0px; } /* main content from the WYSIWYG goes in here */

#content img { margin: 2px; }
#content .img {margin: 2px; }

#inhalt { border:1px solid #CCC; padding: 5px; margin: 5px 0px 5px 0px; width: 958px;  }

#breadcrumbs {
	padding:5px 0px;
	clear:both; float: left; width: 720px;	
}
#breadcrumbs span {
	padding: 5px 0px; 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;
}


* 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:0px; clear:both}

#bookmarks { position:absolute; right: 10px; bottom:10px; float: right; }
#bookmarks img  { margin: 2px; }

#footerbox {margin: 0px auto; padding-top: 20px; height: 225px; width: 100%; background-color: #7c9302; background-image: url(img/footer.jpg); background-position: top center; background-repeat: no-repeat;  }
#footer { 	
	font-size: 90%; width: 980px;
	color: #980000;	
	margin: 0px auto; text-align: center; align: center; padding: 5px; 		
}

#footer a { color: #FFFFCC; }
#footer a:hover { color: #FFFFCC; text-decoration: underline; }

#guest {background: #f2fabc; text-align:left; background-image: url(img/cellpic.gif); background-repeat: repeat-x; border: 1px solid #ccc; padding: 5px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in header */
#search_box {
	color: #fff;
	text-align: right;
}
#search_box {
	float: right;
	clear: right;
	width: 250px;
	padding: 5px 0px;
}

#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;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	#### Hauptnavigation Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer { display:block;clear:both; margin-left: 50px; }


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; }
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	float:left;	
	border: 0;	
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;	
		/*
	(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: #980000; text-align: center; font-weight: bold; margin: 0px auto;  }

#nav ul li a {display: block; color: #980000; width: 140px; padding: 6px 0px; height: 22px; 
background-image: url(img/button.gif); background-repeat: no-repeat; text-decoration: none; font-weight: bold; margin-right: 5px; }

/* 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/button_hover.gif) no-repeat; color: #223300;}

#nav a.menu-parent { color: #980000; text-align: center; font-weight: bold;  }


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 135px;  margin-right: 5px; display: none; text-transform: none; font-size: 12px; -moz-opacity:0.8;}
#nav .menu li ul li {width: 135px; padding: 4px;  text-align: left; font-weight: bold; margin-right: 5px; padding: 4px; background: #fece00; -moz-opacity:0.9; opacity: .9; }
#nav .menu li ul li a {width: 135px; color: #980000; font-weight: bold; padding: 4px; background-image:none;  }

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { text-decoration: underline; background-image: none;  }
#nav .menu li ul a.menu-parent {text-decoration: underline; background: #fff; background-image:none; }

/* 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 0%; z-index: 9999;  background: #fece00;}
#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: #fece00;}
#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: #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 {font-size:0.8em;padding:2px;}

#login-box input {
	display:block;	
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
}
/* Toplist Grafiken */

#toplist img { width: 75px; height:35px; padding: 2px; }
#toplist { width: 550px; padding:2px; margin: 0px auto;  background: #f2fabc; text-align: center; background-image: url(img/cellpic.gif); background-repeat: repeat-x; border: 1px solid #ccc; padding: 5px; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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 */


