body {
     font-family: Arial, sans-serif, Helvetica, Verdana,;
     background: #E8E8E8 url(img/bg.jpg)repeat-x;

     color: #333333;
     font-size: 11px;
}

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

.normalertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.weiss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}


.footer {
background:#f0f0f0 url(img/btn_bg2.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
}

.normalertext_tabelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 26px;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.quelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}

.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0019;
}

.ueberschriftrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}
.fuss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #777777;
}
.navitext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #464646;	
}

.ueberschrift2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;	
}

#logo {
  position: relative;
  left: 19%;
  top: 0px;
  z-index: 1;
}

#smart-banner {
	position: relative;
	left: 0px;
	top: 0px;
	height: 220px;
	z-index:1;
	width: 900px;

}
/*

#navigation1 {
	position: relative;
	float: left;
	left: -1px;
	top: 0px;
	z-index:20;
	clip: rect(20 20 20 20);
	visibility: visible;

}



#navigation1 li {
float:left;
list-style:none;
margin-top:0px;
padding:0;
}

#navigation1 a {
background:#f0f0f0 url(img/btn_bg.png) top left repeat-x;
border-right:1px solid #b0b0b0;
border-bottom: 5px solid #cc0000;
border-top: 1px solid #cc0000;
color:#000000;
display:block;
font-size:0.7em;
padding:13px 12px 12px 17px;
text-transform:uppercase;
}

#navigation1 a:hover {
background:#f0f0f0 url(img/btn_bg_on.png) top left repeat-x;
color:#000000;
text-decoration:underline;
}

#navigation1 a.current {
background:#f0f0f0 url(img/btn_bg_on.png) top left repeat-x;
color:#000000;
text-decoration:none;
}
*/

#news {
background-color: #ffffff;
 float: right;
 width: 160px;
 color:#000000;
 	border-left: 1px solid #000000;
 border-bottom: 1px solid #000000;
 	text-align: right;
	border-right: 1px solid #000000;
	position:relative; right:124px; top:150px;
}

.stecker {
background:#ffffff url(img/stecker.gif) no-repeat;

}

.fussz {
background:url(img/btn_bg2.jpg) repeat-x;

}


#fusszeile {
 width: 900px;
 clear: both;
 padding: .5em;
 color: #333;
 background-color: #000000;
 border-top: 1px solid gray;
}

.rahmen {
	border: 1px solid #666666;
	width: 200px;
	float: center 
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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;/*margin:10px;*/


}

/* 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:#f0f0f0 url(img/btn_bg.png) top left repeat-x;}
#header_menu li {line-height: 40px;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 45px;
background:#f0f0f0 url(img/btn_bg.png) top left repeat-x;
	padding:0px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	font-weight: bold;

}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
	background-color: #00FF66;
	
}
#nav ul li {float: left; color: #333332; text-align: center; font-weight: normal; }
#nav ul li a {display: block; padding: 5px 15px; padding-bottom: 0px; border-right: 2px solid #cc0000; color: #333332; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background:#f0f0f0 url(img/btn_bg_on.png) top left repeat-x; color: #333332; }
#nav li a:active, #nav ul li a.active {background: #C6A175; color: #333332;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #ffffff; color: #cc0000; }
#nav li.menu-current a		{font-weight: normal;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0px; display: none; text-transform: none; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff;border-left: 1px solid #ffffff;  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 {filter: alpha(opacity=100); opacity: 1.0; width: 11.5em; padding: .6em .1em .6em .4em; background: #cc0000;  border-right: 1px solid #ffffff;  border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; color: #fff;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {filter: alpha(opacity=100); opacity: 1.0; border-right: 1px solid #cc0000; border-left: 1px solid #cc0000; background: #ffffff; color:#cc0000; }

/* 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: #333333; color: #fff; }

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

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




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

