html, body {
    height:100%;
    margin:0;
    padding:0;
}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	background: url(images/background.gif) repeat-x 0 38px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div, p, a, td, ul, ol{
    font-size: .95em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

a:link, a:visited, a:active {
	color: #808080;
	text-decoration: underline;
}
a:hover {
	color: #464B96;
	text-decoration: underline;
}

.linkFett,linkWeiss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.linkFett:link,  .linkFett:visited {
	color: #808080;
	font-weight:bold;
	text-decoration: none;
	font-size: 1.0em; 
}
.linkFett:hover {
	color: #464B96;
	font-weight:bold;	
	text-decoration: none;
	font-size: 1.0em; 
}
.linkWeiss:link, .linkWeiss:visited  {
	color: #FFF;
	font-weight:normal;
	text-decoration: underline;
	font-size: 1.0em; 	
}
.linkWeiss:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 1.0em; 
}


hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #808080;font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif;}
h1  	{font-size:1.3em;}
h2  	{font-size:1.1em;}
h3  	{font-size:1.0em;}


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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapper {
  /* Für moderne Browser */
  min-height:100%;
  /* Für den Internet Explorer 6 */
  height:auto !important;
  height:100%;
	/*sonstige Angaben*/
	width: 100%;
	margin: 0;
	padding: 0;
	position:relative;
	/*keine Backgroundfarbe!!*/
}


/*kleiner Pfeil im Layout oben links*/
.logo_pfeil {
	width:73px;
	height:86px;
	background:url(images/pfeil.gif) no-repeat 0 0;
	background-color:#FFFFFF;
	float:left;
}
.logo_ehrengruber {
	margin-left:73px;
	width:auto;
	height:38px;
	background:url(images/logo_oben.gif) no-repeat 0 0;
}

/*   http://www.barelyfitz.com/screencast/html-training/css/positioning/
If we set relative positioning on div-1, any elements within div-1 will be positioned relative to div-1. 
Then if we set absolute positioning on div-1a, we can move it to the top right of div-1:
*/
#banner {
	position:relative;
	width:auto;
	margin-left:90px;
	padding-left: 20px;
	text-align: right;
	padding-right:30px;
	font-size:.75em;
	height:48px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
/* Remove List Formattings  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

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

#navContainer {
  position:absolute;
  top:30px;
  left:50px;
	width: auto; 
	display:block;
}

#nav {
	height: 1.68em;
	padding:0;
	position:relative;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 120%; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
/*durch das setzen der width im li springt die navi der ersten ebene nicht mehr bei fetten mouseover*/
#nav ul li {float: left; width:85px; color: #fff; text-align: left; font-weight: normal; margin-right:75px;}
#nav ul li a {display: block;  padding: 0px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {  color: #fff; font-weight: bold;}
#nav li a:active, #nav ul li a.active {  color: #fff; font-weight: bold; }

/* Current page Customisations*/
#nav li.menu-current a		{background: #464B96; color: #fff; }
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */

#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none;  font-size: 100%;}
#nav .menu li ul li {position:relative; top:-1px; width: 11.3em; text-align: left; font-weight: normal; margin:0; padding: 0; line-height: 1.2em; border-left: 1px solid #000; border-top: 0;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; font-weight:normal; background: #464B96; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #7074BC; 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: #464B96; color: #fff; }

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

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

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




/**
*      CONTENT und Footer
*/


#content { /* main content from the WYSIWYG goes in here */
	
	margin:10px auto 0 auto;
	padding: 4px 100px 14px 110px;
	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 */

/*?? bei 100% wird die Querbildlaufleiste aktiviert??*/
#footer { 
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	color: #666;
	border-bottom: 2px solid #E10A7D;
	padding: 10px 5px 10px 5px;
	background: #464B96;
	margin:0;
	position:absolute;
	bottom: 0;
	width: 99%;
}
#message_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;}

/**
*      Ende CONTENT und Footer
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)

Inneres div fällt aus dem äußeren heraus
http://www.informatik-forum.at/archive/index.php/t-52763.html
Kurzfassung: das Float-Div muss ge-cleared werden. Beispiel:
http://www.positioniseverything.net/easyclearing.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  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;}

