/*
------------------------------------------------------
File: 'Designer: Pro' navbar.css Style Sheet
Created: 04 Aug, 2005
Last Modified: 04 Aug, 2005
Author: Joern Luetgen, JL JOERN LUETGEN communication
www.joernluetgen.com
Email: joern@joernluetgen.com
�2005 Joern Luetgen / JL JOERN LUETGEN communication
Germany All Rights Reserved
------------------------------------------------------
*/






/* BODY AND GENERAL ELEMENT CSS STYLES */






body{
  margin: 0px;
  padding: 0px;
  font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  background: #000; 
}

a:link, a:visited{
  color: #666633;
  background: none;
  font-weight: bold;
  font-size: 10px;
	text-decoration: none;


}

a:hover, a:active{
  background: none;
  color: #ad531d;
  text-decoration: underline;

}






/* SITE WRAPPER */






#wrapper{
	position: relative;
	width: 1000px;
	margin: 10px auto 15px;
	text-align: left;
	background: url(images/wrapper.png) repeat-y;
}






/* SITE HEADER */

#header_hg{
	position: relative;
	height: 99px;
	z-index: 1;
	background: url(images/head_hg.gif);
	width: 1000px;
	margin-right: inherit;
	margin-left: 0;
}

#header{
	position: relative;
	height: 99px;
	z-index: 2;
	background: repeat-y;
	width: 1000px;
	margin-right: inherit;
	margin-top: 20px;
	padding-left: 7px;
}

#header h1{
	margin: 0px 0px 0px 15px;
	font-size: 33px;
	z-index: 4;
	color: white;
}

#header h2{
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	font-weight: normal;
	color: #c9ccdb;
	z-index: 5;
}

/* SIDEBAR */

#sidebar{
	float: right;
	width: 120px;
	background-color: #000;
	margin-right: 10px;
}

#sidebar ul{
	margin: 5px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#sidebar li a{
	color: #666633;
	list-style: square;
}

#sidebar li.header{
	padding: 4px 10px;
	color: black;
	font-weight: bold;
}






/* CONTENT */






#contentarea{
	float: left;
	text-align: left;
	width: 700px;
	line-height: 1.3em;
	padding: 0px 20px 15px 20px;
	margin-left: 50px;
}






/* FOOTER */



#footer{
	margin: 0px;
	padding: 15px 25px;
	clear: both;
	text-align: center;
	color: white;
}

#footer a{
	color: #ad531d;
}

#footer ul{
margin: 0px;
padding: 0px;
list-style: none;
width: 100%;
text-align: center;
	color: #ad531d;
}

#footer li{
  display: none;
	color: #ad531d;
}


