/*-----GLOBALS-----------------------------------------------*/

body {
	background: #fff url(img/bg_menu.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	color: #999999;
	font-size: 12px;
	
}

* {	outline: none;}

p {margin:0 0 5px 0;}

/*-----NAVIGATION STYLES-------------------------------------*/

a img {	border: 0;}

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 25px;
}

#header li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 4px 10px 8px;
	text-decoration: none;
}

#header li a:link, 	#header li a:visited {
color: #ffffff;
}
	
#header li a:hover {
color: #dddddd;
}	
#header li a.on{
background-color: #ffffff;
color: #000000;
}
#footer a{
font-size: 10px;
color: #cccccc;
text-decoration:none;
}
a {
	text-decoration:none;
	font-family: Arial,sans-serif; 
	color: #999999;
	font-size: 13px;             
}

#left a:link, #left a:visited{
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	line-height:30px;
}
#left a:hover{
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	line-height:30px;
	color:#ee5008;
}

.adress a { color: #333333; font-size:11px;text-decoration:underline;}

/*-----TEXT BEHAVIOUR----------------------------------------*/
h1{font-size: 14px;font-weight:bold;}
h2{font-size: 12px;font-weight:bold; margin:0; padding:0;}

.orange{color:#ee5008;}
.grey{color:#999999;}
.black{color:#666666;}

/*-----THE DIVS------------------------*/
#container {
margin:0 auto 0 auto;
padding:0 5px 0 5px;
width: 950px;
}

#header {
height: 150px;
margin:0 0 15px 0;
position: relative;
width: 100%;
}


#main{
width:940px;
min-height:auto;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
padding: 0 0 30px 0;
}

#top{
height: 10px;
margin:0 0 30px 0;
width: 940px;
}


#left{
	position: relative;
	float:left;
	height: 300px;
	margin:0 0 15px 0;
	width: 250px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#right{
position: relative;
float:right;
margin:0 0 15px 0;
padding:0;
width: 665px;
}

#footer {
border-top-width: 4px;
border-top-style: solid;
border-top-color: #efeeee;
clear: both;
height: 50px;
padding:10px 0 30px 0;
width: 940px;
}
#footerleft {
position: relative;
float:left;
height: 40px;
width: 470px;
color: #cccccc;
font-size: 10px;
}
#footerright {
position: relative;
float:left;
height: 40px;
width: 470px;
text-align: right;
color: #cccccc;
font-size: 10px;
}
.clear {
clear: both;
height: 1px;
width: 100%;
}


