html { font-size: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #415a71;
	text-align: center;
	background: #fff;
	background-image: url('/.aff/grafik/aff_bg.gif');
}

table, td, form, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #444;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table, img, form, input, textarea, select, radio {
	margin: 0;
}
img {
	border: 0;
}

ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	}
	ul li {
		margin: 0;	
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix { display:block }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Accessibility & SEO
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Typography
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	color: #8c0;
}
body#orange h1 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #008FDB; text-decoration: none; line-height: 15px; text-transform: uppercase; }

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	}
	p.info { color: #008FDB; }


a {
	color: #008FDB;
	text-decoration: none;

}
a:hover {
	color: #666666;
	text-decoration: none;
}


body#orange a { color: #008FDB; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Forms
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}

input.formfield {
	padding: 2px;
	line-height: normal;
	background: #fff;
}
textarea.formarea {
	padding: 2px;
	line-height: normal;
}
select.formselect {
	width: 176px;
}

/* Fix progressive padding in IE */
input[type=submit] {
	width: auto;
	overflow: visible;
	cursor: pointer;
}

/* Synkron Via forms */
div.inputPart {
	margin: 1px 0 8px 0;
}
div.submitPart {
	margin: 1px 0 8px 0;
	text-align: right;
}
div.formError {
	margin: 0;
	}
	div.formError em {
		color: red;
		font-style: normal;
	}
input.viaCheckbox {
	margin: 0 5px 0 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Main containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#container {
	width: 760px;
	margin: 0px auto auto auto;
	padding: 10px;
	text-align: left;
	background: #fff;
}

#top {
	padding: 0 0 4px 0;
	}

	#logo {
		float: left;
		position: relative;
		width: 240px;
		height: 80px;
		xmargin-left: -60px;
		cursor: pointer;
	}
	body#orange #logo { background:url('/.netvaerk/logo-orange.gif') no-repeat; }
	

		
		#nvname {
			float: left;
			margin: 58px 10px;
			padding: 1px 8px;
			font-size: 1em;
			letter-spacing:0.1em;
			color: #008FDB;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#search {
			float: right;
			}
			#search input.formfield {
				width: 160px;
				padding: 3px 2px;				
				border: 1px solid #008FDB;
				color: #008FDB;
			}
	
	#language {
		float: right;
		margin-top: 38px;
		}
		#language ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#language ul li {
			margin: 0;
			padding: 0;
		}
		#language ul li a {
			color: #008FDB;
		}
		#language ul li a:hover {
			color: #666666;
		}

#topgraphic {
	}
	#topgraphic img { display: block; }

#topnav {
	position: relative;
	width:760px;
	height:6px;
	background: #009DE1;
	}
	#topnav ul {
		margin: 0;
		padding: 0;
	}
	#topnav ul li {
		float: left;
		position: relative;
		display: inline;
		height: 6px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style-type: none;
		/*background: #9ACF31;*/
	}
	#topnav ul li a {
		display: block;
		width: 156px;
		padding: 4px 8px 3px 12px;
		color: #B8C7D6;
		text-decoration: none;
		text-transform: uppercase;
		background: url('../gfx/background-topnav-sep.gif') no-repeat 0 9px;
	}
	#topnav ul li a.first {
		padding-left: 15px;
		padding-right: 5px;
		background: none;
	}
	#topnav ul li a:hover, #topnav ul li a:active, #topnav ul li a:focus {
		color: #fff;		
		background: #9ACF31;
	}
	#topnav ul li a.selected, #topnav ul li a.expanded {
		font-weight: bold;
		color: #fff;
		background: #9ACF31;
	}

	body#orange #topnav ul li a.selected, body#orange #topnav ul li a.expanded { background: #f60; }

	#topnav ul li  a strong { font-weight: normal; }
	#topnav ul li  a.selected strong { font-weight: bold; }
	#topnav ul li  a span {
		display: block;
		margin: 0 0 5px 0;
		font-weight: normal;
		line-height: 1.4em;
		text-transform: none;
	}
	
	#xcontent {
		float: left;
		width: 540px;
		margin: 10px 10px 20px 20px;
		overflow:auto;
		background:#dddddd;
	}
	
	#right {
		float: left;
		width: 190px;
		margin-top: 0px;
		margin-right: 0px;
		}
		#rightnav {
			margin: 0 0 0 0;
			}
			#rightnav ul {
				margin: 0;
				padding: 0;
			}
			#rightnav ul li {
				display: inline;
				margin: 0;
				padding: 0;
				list-style-type: none;

			}
			#rightnav ul li a {
				display: block;
				xmargin: 5px 0 0 0;
				xpadding:  0 10px 0 15px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
			}
			/*

			#rightnav ul li a.hasChildren {
				background: url('/.aff/grafik/navpil-AFF.gif') no-repeat 0 4px;
			}
			#rightnav ul ul li a.hasChildren { background: none; }
			#rightnav ul ul li a {
				margin: 0;
				font-weight: normal;
			}
			#rightnav ul ul ul li a {
				padding: 0 0 0 30px;
				color: #008FDB;
			}
			#rightnav ul li a:hover {
				color: #042444;			
				text-decoration: none;
			}
			#rightnav ul li a.selected, #rightnav ul li a.expanded { color: #042444; text-decoration: none; background: url('../gfx/bullets/bullet-rightnav-level1-lightgreen.gif') no-repeat 0 4px; }
				body#orange #rightnav ul li a.selected, body#orange #rightnav ul li a.expanded { background-image: url('../gfx/bullets/bullet-rightnav-level1-orange.gif'); }
			#rightnav ul ul li a.selected, #rightnav ul ul li a.expanded { color: #042444; background: url('../gfx/bullets/bullet-rightnav-level2-lightgreen.gif') no-repeat 0 4px; }
				body#orange #rightnav ul ul li a.selected, body#orange #rightnav ul ul li a.expanded { background-image: url('../gfx/bullets/bullet-rightnav-level2-orange.gif'); }
			#rightnav ul ul ul li a.selected, #rightnav ul ul ul li a.expanded { color: #042444; background: none; }
			*/

				body#orange #rightnav ul ul ul li a.selected, body#orange #rightnav ul ul ul li a.expanded { background: none; }

#helpguidence {
	padding: 5px 5px 5px 15px;
	font-size: .9em;
	letter-spacing: .1em;
	word-spacing: .1em;
	color: #a3bacf;
	text-transform: uppercase;
	background: #415a71;
}

#footer {
	padding: 5px 5px 5px 15px;
	font-size: 10px;
	color: #009DE1;
	text-transform: uppercase;
	xbackground-color: #ffffff;
	border:solid 1px #009DE1;
	width:760px;
	background: url(/.aff/grafik/pil-til-bunnbox.gif) no-repeat;
	height:48px;
	}
	#footer p { margin: 0; }
	#footer a { color: #a3bacf; }
	body#orange #footer a { color: #a3bacf; }
	
	#companyinfo {
		float: left;
	}
	#copyright {
		float: right;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Content elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#jumpsection {color:#000000;padding-left:4px;padding-top:4px;background:#F4EBC9;}
#navsection {border-bottom:solid 1px #ffffff;padding-top:0px;padding-bottom:18px;background:#009DE1;}
#navline {padding-top:6px;padding-bottom:6px;border-top:solid 1px #ffffff;padding-left:32px;background: url('/.aff/grafik/navpil-AFF.gif') no-repeat 0 2;}

.headlink{padding-left:4px;padding-right:4px;font-weight:bold;background:#009DE1}