

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	background-color: #ffeeff;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #c09;
	text-decoration: none;
}
a:hover {
	color: #00c;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #c09;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {color: #333;font-weight:bold;font-family:Arial, Verdana, Helvetica, sans-serif;}
h1  	{font-size:1.6em;}
h2  	{font-size:1.4em;}
h3  	{font-size:1.2em;}

form {margin: 0;}

blockquote 	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#main { /* Hauptseite */
	width: 800px;
         height: 500px;
	margin: 30px auto 0 auto;
	padding: 0;
	background:url('img/fhf_start.jpg') top no-repeat ;
	background-color: #ff99db;
	border: 1px solid #ca0f86;
}
#extras {  /*  (powered by etc) */
	width:900px ;
	margin: 0 ;
	padding-bottom:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #999;
	padding:0;

}
#banner {
	padding: 50px 0px 30px 200px;
	text-align: center;
         height:70px;
 }
#banner a, #banner h1, #banner h2	{color: #ca0f86; margin:0;padding:0;}
* html #banner {clear:both;height:70px;} /* ie6 hack */

#banner h1	{
	font-size: 2.3em;
         font-weight: normal;
         padding-top:6px;
 	letter-spacing:3px;
        	font-family:Arial, Helvetica, sans-serif;

} /* Titel */
#banner h2	{ /* Seiten-header */
	font-size: 1.3em;
         font-weight: normal;
 	letter-spacing:11px;
	margin-top:-5px;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#sideColumn { /* linke Navigation und Login */

	float: left;
	width: 200px;
	margin: 0px;
	margin-top: 10px;
         height:400px;
}
#content { /* Inhalt der Seite */
    height:200px;

	margin-top:40px;
	margin-left:202px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
* html #contentContainer #content {text-align:left;} /* ie6 hack */
* html #contentContainer #content table {width: 90%;} /* ie6 hack */
#content a:link,#content a:visited,#content a:active {
	padding:0;
	color: #666;
	text-decoration: underline;
}
#content a:hover {
	padding:0;
	color: #c09;
	text-decoration: underline;
}
#footer {
        font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size: 90%;
        color: #999;
        padding-left: 5px;
        padding-top: 0px;
        clear: both;
        position:relative;
}
* html #footer {padding-top: 0px;}

#baker_footer a       {color:#333;padding:0;font-weight:bold;text-decoration:none;} /* PAGE_FOOTER */
#baker_footer a:hover, a:active {color:#c09; padding:0;text-decoration:none;}
#powered_by, #coding 	{text-align:center;}
#powered_by a, #coding a {color:#999; font-weight:bold; text-decoration:none; padding:0; }
#powered_by a:hover, #coding a:hover {color:#c09; padding:0;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Suchfeld */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	position:relative;
         margin-left: 201px;
         margin-top: 200px;
	width: 600px;
         display:block;
         float:left;
         height:125px;
         
         }
* html #navContainer {margin-left: 101px;}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
         font-weight:bold;
}

/* Header menu */
#header_menu {
         background:#ff00ff;
         font-weight:bold;
         }
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	border-top: 0;
	border-bottom: 1px solid #ca0f86;
	padding:0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 81%;
	width: auto;
 	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; }
#nav ul li a {display: block; background: #cc0099; padding: 5px 10px; padding-bottom: 4px; border-left: 1px solid #666;  color: #fff; text-decoration: none;}

/* Root Level Link Format */
#nav ul li a:hover, #nav li a:focus {background: #666666; border-color: #fff; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #cccccc; border-color: #fff; color: #fff;}

/* Current page Format*/
#nav ul li.menu-current a		{display: none; }
#nav ul li.menu-parent a		{background: #cccccc; color: #333; }
#nav ul li.menu-current a:hover		{display: none;  }
#nav ul li.menu-parent a:hover		{background: #cccccc; color: #333; }

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border-top: 1px solid #000;  font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #666666; color: #fff; border: 0;}
/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #666666; border: 0; color:#fff;}
#nav ul li ul li.menu-child a          {background: #cccccc; color: #333;}
#nav ul li ul li.menu-child a:hover            {background: #cccccc; color: #333; }
#nav ul li ul li.menu-current a          {background: #cccccc; color: #333; }
#nav ul li ul li.menu-current a:hover          {background: #cccccc; color: #333; }

/* 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;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #ff00ff; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; }
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	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 */