/*
------------------------------------------------------------------------
Theme Name:[projectname]
Author:[authorname]
Author Company URI:http://www.globalwsolutions.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


h1{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2{
	font-size: 20px;
	font-weight: normal;
}

h3{
	font-size: 18px;
	font-weight: normal;
}

h4{
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

p{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
}

body.Lennen{
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #001844;
}

#container{
	width: 976px;
	margin: 0 auto;
	padding: 0;
	border-top: 8px solid #ffbc0f;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}


#header{
	height: 176px;
	background: url(images/bg_header.jpg) no-repeat top left;
}

#h_logo{
	float: left;
	width: 380px;
	margin-left: 16px;
}


#h_info{
	float: right;
	width: 220px;
	margin-right: 97px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#h_info a{
	color: #FFFFFF;
	text-decoration: none;
}

#h_info a:hover{
	color: #FF9900;
	text-decoration: underline;
}


#h_menu{
	height: 39px;
	line-height: 39px;
	background: url(images/bg_menu.jpg) repeat-x top left;
}


#content{
	background: #ffffff url(images/bg_gradient.jpg) repeat-x top left;	
	padding-left: 16px;
	padding-right: 16px;
}


.top_content{
	height: 299px;
	background: url(images/bg_topcontent.png) no-repeat top right;
	margin-bottom: 23px;
}



.t_c_left{
	width: 620px;
	float: left;
	height: 299px;

}

.t_c_right{
	float: right;
	width: 320px;
	height: 299px;
	text-align: center;
}

.top_content_sub{	
	margin-bottom: 23px;
}


.b_c_left{
	width: 303px;
	float: left;
}

.b_c_right{
	width: 601px;
	float: right;
}


#footer{
	text-align: center;
	padding-top: 16px;
	padding-bottom: 21px;
	border-top: 2px solid #012f6e;

	background: url(images/bg_footer.jpg) repeat-x bottom left;
	font-size: 12px;
	color: #000000;
}

a.foot{
	color: #000000;
	text-decoration: none;
}

a.foot:hover{
	color: #000000;
	text-decoration: underline;
}











/* DNN MENU */

.MenuContainerClassX{
	width: 976px;
	
}

.MenuItemClassX{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.MenuItemSelectedClassX{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
		
		
.MenuBreakClassX{
}		
								
.MenuIconClassX{
	display: none;
	width: 0px;
}

.MenuArrowClassX{
	display: none;
	width: 0px;
}
												                
.SubMenuClassX{
	color: #001844;
	background-color: #f1f0e8;
	width: auto;
	text-align: left;
	padding: 2px;	
}


*html .SubMenuClassX{
	margin-top: 3px;
}

*+html .SubMenuClassX{
	margin-top: 3px;
}


.SubMenuActiveX{
width: auto;
	color: #ffffff;
	background-color: #001844;
	text-align: left;
	padding: 2px;
}
.SubMenuOverX{
	text-align: left;
width: auto;
	color: #ffffff;
	background-color: #001844;
	padding: 2px;
}
								
.rootMenuItemClassX{
	color: #ffffff;
	line-height: 39px;
}
.rootMenuItemActiveX{
	color: #ffffff;
	line-height: 39px;
}
.rootMenuItemSelectedX{
	color: #ffffff;
		line-height: 39px;
}



.SubMenuClassX TD{
	text-align: left;
	
	height: 25px;
}
.SubMenuActiveX TD{
	text-align: left;
	height: 25px;
}
.SubMenuOverX TD{
text-align: left;
	height: 25px;
}
								
.rootMenuItemClassX TD{ 	
	height: 39px;

	text-align: center;
}
.rootMenuItemActiveX TD{	
	height: 39px;

	text-align: center;
	
}
.rootMenuItemSelectedX TD{	
	height: 39px;

	text-align: center;
}

.ClassSeparator{
	color: #FFFFFF;
	
}


/* END OF DNN MENU */