/* ================================================================================================ */
/* == CSS:   	default.css - Standard-Stylesheet (Screen)										 == */
/* ==																							 == */
/* == Author:  	Björn Lorenz, E-Formation GmbH - http://www.eformation.de/						 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: 0;
}
body{
	background:  url(../nps/bg_body.gif) repeat-y left top;
	color: #5D5A5A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:	0.81em;
}
/* ================================================================================================ */
#bar{
	width: 100%;
	height: 120px;
	background: #E79100;
	top: 30px;
	left: 0;
	position: absolute;
	z-index: 1;
}
/* ================================================================================================ */
#sheet{
	float: left;
	width: 913px;
	margin: 0 0 2em 65px;
	position: relative;
	z-index: 2;
	display: inline; /* IE6 */
}
#head{
	width: 913px;
	height: 200px;
	background: url(../nps/bg_head.gif) no-repeat left top;
}
#body{
	width: 820px;
	height: 550px; /* IE6 */
	min-height: 550px;
	float: left;
	background: url(../nps/bg_sheet.gif) no-repeat 792px 0;
}
/* ================================================================================================ */
#head #logo{
	float: left;
	margin: 25px 0 0 39px;
}
#head #kopfsh{
	float: left;
	margin: 52px 123px 0 72px;
}
#head .navigation{
	float: left;
	width: 140px;
	margin: 50px 0 0 0;
	padding: 0 0 0 40px;
}
#head .navigation li{
	margin: 0 0 1em 0;
}
#head .navigation a{
	color: #030000;
}
#head .navigation a:hover,
#head .navigation a:focus,
#head .navigation a:active{
	color: #BF6F2F;
}
#head .navigation .active a{
	text-decoration: underline;
}
/* ================================================================================================ */
#body .navigation{
	float: left;
	width: 190px;
	margin: 0 8px;
	display: inline; /* IE DMB */
	border-top: 1px solid #E2A26E;
}
#body .navigation li{
	border-bottom: 1px solid #E2A26E;
}
#body .navigation li li{
	border-bottom: 0;
	font-size: 0.85em;
}
#body .navigation a{
	color: #030000;
	display: block;
	padding: 7px 0 7px 30px;
}
#body .navigation a:hover,
#body .navigation a:focus,
#body .navigation a:active{
	color: #BF6F2F;
}
#body .navigation .active > a{
	background: url(../nps/ico_arrow_right.gif) no-repeat right center;
}
/* ================================================================================================ */
#body #content{
	float: left;
	width: 460px;
	margin: 0 44px;
	padding: 0 0 3.00em 0;
	border-bottom: 1px solid #D2D2D2;
}
/* ================================================================================================ */
#body #content h1{
	color: #030303;
	font-size: 2.77em;
	font-weight: normal;
	margin-bottom: 0.36em;
}
#body #content h2{
	color: #030303;
	font-size: 1.23em;
	font-weight: normal;
	margin-bottom: 0.88em;
}
#body #content h3,
#body #content h4,
#body #content h5,
#body #content h6{
	color: #030303;
	font-size: 1.08em;
	font-weight: normal;
	margin-bottom: 1.00em;
}
#body #content p{
	margin-bottom: 1.54em;
}
#body #content ul,
#body #content ol{
	margin-bottom: 1.54em;
	margin-left: 2.00em;
}
#body #content ul li{
	list-style-type: disc;
}
#body #content ol li{
	list-style-type: decimal;
}
#body #content a{
	color: #BF6F2F;
}
#body #content a:hover,
#body #content a:focus,
#body #content a:active{
	text-decoration: underline;
}
/* ================================================================================================ */
#body #content p.hint{
	font-size: 0.77em;
	text-align: right;
	margin: 1em 0 0 0;
}
#body #content p.error{
	padding: 10px;
	background: #FFDFDF;
	border: 1px solid #F00;
	color: #000;
}
#body #content p.confirm{
	padding: 10px;
	background: #DFFFDF;
	border: 1px solid #019F00;
	color: #000;
}
/* ================================================================================================ */
#body #content .slider h2{
	border-bottom: 1px solid #E2A26E;
}
#body #content #accordeon h3{
	padding-left: 20px;
	background: url(../nps/ico_arrow_right.gif) no-repeat 0 3px;
	cursor: pointer;
}
#body #content #accordeon h3.active{
	background: url(../nps/ico_arrow_down.gif) no-repeat 0 5px;
}
/* ================================================================================================ */
#body #content form *{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#body #content form label{
	float: left;
	display: block;
	width: 140px;
	margin: 2px 10px 2px 0;
}
#body #content form.error label.duty{
	color: #000;
}
#body #content form input,
#body #content form textarea{
	width: 300px;
	margin: 0 0 5px 0;
	padding: 2px 4px;
	background: #FFF;
	border: 1px solid #E2A26E;
}
#body #content form.error input.duty,
#body #content form.error textarea.duty{
	border-color: #EF6B00;
	background: #EEE;
}
#body #content form .short{
	width: 74px;
}
#body #content form .medium{
	width: 200px;
}
#body #content form #submit{
	width: 310px;
	margin-left: 150px;
	background: #DB8C4B;
	border-color: #6F6F6F;
}
/* ================================================================================================ */