/* basic font */ 

html, body {
	background-color:  #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color:#ffffff;
	margin: 0 auto;
	height: 100%;
}

img{
	border:0px;
}

h1{
	font-size: 17px;
	font-weight: bold;
	color:#ffffff;
	background-image: url('img/h1-not.jpg');
	background-repeat:no-repeat;
	width:520px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	margin-left:-5px;
	
}

h2{
	font-size: 15px;
	font-weight: bold;
}

a:link ,a:active, a:visited {
	color: rgb(34,135,34);
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: rgb(86,170,82);
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
	
/* layout */	
	
#container{
	text-align:center;
	margin:0px;
	padding:0px;
	width:1024px;
	background-color:rgb(230,231,226);
}
	
#logo{
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(img/logo_notbeleuchtung.jpg);
	width:316px;
	height:118px;
	background-repeat:no-repeat;

}

#header{
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(img/header_notbeleuchtung.jpg);
	width:708px;
	height:118px;
	background-repeat:no-repeat;

}

#top{
	clear:both;
	margin:0px;
	padding:0px;
	width:1024px;
}

#left_menu{
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(img/left_menu.jpg);
	width:538px;
	height:113px;
	background-repeat:no-repeat;
}
#left_menu a:link,#left_menu a:active,#left_menu a:visited{
	font-size:11px;
	color:#000000;
	text-decoration: none;
}
#left_menu a:hover{
	color:rgb(86,170,82);
}

#right_menu a:link,#right_menu a:active,#right_menu a:visited,#right_menu a:hover{
	font-size:10px;
	color:#000000;
	text-decoration: none;
}
#right_menu a:hover{
	color:rgb(86,170,82);
}

#right_menu{
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(img/right_menu.jpg);
	width:486px;
	height:113px;
	background-repeat:no-repeat;
}

#main{
	clear:both;
	margin:0px;
	padding:0px;
	width:1024px;
	background-color:rgb(86,170,82);
}

#left{
	float:left;
	margin:0px;
	padding:0px;
	background-color:rgb(86,170,82);
	width:324px;
	height:100%;
}

#content{
	text-align:left;
	float:left;
	margin:0px;
	padding-left:20px;
	padding-top:10px;
	background-color:rgb(230,231,226);
	color:#000000;
	width:680px;
}

#main a:visited{
color:#bbb;
}

.contentpad{	
padding-right:120px;
}

#agb{
margin:5px;
font-size:12px;
color:#fff;
}

#agb a{
color:#fff;
text-decoration:none;
font-weight:normal;
}

#agb a:hover{
color:#fff;
text-decoration:underline;
}

#footer{
margin:5px;
font-size:10px;
}

#footer a{
font-weight:normal;
color:#555;
}
/*
#footer a,#footer a:link, #footer a:active,#footer a:focus{
	color:#999;
	font-weight: normal;
	
}
#footer a:hover{
	color:#ccc;
	font-weight: normal;
}
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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:1px solid #000;*/}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

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

#nav {
	height: 1.68em;
	/*background: #666;*/
	border-top: 0;
	/*border-bottom: 1px solid #000;*/
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
	/*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: #666; */
padding: 1px 5px; padding-bottom: 2px;  
/*border-left: 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,  #nav ul li a:link {
text-decoration: none;
/*background: #d1d2d4; */
/*border-color: #fff; color: #4b4c4d;*/
}
#nav li a:active, #nav ul li a.active {border-color: #fff; color: #4b4c4d; text-decoration: none;}

/* Current page Customisations*/
#nav li.menu-current a		{/*background: #000; color: #fff; border-bottom: 1px solid #000;*/}
#nav li.menu-current a		{/*font-weight: bold*/} 
#nav li.menu-last a		{border-right: 0px solid #fff;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 189px; margin: 0; display: none; text-transform: none; border: 1px solid #777; border-top: 0;}
#nav .menu li ul li {width: 150px; text-align: left; padding-left:0px; font-weight: normal; margin: 0;
background-image:url(img/arrow.jpg);
background-repeat:no-repeat;
 }
#nav .menu li ul a,#nav .menu li ul a:visited  {
width: 150px; padding: 4px 4px 3px 35px; background: rgb(86,170,82); color: #fff; border: 0; text-decoration: none; font-size: 10px;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
background-image:url(img/arrow.jpg);
background-repeat:no-repeat;
color: #4b4c4d; border: 0; color:#fff; text-decoration:underline;}

/* 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{ width:139px;}
#nav .menu li ul li ul li a 	{ width: 100px; padding: 4px 4px 3px 35px; background: rgb(86,170,82); color: #fff; }

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

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




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





