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

body{
	background:#8FC9E6 url(img/body_bg2.png) repeat-x scroll 10% 0;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	margin:0 auto;
	padding:0;
}

a, a:visited, a:active{
	color:#2B94C6;
	text-decoration:none;
}
a:hover{
	color:#093550;
	text-decoration:underline;
}

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

#header{
/* margin was 73*/
	margin:33px 0 0 0;
	width:823px;
	height:222px;
	font-size:11px;
}

#h_img{
	float:left;
	width:390px;
	height:222px;
}

#h_logo{
	float:left;
	background:transparent url(img/h_logo.png) no-repeat scroll;
	width:433px;
	height:222px;
}

#c_topline{
	background:transparent url(img/header_bottom_line.png) no-repeat;
	background-position:top left;
	height:4px;
	width:823px;
}

#main{
	background:transparent url(img/content_bg.png) repeat-y;
	background-position:top left;
	width:823px;
	min-height:370px;
	height:100%;	
	padding:0 0 0 6px;
}

#content{
	float:left;
	padding:0 20px 10px 20px;
	background:transparent url(img/content_gradient.png) repeat-x;
	background-position:top left;
	width:493px;
	min-height:67px;
}

#content2{
	padding:0 20px 10px 20px;
	background:transparent url(img/content_gradient.png) repeat-x;
	background-position:top left;
	width:772px;
	min-height:67px;
}

#pusemuckel{
	float:left;
	width:242px;
	height:229px;
	padding:10px 18px 118px 19px;
	background:transparent url(img/news_bg.png) no-repeat top right;
	overflow:hidden;
}

#f_topline{
	background:transparent url(img/footer_top_line.png) no-repeat;
	background-position:top left;
	height:4px;
	width:823px;
}

#footer{
	width:814px;
	height:40px;	
	background:transparent url(img/footer_bg.png) repeat-x;
	background-position:top left;
	margin:0 0 0 5px;
	padding:15px 0 0 0;
	text-align:center;
	color:#0D5F91;
	font-family:Verdana;
	font-size:10px;
}


/* Inner #content definitions*/

#content h1, #content2 h1 {
	margin:0 0 0 -52px;
	padding:44px 0 0 54px;
	background:transparent url(img/h1.png) no-repeat;
	background-position:bottom left;
	height:48px;
	color:#2B94C6;
	font-family:Verdana;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	vertical-align:bottom;
}
#content h1 p, #content2 h1 p{
	color:#2A2F82;	
	font-size:14px;
	padding:0;
}

#content h2, #content h3, #content h4, #content h5, #content h6{
	color:#2B94C6;
}

#content2 h2, #content2 h3, #content2 h4, #content2 h5, #content2 h6{
	color:#2B94C6;
}

#content h2, #content2 h2{
	font-size:18px;
}

#content img, #content2 img {
	border:0 none;
}

#content p, #content img, #content div, #content table {
	padding:2px;
	text-align:justify;
}

#content2 p, #content2 img, #content2 div, #content2 table {
	padding:2px;
	text-align:justify;
}

#content ul, #content2 ul{
	list-style-position:inside;
	margin-left:3px;
}
#content hr, #content2 hr{
	background-color: #D1D1D1;
	border: 0 none;
}

/* inner Pusemuckel definitions */
.ahline{
	color:#2D3284;
	font-weight:bold;
	font-family:Verdana;
	text-transform:uppercase;
}

.news_con{
	margin:5px 0 0 0;
	background:transparent url(img/news_cont.png) repeat-y;
	padding:13px;
	color:#3E3E3E;
	text-align:justify;
	font-size:11px;
	line-height:13px;
	overflow:hidden;
}

.news_con a{
	color:#0D5F91 !important;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
	font-weight:bold;
}

.news_con a:hover {
	text-decoration:underline;
}

/* NEWS-MODUL styles */

a.more {
	color:#0D5F91 !important;
	font-size:11px;
	letter-spacing:1px;
	text-decoration:none;
	font-weight:bold;
}
a.more:hover {
	text-decoration:underline;
}

.post_short a{
	float:right;
}



















/* DROP-DOWN MENU ELEMENTS */
#dropdown-demo{
	margin-top:175px;	
	margin-left:4px;
}

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

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:10px solid transparent;
	list-style:none;
	background-color:transparent;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0 5px 0 0;
	padding:0px;
	width:97px;
	height:34px;
	line-height:34px;
	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_una.png) repeat-x;
	text-decoration:none;
	color:#2991C2;
	width:100%;
}

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

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

.dropdown ul li.menu_parent a{
	background:transparent url(img/menu_selected_bg2.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:#2991C2;
	width:100%;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-left:0px;
	width:102px;
}
/* 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:102px;
}

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

.dropdown li.submenu ul li{
	width:128px;	
	height:19px;
	line-height:19px;
	text-align:left;
	border-bottom:1px solid transparent;
}
.dropdown li.submenu ul li a{
	background-image:none;
	background-color:#67B6DD;
	color:white;
	padding: 0 0 0 5px;
}
.dropdown li.menu_parent ul li a:hover{
	background-image:none;
	background-color:#67B6DD;
}

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

.dropdown li.submenu ul li a.menu_current {
	font-weight:bold;	
}
.dropdown li.submenu ul li a.menu_current:hover {
	background-image:none;
	background-color:#67B6DD;
}