body { 
	font-family: Tahoma;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/* News Block - rechts oben
~~~~~~~~~~~~~~~~~~~~  */
#content3 h1 {
			color:#FFFFFF; 
			border-bottom: 0px dashed #FFFFFF; 
			font-family: Tahoma;
			font-size: 1em;
			margin: 0px;
}

#content3 h2 {
			color:#FFFFFF; 
			border-bottom: 0px dashed #FFFFFF; 
			font-family: Tahoma;
			font-size: 0.8em;
			margin: 0px;
}

#content3 p {
			color:#FFFFFF; 
			border-bottom: 0px dashed #FFFFFF; 
			font-family: Tahoma;
			font-size: 0.7em;
}

#content3 a:link, #content3 a:visited, #content3 a:active {
			color:#FFFFFF; 
			border-bottom: 0px dashed #FFFFFF; 
			font-family: Tahoma;
			font-size: 1em;
			text-decoration: none;
}

#content3 a:hover {
			color:#d95125; 
			border-bottom: 0px dashed #FFFFFF; 
			font-family: Tahoma;
			font-size: 1em;
			text-decoration: none;
			
}

#news_block {background-image:url(news_block.jpg);
			 background-repeat:no-repeat;
			 width:230px;
			 height:250px;
}


/* Pfadleiste
~~~~~~~~~~~~~~~~~~~~  */
#pfadleiste {
			color:#000000; 
			font-family: Tahoma;
			font-size: 0.6em;
			margin: 0px;
			text-decoration: none;
}

#pfadleiste a:link, #pfadleiste a:visited, #pfadleiste a:active {
			color:#000000; 
			font-family: Tahoma;
			font-size: 1em;
			margin: 0px;
			text-decoration: none;
}

#pfadleiste a:hover {
			color:#d95125; 
			font-family: Tahoma;
			font-size: 1em;
			margin: 0px;
			text-decoration: none;
}


/* Untermenü
~~~~~~~~~~~~~~~~~~~~  */
#sub_menu a:link, #sub_menu a:visited, #sub_menu a:active, #sub_menu li {
			color:#353535;
			font-family: Tahoma;
			font-size: 0.8em;
	 	 	display: block;
			text-decoration: none;
			margin: 0px 0px 0px 0px; 
			padding: 0px 13px 0px 13px;
			line-height: 25px;
			
}

#sub_menu a:hover {
			color:#d95125;
			font-family: Tahoma;
			font-size: 0.8em;
	 	 	display: block;
			text-decoration: none;
			margin: 0px 0px 0px 0px; 
			padding: 0px 13px 0px 13px;
			line-height: 25px;
			
}

#sub_menu  {background-image: url(sub_menu_background.jpg);
			background-repeat: repeat-y; 
			background-position: 100%
			width: 171px;
			
}


/* Inhaltsbereich
~~~~~~~~~~~~~~~~~~~~  */
#content1 h1 {
			color:#000000; 
			border-bottom: 0px dashed #000000; 
			font-family: Tahoma;
			font-size: 1em;
			margin: 0px;
}

#content1 h2 {
			color:#000000; 
			border-bottom: 0px dashed #000000; 
			font-family: Tahoma;
			font-size: 0.8em;
			margin: 0px;
}

#content1 p {
			color:#000000; 
			border-bottom: 0px dashed #000000; 
			font-family: Tahoma;
			font-size: 0.8em;
}

#content1 a:link, #content1 a:visited, #content1 a:active {
			color:#000000; 
			border-bottom: 0px dashed #000000; 
			font-family: Tahoma;
			font-size: 1em;
			text-decoration: none;
}

#content1 a:hover {
			color:#d95125; 
			border-bottom: 0px dashed #000000; 
			font-family: Tahoma;
			font-size: 1em;
			text-decoration: none;
			
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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;border-right: #000;}


/* 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:#1a1a1a;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 24px;
	background: #1a1a1a;
	border-top: 1;
	border-bottom: #000;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 0.8em; 
	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: #1a1a1a; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #1a1a1a; padding: 3px 7px; border-right: 1px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #4b4c4d; border-color: #000; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #4b4c4d; border-color: #000; color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #4b4c4d; color: #fff; border-color: #000;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 1; font-size: 0.9em;}
#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: .2em .1em .2em .6em; background: #393939; color: #fff; border: 1;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border-color: #000; 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: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

