/* Padding & Margin FIX */
*{
	margin:0;
	padding:0;
}

body{
	background:#61656E url(img/body_bg.png) repeat-x scroll 10% 0;
	color:#363A45;
	font-family:Arial;
	font-size:12px;
	margin:0 auto;
	padding:0;
}

a, a:active, a:visited{
	color:#0C3455;
	text-decoration:none;	
	font-weight:bold;
}
a:hover{
	color:#B6C2CC;
}

/* Main DIV's */
#wrap{
	margin-left:auto;
	margin-right:auto;	
	width:800px;
	height:100%;
}

#header{
	width:800px;
	height:187px;
	background:transparent url(img/header.png) no-repeat top left;
	font-size:11px;
	margin-left:-1px;
}

#main{
	background:#E7E7EA url(img/main_bg.png) repeat-x top left;
	min-height:443px;
	margin-left:-1px;
	width:784px;
	padding: 0 8px 0 8px;
}

#content {
	float:left;
	overflow:hidden;
	width:497px;
	/*height:100%;*/
	padding:25px 0 0 0;
}

#blocks {
	float:left;
	padding:25px 0 0 5px;}

#info_block{
	background:transparent url(img/right_block_bg.png) no-repeat top left;
	padding:30px 9px 10px 9px;
	width:260px;
	height:144px;
	font-size:11px;
}

#address_block{
	background:transparent url(img/right_block_bg.png) no-repeat top left;
	padding:20px 6px 10px 6px;
	width:266px;
	height:144px;
	font-size:10px;
}

#footer{
	clear:both;
	background:transparent url(img/footer_bg.png) repeat-x top left;
	width:800px;
	height:23px;
	margin-left:-1px;
	line-height:23px;
	text-align:center;
	color:#B6C2CC;
	font-size:10px;
}

/* Contents */
#content h1{
	background:transparent url(img/content_head.png) no-repeat scroll top left;
	width:497px;
	height:24px;
	line-height:24px;
	padding:0 0 0 15px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:12px;
}

#c_body{
	background:transparent url(img/content_body.png) repeat-y scroll top left;
	width:467px;
	padding:5px 15px 0 15px;
	min-height:360px;
}
.c_foot{
	background:transparent url(img/content_foot.png) no-repeat scroll top left;
	width:497px;
	height:13px;
	margin:0 0 15px 0;
}


/* DROP-DOWN MENU ELEMENTS */
#dropdown-demo{
	width:800px;
	height:27px;
	background:transparent url(img/menu_bg.png) repeat-x;
}

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:0 none;
	font-size:11px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	width:800px;
	height:27px;
	background:transparent url(img/menu_bg.png) repeat-x;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:0px;
	width:116px;
	height:27px;
	line-height:27px;
	cursor:pointer;
	text-align:center;
	text-transform:uppercase;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown ul li a{
	background:transparent url(img/menu_default_bg.png) no-repeat;
	text-decoration:none;
	color:white;
	width:100%;
	font-weight:normal;
}

.dropdown ul li a:hover{
	background:transparent url(img/menu_selected_bg.png) repeat-x;
	color:#042039;
}

.dropdown ul li.menu_parent a:hover{
	background:transparent url(img/menu_una2.png) no-repeat;
	text-decoration:none;
	color:#042039;
}

.dropdown ul li.menu_parent a{
	background:transparent url(img/menu_selected_bg.png) no-repeat;
	text-decoration:none;
	color:white;
}

.dropdown ul li a.menu_current{
	background:transparent url(img/menu_selected_bg.png) repeat-x;
	text-decoration:none;
	color:white;
	width:100%;
}
.dropdown ul li a.menu_current:hover{
	background:transparent url(img/menu_una.png) repeat-x;
	text-decoration:none;
	color:#042039;
	width:100%;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-left:0px;
	width:116px;
}
/* IE Background-Error */
.dropdown ul li.submenu:hover{
	background:transparent url(img/menu_selected_bg.png) repeat-x;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	padding-left:0px;
	width:116px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	padding:0;
	width:116px;
}

.dropdown ul li.submenu ul{
	background-image:none;
	width:116px;
}

.dropdown li.submenu ul li{
	width:116px;	
	height:22px;
	line-height:22px;
	text-align:left;
}
.dropdown li.submenu ul li a{
	display:block;
	width:116px;
	font-size:10px;
	letter-spacing:-1px;
	background:transparent url(img/menu_ul-ul_bg.png) repeat-y;
	color:#BFC9D2;
	padding: 0 0 0 5px;
}
.dropdown li.menu_parent ul li a:hover{
	background:transparent url(img/menu_ul-ul_bg.png) repeat-y;
}

.dropdown li.submenu ul li a:hover{
	color:#ffffff;
}

.dropdown li.submenu ul li a.menu_current {
	font-weight:bold;
	color:white;
	background: transparent url(img/menu_ul-ul_bg.png) repeat-y;
}
.dropdown li.submenu ul li a.menu_current:hover {
	color:#BFC9D2;
}

#info_block p.add_headline{
	margin-top:-23px;	
	margin-left:8px;
	font-weight:bold;
}

.add_headline{
	text-transform:uppercase;
	margin:10px 0 5px 5px;
	font-size:11px;
	color:#062E51;
}

.headliner{
	color:#ffffff;
	padding:83px 0 0 27px;	
	text-align:justify;
	width:290px;
}


/*h1{
	font-size:14px;
	color:#062E51;
	text-transform:uppercase;
	margin:5px 0 5px 0;	
}*/


#footer a, #footer a:active, #footer a:visited{
	color:#B6C2CC;
	text-decoration:none;	
	font-weight:bold;
}
#footer a:hover{
	color:white;
}


.lido {
	list-style-image:url(img/pdf.gif);
	list-style-position:inside !important;
	list-style-type:none;
}

.lido li {
	border-bottom:1px solid #898989;
	font-size:11px;
	height:20px;
	line-height:20px;
	width:230px;
	margin-left:6px;
	margin-top:2px;
	padding-left:2px;
}

.lido li a:hover {
	color:black;
	text-decoration:none;
}
.lido a, .lido a:visited, .lido a:active{
	color:#898989;
	text-decoration:none;
}

#content ul {
	margin-left:15px;
}

#content a img{
	border:0 none;
}
