html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}


body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2b2b2b;
	background-color:#000;
	background-image: url('images/vorhang_bg_verlauf2.png');
	background-repeat:repeat-x;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #9b0000;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Ueberschriften */

h1, h2, h3, h4, h5, h6 {
	font-weight:600;
	text-transform: uppercase; 
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
h1  	{
	font-size: 1.1em;
	color: #9b0000;
	margin: 15px 0px 8px 0px; 
}

h2, h3, h4, h5, h6 {
        font-size: 1.0em;
	color: #2b2b2b; 
	margin: 10px 0px 0px 0px; 
}


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					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 850px;
	margin: 30px auto 0 auto;
	padding: 0;
	border: 5px solid #dedede;
	background-color: #fff;
}


#header {
        position:relative;
        width: 850px;
        height: 200px;
}
#titel {
        position:relative;
        width: 850px;
        height: 25px;
        text-align:center;
        background-color: #cf4500;
        
        
}
#titel h1 {
        font-size:18px;
        color:#fff;
        font-weight:200;
        padding-top: 10px;
}


#banner {    
position:absolute;
top:0px;
width:850px;
height:200px;
text-align:left;
margin-top:0px;
padding:0;
z-index: 1;
}
#banner img {
  border:0px;
}

#logo {
      position:absolute;
      top: 0px;
      left:0px;
      width: 210px;
      height: 200px;
      background-image: url('images/bg-logo-210x200.png');
      z-index:3;
}

#sideColumn { /* Currently holds the login box */
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
	background-color: #DE6F00;
}
#content { /* Hauptinhalt */
	font-size:0.9em;
	margin: 5px 5px 0px 5px;
	padding: 4px 10px 14px 10px;
	background-color: #fff;
	text-align: justify;
}

* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#content p {
        line-height: 18px;
}
#content li {
        line-height: 20px;
}

.innendiv {
 margin:10px;
}

.weiter {
	float:right;
	margin-bottom: 10px;
	margin-right: 10px;
}

#box1 {
        float:left;
        width: 495px;
        height: 300px;
        margin-left:0px;
        background-image: url('images/bg_block_grau_495.gif');
        background-repeat:no-repeat;
        background-position:bottom;
}
#box1 img {float: left; 
           margin-right:10px;
}

#box2 {
        
        float:left;
        margin-left:15px;
        width: 305px;
        height: 300px;
        background-image: url('images/bg_block_grau_305.gif');
        background-repeat:no-repeat;
        background-position:bottom;

}
#box2 img {float: left; 
           margin-right:10px;
}

#box3 {
        clear:both;
        float:left;
        margin-top:15px;
        width: 170px;
        height: 160px;
        background-image: url('images/bg_block_grau_170.gif');
        background-repeat:no-repeat;
        background-position:bottom;
}
#box3 img {border:0;
}

#box4 {
        float:left;
        margin-left:15px;
        margin-top:15px;
        width:390px;
        height: 160px;
        background-image: url('images/bg_block_grau_390.gif');
        background-repeat:no-repeat;
        background-position:bottom;
}
#box4 .field_title {
	font-size: 1.0em;
	width: 120px;
	text-align:left;
}
#box4 .captcha_expl {
        font-size: 1.0em;
}

#box5 {
        float:left;
        margin-left:15px;
        margin-top:15px;
        width:225px;
        height: 160px;
        background-image: url('images/bg_block_grau_225.gif');
        background-repeat:no-repeat;
        background-position:bottom;
}
#box6 {
        clear: both;
        float:left;
        margin-top:15px;
        width: 815px;
        height: 140px;
        background-image: url('images/bg_block_grau_815.gif');
        background-repeat:no-repeat;
        background-position:bottom;
}

#footer {
        clear: both;
        width: 860px;
        height:25px;
        margin:0 auto 0 auto;
}        	
#footer a {color:#fff;}
#baker_footer	{font-size:0.8em; color:#fff; text-align:center; padding-top:5px; } /* Pulls information from PAGE_FOOTER */
#baker_footer a {color:#fff;}
#baker_footer img {float: right;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 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;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {
	width: auto;
	display:block;
	clear:both;
        background-color: #bc0100;
	height: 37px;
}

/* 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: 1000; 
	clear: both;
}

#nav {
	height: 1.68em;
	padding: 2px 0 0 10px;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;
	width: auto;
	font-size: 90%;
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {
	float: left; 
	color: #fff; 
	text-align: center; 
}

#nav ul li a {
	display: block;  
	padding: 10px 15px; 
	padding-bottom: 11px;
	border-right: 1px solid #fff;
	font-weight: bold;
	color: #fff; 
	text-decoration: none;
}

/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {	
	color: #fff;
        background-color:#9c0001;
}

#nav li a:active, #nav ul li a.active {
	color: #fff;
        background-color:#9c0001;
}

/* Current page Customisations*/

#nav li.menu-current a {
	color: #fff;
        background-color:#9c0001;
}

#nav li.menu-current a {
	font-weight: bold;
}

#nav li.menu-parent a {
	color: #fff;
        background-color:#9c0001;
}


/* 2nd Child menu */

#nav .menu li ul {
	position: absolute; 
	width: 12em; 
	margin: 0; 
	display: none; 
	text-transform: none; 
	border: 1px solid #ccc;
	border-top: 0; 
	font-size: 100%;}

#nav .menu li ul li {
	width: 12em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0;
	padding: 0; 
	line-height: 1.2em;
}

#nav .menu li ul a {
	width: 11.5em; 
	padding: .6em .1em .6em .4em;
	background: #ddd; 
	color: #666;
	border: none;
	font-weight: normal;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	background: #666; 
	border: 0;
	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;
}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 11.5em; 
	padding: .6em .1em .6em .4em; 
	background: #ddd; 
	color: #666; 
}

/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}

#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* end menu */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, 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;
}

form.login_table {
        float:right;
        width:100px;
	margin-top: -25px;        
}

form.login_table, input.button {
	font-size: 1.1em;
        color: #fff;
        background-color: #bc0100;
        padding: 0px 2px 0px 2px;
        border:0px;
}

#logoutbar {
        font-size:1em;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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;}


