/*-----GLOBALS-----------------------------------------------*/

body {
	background: #fff url(../img/bg_main.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	color: #999999;
	font-size: 12px;
	
}

* {	outline: none;}



/*-----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: #f57900;
	font-size: 13px;
	               
}

.adress a { color: #333333; font-size:11px;text-decoration:underline;}

/*-----TEXT BEHAVIOUR----------------------------------------*/
h1{font-size: 12px;font-weight:bold;}

.orange{color:#ee5008;}
.grey{color:#999999;}

/*-----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: 300px;
margin:0 0 30px 0;
width: 940px;
}


#bottom-left{
position: relative;
float:left;
height: 200px;
margin:0 0 15px 0;
padding-right:20px;
width: 469px;
text-align: center;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #CCCCCC;
}

#bottom-right{
position: relative;
float:right;

margin:0 0 15px 0;
padding:0;
width: 430px;

}

#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%;
}

