body { 
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#counter 	{
	display:none;
	}

a {
   outline: none;
}

a:link, a:visited, a:active, {
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #330000;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #000;font-weight:normal;	font-family: Georgia, Helvetica, sans-serif;padding-bottom:0;margin-bottom: 2px;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

form {margin: 0;}

#content p, #content ul {
	font-style:italic;
	color: #555;
	font-size: 99%;
	line-height:20px;
	margin-top: 6px;

}
.hoch 	{
	text-transform:uppercase;
}

#extras p 	{
	font-family: Georgia, Helvetica, sans-serif;
	font-style:italic;
	color: #000;
	font-size: 1.2em;
	margin-top: 2px;
}
#sideColumn p 	{
	font-family: Georgia, Helvetica, sans-serif;
	font-style:italic;
	color: #000;
	font-size: 99%;
	margin-top:6px;
	line-height:20px;
}
abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 750px;
	padding: 0;
	background: #fff;
}
#extras {  /* Buchsatz */
	height: 160px;
	position: absolute;
	left: 90px;
	top: 82px;
	width:180px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-size: 84%;
	color: #000;
	padding:0;
}
#banner {
	margin-top: 92px;
	margin-left: 200px;
	padding: 10px 20px 20px 20px;
	text-align: left;
	/*background: #666;*/
	font-weight: bold;
	/*border: 1px solid #000;*/
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
#content a, #sideColumn a, #extras a,#banner a, #banner h1, #banner h2	{font-size:99%;color: #000; margin:0;padding:0;text-decoration:none;}
* html #banner {clear:both;height:70px;} /* ie6 misbehaves again */

#banner h1 a	{font-size: 1.9em; color: #000; padding-top:6px; text-decoration: none;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.9em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#sideColumn { /* Adresse */
	float: left;
	width: 160px;
	margin-left: 90px;
	margin-top: 41px;
	font-style:italic;	
}
#content { /* main content from the WYSIWYG goes in here */
	width:600px;
	margin-left: 340px;
	margin-top:40px;
	padding: 40px 10px 14px 10px;
	text-align: left;
	clear: right;
}
#contentContainer { width:800px;
}

* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
		width:600px;
		margin-left: 340px;
			margin-top:120px;
		font-family: Georgia, Helvetica, sans-serif;
	font-size: 90%;
	color: #555;
	border-top: 1px solid #BFBFBF;
	padding: 10px 5px 10px 5px;
	clear: both;
	background: #fff;

}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#ddd; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#fff; border-bottom: 1px dashed #fff;}

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

/* Search Box in banner */
#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;
}


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



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

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

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {margin-left: 330px;width: auto;display:block;clear:both;}


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

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
   width:600px;
	float:left;	
	height: 30px;	
	border: 0;	
	padding:0;
	   background: #fff;
		font-style:italic;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	list-style-image: none;
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #555; text-align: center; font-weight: normal; list-style-type: none; list-style-image: none;}
#nav ul li a {display: block; padding: 5px 20px; padding-bottom: 4px; font-style:italic; color: #000; text-decoration: none; }
/* 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) right 0px; color: #555;}
#nav a.menu-parent {background: url(img/navbgl0parent.gif) right 0px; color: #000;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: normal;} 
#nav .menu .home a {display: block; width:2px; height:30px; background: #fff; margin:0; padding:0;}
/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: -1px 0 0 18px; display: none; text-transform: none; border-bottom: 1px dotted #555; font-size: 100%; background: #fff;}
#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: #000; border-top: 1px dotted #5a3b63; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #eee url(img/navbgl1hi.gif); color:#555; font-weight: normal;}
#nav .menu li ul a.menu-parent {background: #7290a7 url(img/navbgl1parent.gif) right 0px; 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: 10px 0 0 -40%; z-index: 9999;  background: #3d3140 url(img/ulbg2.jpg) no-repeat right 0px;}
#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 right 0px;}
#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%;
}



/* IE6 only 
*html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* IE7 only 
*+html #nav .menu li ul li ul {margin-left:0 ! important;}*/

/* ul class="ullev1" , sorry doesnt work
#nav .ullev1  {z-index: 1000 ! important; background: #4b4c4d;}
#nav .ullev2  {z-index: 2000 ! important; background: #4b4c4d;}
#nav .ullev3  {z-index: 3000 ! important; background: #4b4c4d;}
*/

/* Better: */
#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 { padding-top:5px; border: 1px solid #ccbfd0;}
#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 label {clear:left; width: 100px; display:block;
	float:left;}
#login-box input {
	display:block;
	float:left;	
	font-size: 10px;
	margin: 2px auto 1px auto;
	width: 100px;
}
#login-box div {clear:left;}

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


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Schattenbild
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sideColumn img  {
	border:0px solid #CDC9C9;
	margin-right:5px;
	margin-bottom:5px;
/*	border-color:#eeeeee #444444 #444444 #eeeeee; */
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;} 
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
   	glossary
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

   abbr {
     cursor: help;
     border-bottom: 1px dotted #da251d;
   }
   acronym {
     cursor: help;
     border-bottom: 1px dotted #da251d;
   }
   .stichwort_text {
     cursor: help;
     border-bottom: 1px dotted #da251d;
   }

