body {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	color: 					#7c7c7c;
	font-weight: 			normal;
	text-decoration: 		none;
}


#content #contentContainer td {
	text-align:				left; 
}

a , a:visited, a:active{
	color: #bf2e33;
	cursor:pointer;
}


a:hover {
	text-decoration: underline;
} 


h1, .kop
{
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				22px;
	color:					#3e5080;
	font-weight:			bold;
	padding:				0px;
	margin:					0px;
}

h2, .subkop
{
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				18px;
	color:					#bf2e33;
	font-weight:			bold;
	padding:				0px;
	margin:					0px;
}




/* LOGO */

#header {
	display:				block;
	height:					109px;
	text-align:				left; 
	vertical-align:			top;
	margin:					0px;
}

#content {
	position: 				absolute;
	top: 					160px;
	text-align: 			left;
	width:					100%;
}

#contentContainer {

	width:					980px;
	text-align: 			left;
	margin: 				0px auto;
	margin-top:				50px;
}


#headerContainer {

	width:					980px;
	height:					160px;
	margin: 				0px auto;
	margin-top:				20px;
	text-align: 			left;
	vertical-align:			top;
	zoom:					100%;
}

#headerImg {
	padding:				0px; 			
	height:					160px; 
	width: 					100%; 
	position: 				absolute; 
	top: 					160px; 
	z-index:				0;
}


#headerText {

	font-family: 			"Arial Narrow", Helvetica, sans-serif;
	font-size:				23px;
	font-weight:			normal;
	text-decoration:		none;		
	color :					#34302d;

	float: 					right;
	height:					88px;
	width:					210px;
	margin-top:				30px;
	margin-right:			0px;
	
}

#headerText a {

	font-family: 			"Arial Narrow", Helvetica, sans-serif;
	font-size:				23px;
	font-weight:			normal;
	text-decoration:		none;		
	color :					#34302d;

}

#logo {

	margin-top:				25px;
}


#menuColumn{ 
	
	float: 					left;
	width:					240px;
	padding:				0px; 
	text-align:				left; 
	margin-top:				200px;
	
	background-image: 		url('../pics/menuDevider_bg.jpg');
	background-repeat: 		repeat-y;
	background-position: 	right top;

}

#menuContainer {

	height:					100%;
	min-height:				400px;

	background-image: 		url('../pics/menuDevider.jpg');
	background-repeat: 		no-repeat;
	background-position: 	right top;
	text-align:				right; 
}


#adresContainer {

	font-weight:			bold;
	line-height:			18px;
	width: 					130px;
	margin-left:			50px;

}


#templateColumn{ 
	
	float: 					left;
	width:					440px;
	padding:				0px 0px 0px 20px; 
	text-align:				left; 

}

#templateContainer {

	margin-top:				185px;
	text-align:				left; 
}


#boxesColumn {
	display: 				block;
	float:					right;
	width:					250px;
	z-index:				100;
	margin-top:				185px;

}

#boxesContainer {


}

/* BOXES */

.fronttextbox {
	text-align:				left; 
	padding:				10px;
	border: 				1px solid #3e5080;

}

	.boxkop {
		font-family: 			Arial, Helvetica, sans-serif;
		font-size:				20px;
		color:					#bf2e33;
		font-weight:			normal;
		padding:				0px;
		margin:					0px;
	}
	
	.boxtext {
		font-family: 			Arial, Helvetica, sans-serif;
		font-size: 				12px;
		color: 					#3e5080;
		font-weight: 			normal;
		text-decoration: 		none;
	}

#sloganbox {
	text-align:				left; 
	padding:				10px;
	margin-top:				20px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				14px;
	color: 					#3e5080;
	font-weight: 			bold;
	font-style:				italic;
	text-decoration: 		none;

}

/* FORMS */
.button { 

	font-family: 			"Arial Narrow", Helvetica, sans-serif;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;		
	color :					#3E5080;
	text-align:				center;
	vertical-align:			middle;

	height:					30px;
	width:					150px;

	background:none;

/*
	background-image: 		url('../pics/button_ez4u.jpg');
	background-repeat: 		no-repeat;
	background-position: 	left top;
*/
	border:					1px solid #bf2e33;
	cursor:					pointer;

}



.button:hover, 
.button:active {

	font-family: 			"Arial Narrow", Helvetica, sans-serif;
	font-size:				11px;
	font-weight:			bold;		
	color :					#bf2e33;

	height:					30px;
	width:					150px;

/*	
	background-image: 		url('../pics/button_ez4u.jpg');
	background-repeat: 		no-repeat;
	background-position: 	left bottom;
*/
	border:					1px solid #bf2e33;


}

.textbox {

	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	color: 					#004a7f;
	font-weight: 			normal;
	text-decoration: 		none;
}


/* OVERLAY */
#overlay {
	background-color:#FFFFFF;
	display:none;
	height:100%;
	width:100%;
	left:0px;
	opacity:0.7;
	filter:alpha(opacity=70); 
	position:fixed;
	top:0px;
	z-index:900;
}
* html #overlay {
	position:absolute;
}
.overlayDialog {
	background-color:#FFFFFF;
	border:1px solid #ba2a33;
	display:none;
	height:460px;
	left:50%;
	position:fixed;
	text-align:left;
	top:50%;
	width:440px;
	z-index:950;
	padding: 0px;
}
* html .overlayDialog {
position:absolute;
}
.windowIEcenter {
}
