@charset "UTF-8";
/* Fiberpartner.com - Delte styles */


body, html { 
	width: 100%;
	margin: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #333333; 
	background-color: #04051D;
	line-height: 16px;
}

/* Main container */
#mainContainer {
	background-color: #EFEFEF;


}

#header {
	width: 100%;
	height: 95px;
	background-image: url("grafik/forside_top_gradient.jpg");
	background-repeat: repeat-x;
	position: relative;
}

a {
	color: #04051D;
}
a:visited {
}
a:focus, a:hover, a:active {
}

b,h1,h2,h3,h4,h5 {
	font-weight: bold;
}

/*Header */
#headerImage {
	width: 100%;
	background-color: #02051E;
	clear: both;
	border-bottom: 1px solid white;
}
	

/* Logo */
#logo img { border: 0px; }





/* Footer */
#footer {
	position: relative;
}

#contact_marker {
	background-color: #606571;
	width: 14px;
	height: 14px;
	top: 13px;
	left: 22px;
	position: absolute;
}

#contact_info {
	padding-top: 13px;
	padding-left: 50px;
	color: #606571;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	padding-bottom: 20px; 
}

#contact_info p { padding: 0px; margin: 0px; }
#contact_info a { color: #606571; }


#bywildside { float: right; padding-top: 10px; padding-right: 5px; }
#bywildside img { border: none; }


/* MENUER */
#headerMenu {
	position: absolute;
	bottom: 0px;
	left: 19px;
	height: 20px;
}


#headerMenu #mainMenu {
	float: left;
	background-color: #04051D;
	width: 757px;
	height: 20px; 
	margin: 0px;
	padding: 0px;
}

#headerMenu #subMenu {
	float: left	;
	background-color: #D6E0DC;
}


#headerMenu ul, #headerMenu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


#headerMenu a {
	display: block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; 
	line-height: 20px;
	padding-left: 9px;
	padding-right: 9px;
	margin: 0px;
	float: left;
}


#headerMenu a:hover { text-decoration: underline; }

#headerMenu #mainMenu a { color: white; }
#headerMenu #subMenu a { color: #02051E; }
#headerMenu #mainMenu li.current a, #headerMenu #subMenu li.current a {
	color: #02051E;
	background-color: white;
}

.divider {
	color: #505061;
	width: 1px;
	display: block;
	float: left;
	margin-right: -1px;
	line-height: 20px;
}	

* html .divider { margin-right: -2px; } /* IE 6 fix */

/* Login box */

.tx-felogin-pi1 fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.tx-felogin-pi1 fieldset legend {
	display: none;
}

.alert {
	color: #FF0000;
}
