/*
		Styles by Swen Uth
		www.multimediaservice.de
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body {
	background-image:url('images/bg_all.jpg') ;
	margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body ,td,th,p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000; }

p {margin-top:0px; margin-bottom:3px;line-height:1.4em;}
a:link, a:visited, a:active {
	color: #0009ff;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	margin-top:0px; margin-bottom:0px;
	line-height:1px;
	height: 1px;
	color: #603;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #206020;font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif;}
h1  	{font-size:24px;}
h2  	{font-size:20px;}
h3  	{font-size:18px;}
h4  	{font-size:14px;}
h5  	{font-size:12px;}
h6  	{font-size:11px;}
/* Special for heading description */
h1.page_title2 {margin-bottom:5px; padding: 1px 1px 1px 3px; text-align:right;font-size:10px;color:#cccccc;margin-top:-18px;font-weight:bold;letter-spacing:0.5em;text-transform:uppercase;background-color:#206020;}
h1.page_title1 {font-size:18px;margin 0 ;border-bottom:2px solid #cccccc;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* Special Styles for Autor, etc  */
.autor {text-align:right;border-bottom:1px solid #ccccff;padding-right:3px; border-right:1px solid #ccccff;font-size:10px;text-align:right;}
/* for Search */
.highlight { background-color: #FFFF00;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 950px;
	height: 577px;
	margin: auto auto auto auto;
	padding: 0px;
	background-image:url('images/bg_main.jpg');
	background-repeat:no-repeat;
}
#extras {  /* objects outside main page (powered by etc) */
	width:950px ;
	margin: 0px auto;
	padding-bottom:10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 9px;
	color: #666;
	padding:0px;
	color:#eee;
	display:none ;
}
#banner {
  height:65px;
	padding: 5px 20px 20px 10px;
	text-align: left;
	/*background: #666;*/
	font-weight: bold;
	border: 0px solid #000;
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;padding: 0px 10px 10px 5px;} /* ie6 misbehaves again */
#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sideColumn { /* Currently holds the login box */
	float: left;
	width: 148px;
	margin: 5px;
	margin-top: -12px;
}
* html #sideColumn {float: left;width: 148px;margin: 3px;margin-top:-12px;} /* ie6 misbehaves again */
#sideColumn span.head {font-size:12px;border: 1px solid #4070b0;border-bottom:1px dashed #4070b0;padding: 2px 2px 2px 2px; background-color:#ffffff;}
#sideColumn div.news {	max-height:320px;overflow:auto ;border-bottom:6px solid #666666;border-right:2px solid #666666;margin-top: 1px;padding-top:10px;	padding-left:5px; padding-right:5px;background-color:#ffffff;font-size:11px;}

#contentContainer
{
  margin-left: 0px;
  margin-top:5px;
  background-image:url('images/watermark.gif') ;
 /* background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:185px 120px; */
  width:620px;
	height:433px;
	overflow:auto ;
 	scrollbar-base-color:#ffffff;
  scrollbar-3dlight-color:#4070b0;
  scrollbar-arrow-color:#4070b0;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#4070b0;
  scrollbar-track-color:#ffffff;
}
#content { /* main content from the WYSIWYG goes in here */
  width:593px;
	padding: 0px 0px 0px 5px;
	clear: right;

	color:#000000;
	font-family:font-family:Verdana, Arial, Helvetica, sans-serif;
}
* 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: 940px;
	font-family:Arial,Helvetica,sanserif;
	font-size: 10px;
	color: #666;
	border-bottom:1px solid #555;
	padding: 0px 5px 0px 5px;
	margin: 0px auto 0 auto;
	clear: both;
	background: #ffffff;
}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{color:#000080;text-align:right;}
#powered_by a, #coding a {color:#000080; text-decoration:none; border-bottom: 1px dashed #000080;}
#powered_by a:hover, #coding a:hover {color:#000080; border-bottom: 1px solid #000080;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box  */
#search_box {
	color: #fff;
	text-align: right;
}
#search_box {
	float: right;
	clear: right;
	width: 160px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 0 4px 0;
  color: #000000;
background:#f0f0f0;
border:1px solid #b0b0b0;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################
	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;}
.subtabs {margin: 7px auto auto 156px; font-size:11px;color:#4070b0;}
.subtabs span {border: 1px solid #4070b0;border-bottom:1px dashed #4070b0;padding: 2px 2px 2px 2px; background-color:#ffffff;}
.subtabs a{font-size:11px;color:#004080;}

/* 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:#efefef;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 22px;
	border-top: 0;
	border-bottom: 0px solid #000;
	padding:1px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 12px;
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position:relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #4070b0; padding: 3px 10px; padding-bottom: 4px;
 border-bottom: 1px solid #000; border-right: 1px solid #000; color: #fff; text-decoration: none;}
 

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #ffffff; border-color: #fff; color: #4070b0;}
#nav li a:active, #nav ul li a.active {background: #ffffff; border-color: #fff; color: #4070b0;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #000088; color: #ffff00; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 14em; margin: 0; display: none; text-transform: none; border: 1px solid #bfbfbf; border-top: 0; }
#nav .menu li ul li {width: 14em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 13.5em; padding: .6em .1em .6em .4em; background: #4070b0; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover { background: #e0efff; border: 0; color:#102080;}

/* 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: 13.5em; padding: .6em .1em .6em .4em; background: #4070b0; color: #fff;border: 1px solid #bfbfbf; border-left: 0; }

/* 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 {
  color: #ffffff;
  text-align: right;
  line-height: 16px;
   margin-right: -12px;
	margin-top:-66px;
  border: 0px solid #ddd;
  float: right;
	clear: right;
	width: 150px;
	height: 80px;
    }
#login-box fieldset {border:0;}
#login-box legend		{
  text-align: center;
  font-size: 11px;
	text-transform: uppercase;
	font-family:Arial, Helvetica SansSerif
	color:#ffffff;
	font-weight: bold;
	letter-spacing: 0.15em;
  clear: right;
}
.username {color: #ffffff;} /* Color of name when logged in*/
.topboxbody {font-size:10px;padding:2px;text-align:right;white-space:nowrap;}
.topboxbodin {font-size:10px;padding:2px;text-align:center;white-space:nowrap;}

#login-box text {
   font-size: 10px;
   color:#ffffff;
}
#login-box input {
   font-size: 10px;
background:#f0f0f0;
border:1px solid #b0b0b0;
	width: 70px;
 }
#login-box .button {
  color: #000000;
   font-size: 10px;
background:#f0f0f0;
border:1px solid #b0b0b0;
	width: 40px;
}
#login-box .funktion {
  text-align: center;
  color: #000000;
   font-size: 10px;
background:#f0f0f0;
border:1px solid #b0b0b0;
display: block;
	width: 100px;
}
/* Customise the Footer Links */
	#LINKS {
	margin-right:250px;
	text-align: left;
	color: #000080;
	padding-left: 5px;
	}
	#LINKS ul {
	margin:0;
	padding-left: 0;
	display: inline;
	list-style: none;
	}
	#LINKS li{
	float:left;
	margin: 0;
	padding: 0px 11px 0px 11px;
	list-style: none;
	display: inline;
	border-right: 1px solid #000080;
	}
	#LINKS li.Last {
	border-right: none;
	}
	#LINKS a {
	font-size:11px;
	color: #000080;
	text-decoration: none;
	}
	#LINKS a:hover {
	text-decoration: underline;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    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;}








