html,body{
	margin:0;
	padding:0;
	background-color: #333333;
	font-weight:normal;
}
body{
	font-family: arial,sans-serif;
	font-size: 12px;
	text-align:center;
}
p{
	margin:0 10px 10px;
}
a {
	text-decoration:  none;
	font-weight: normal;
	border: none;
	color: #000000;
}

a:hover {
	text-decoration:  underline;
	color: #000000;
}
div#header{
	height:190px;
	line-height:80px;
	margin:0;
	
	background: #EEE;
}
div#adres{
	margin: 0;
	padding-top: 7px;
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	height: 23px;
	color: #FFFFFF;
	width: 1000px;
}
div#container{
	text-align:left;
	background-color: rgb(255, 255, 255);
}
div#content p{
	line-height:1.4;
}
div#navigation{
	background:#FFFFFF;
}
div#extra{
	background:#FF8539;
}
div#footer{
	background: #333;
	color: #FFF;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	background-color: #666666;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 30px;
	height: 20px;
	text-align: center;
}

div#container{
	width:1000px;
	margin:0 auto;
}
div#content{
	float:right;
	width:800px;
	min-height: 520px; 
	padding-bottom: 10px;
	background-image: url("/images/background.jpg");
	background-repeat: no-repeat; 
	background-color: rgb(255, 255, 255); 
	z-index: 1;
}
div#navigation{
	float:left;
	width:200px;
}
div#footer{
	clear:both;
	width:100%;
}

h1 {
	font-size: 16px;
	font-weight:bold;
}
h2 {
	font-size: 16px;
	font-weight:normal;
}
.Menu {
	position: absolute;
	padding: 0;
	margin-top: -18px; 
	margin-left: 163px; 
	padding-left: 5px;
	width: 202px; 
	list-style: none; 
	display: none; 
	z-index: 3;
}
.subMenu {
	position: absolute;
	padding: 0;
	margin-top: -18px; 
	margin-left: 163px; 
	padding-left: 5px;
	width: 202px; 
	list-style: none; 
	display: none; 
	z-index: 3;
}
.menuItem {
	margin-left: -3px;
	height: 20px; 
	width: 200px; 
	color: white;
	z-index: 3; 
	list-style: none; 
	background: #F35E26; 
}
.menuLItem {
	margin-left: -3px;
	height: 20px; 
	width: 200px; 
	color: white;
	z-index: 3; 
	list-style: none; 
	background: #F35E26; 
}
.navItem {
	background: #FFF;
	padding-left: 5px;
	height: 20px; 
	width: 170px;
	list-style: none;
}
#nav {
	width: 175px; 
	padding: 0; 
	padding-left: 5px;
	list-style: none;
}
