/* ================================================================================================ */
/* == 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;
}
/* ================================================================================================ */
/* = Structure 																					  = */
/* ================================================================================================ */
body{
	background: #EEE;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	color: #757575;
}
#sheet{
	float: left;
	width: 928px;
	padding: 24px;
	background: #FFF;

}
#head{
	height: 154px;
	margin-bottom: 12px;
	background: url(../nps/bg_head.gif) no-repeat;
	border-bottom: 1px solid #CECECE;
}
#content{
	float: left;
	width: 740px;
}
#marginal{
	float: right;
	width: 176px;
}
#foot{
	clear: both;
	width: 100%;
	height: 56px;
	background: url(../nps/bg_foot.gif) no-repeat;
	overflow: hidden;
}
/* ================================================================================================ */
/* = Head Logos																					  = */
/* ================================================================================================ */
#head #bauinfocenter{
	position: absolute;
	left: 46px;
	top: 74px;
}
#head #documedia{
	position: absolute;
	left: 832px;
	top: 56px;
}
.navigation.language{
	height: 18px;
	overflow: hidden;
	padding: 7px 24px;
}
/* ================================================================================================ */
/* = Head Navigation																			  = */
/* ================================================================================================ */
#head .navigation ul li,
.navigation.language ul li{
	float: left;
}
/* ================================================================================================ */
#head .navigation.main{
	position: absolute;
	left: 48px;
	top: 166px;
}
#head .navigation.main ul li a{
	display: block;
	width: 131px;
	width: 138px;
	height: 16px;
	padding: 4px 24px 0 11px;
	background: url(../nps/bg_navigation.gif) no-repeat;
	color: #444;
	text-transform: uppercase;
	font-weight: bolder;
}
#head .navigation.main ul li a:hover,
#head .navigation.main ul li a:focus,
#head .navigation.main ul li a:active,
#head .navigation.main ul li.active a{
	background-image: url(../nps/bg_navigation_active.gif);
	color: #CA061C;
	text-decoration: none;
}
/* ================================================================================================ */
#head .navigation.sub{
	position: absolute;
	top: 191px;
	left: 58px;
}
#head .navigation.sub ul li,
.navigation.language ul li{
	border-left: 1px solid #757575;
	padding-left: 10px;
}
#head .navigation.sub ul li.first,
.navigation.language ul li.first{
	border-left: 0;
	padding-left: 0;
}
#head .navigation.sub ul li a,
.navigation.language ul li a{
	margin-right: 10px;
	color: #757575;
	text-transform: uppercase;
	font-size: 0.92em;
	font-weight: bold;
}
#head .navigation.sub ul li.active a,
.navigation.language ul li.active a{
	text-decoration: underline;
}
/* ================================================================================================ */
#head .navigation.meta{
	margin-left: 540px;
	margin-left: 429px;
}
#head .navigation.meta ul li{
	border-left: 1px solid #757575;
	padding-left: 10px;
}
#head .navigation.meta ul li.first{
	border-left: 0;
	padding-left: 0;
}
#head .navigation.meta ul li a{
	margin-right: 10px;
	color: #CA061C;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bolder;
}
#head .navigation.meta ul li.active a{
	text-decoration: underline!important;
}
/* ================================================================================================ */
/* = Boxes 																						  = */
/* ================================================================================================ */
.boxes{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 12px;
}
.boxes.column{
	float: left;
	clear: none;
	width: 50%;
}
.box{
	width: 160px;
	height: 166px;
	margin-bottom: 12px;
	padding: 7px 7px 0 7px;
	background: #EEE;
	border: 1px solid #CECECE;
	overflow: hidden;
}
.boxes .box{
	float: left;
	margin-left: 12px;
	padding-bottom: 0;
	background: transparent;
}
.box div{
	height: 144px;
	overflow: hidden;
}
.boxes .box.double{
	width: 348px;
}
.boxes .box.first{
	margin-left: 0;
}
.boxes.colorfull .box{
	padding: 8px 8px 0  8px;
	background: url(../nps/bg_colorfull_box.gif) no-repeat;
	border: 0;
	color: #FFF;
}
.boxes.colorfull .box.monochrome{
	background-image: url(../nps/bg_monochrome_box.gif);
}
/* ================================================================================================ */
.article .box ul {
	padding: 0;
	}
.box h2{
	font-size: 1em;
	font-weight: bolder;
}
.box a.more{
	color: #CA061C;
	float: right;
	margin-top: 3px;
}
.box a.more:hover,
.box a.more:focus,
.box a.more:active{
	text-decoration: underline;
}
/* ================================================================================================ */
.quote .quote_content{
	position: relative;
	width: 348px;
	height: 134px;
	overflow: hidden;
}
.quote .quote_content .item_box{
	position: absolute;
	width: 348px;
	height: 134000px;
}
.box.quote .entry{
	width: 348px;
	height: 134px;
}
.box.quote blockquote{
	font-size: 1.17em;
	font-family: "Times New Roman", Times, serif;
	height: 106px;
	overflow: hidden;
}
.box.quote cite{
	text-align: right;
	display: block;
	font-size: 0.92em;
	font-style: normal;
}
/* ================================================================================================ */
.box.imagebox{
	position: relative;
	width: 174px;
	height: 173px;
	padding: 0;
	overflow: hidden;
}
.box.imagebox div{
	position: absolute;
	width: 17400px;
	height: 173px;
}
.box.imagebox img{
	float: left;
	margin: 0;
}
/* ================================================================================================ */
.boxes .box.locations{
	height: 353px;
	float: right;
}
.box.locations ul{
	border-top: 1px solid #CECECE;
}
.box.locations ul li{
	clear: both;
	float: left;
	width: 333px;
	padding: 3px 0 3px 15px;
	background: url(../nps/ico_arrow.gif) no-repeat 1px 5px;
	border-bottom: 1px solid #CECECE;
}
.box.locations ul li span{
	float: left;
	display: block;
	overflow: hidden;
	width: 66%;
}
.box.locations ul li span.medium{
	width: 23%;
	margin: 0 2.5%;
}
.box.locations ul li span.short{
	width: 6%;
}
/* ================================================================================================ */
.boxes.colorfull .box h2, .home .boxes.colorfull .box h2{
	font-size: 1.67em;
	font-weight: bolder;
	margin-bottom: 0.5em;
	color: #FFF;
}
.boxes.colorfull .box p{
	margin-bottom: 1em;
}
.boxes.colorfull .box a.more{
	color: #FFF;
}
.boxes.colorfull .box ul{
	margin-bottom: 1em;
}
.boxes.colorfull .box ul li{
	padding-left: 13px;
	background: url(../nps/ico_plus.gif) no-repeat left 3px;
	list-style-type: none;

}
/* ================================================================================================ */
/* = Foot																						  = */
/* ================================================================================================ */
#foot .navigation.sponsors{
	margin: 7px 0 0 8px;
}
#foot .navigation.sponsors ul li{
	float: left;
	height: 23px;
	line-height: 23px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #FFF;
}
#foot .navigation.sponsors ul li.first{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
/* ================================================================================================ */
#foot .navigation.meta{
	float: right;
	width: 100px;
	margin: 29px 120px 0 0;
}
#foot .navigation.meta ul li{
	float: left;
}
#foot .navigation.meta ul li a{
	font-size: 0.75em;
	font-weight: bolder;
	color: #FFF;
}
#foot .navigation.meta ul li a:hover,
#foot .navigation.meta ul li a:focus,
#foot .navigation.meta ul li a:active,
#foot .navigation.meta ul li.active a{
	text-decoration: underline;
}
/* ================================================================================================ */
#foot p{
	clear: left;
	margin: 39px 0 0 8px;
	color: #757575;
	font-size: 0.75em;
	font-weight: bolder;
}
/* ================================================================================================ */
/* = Marginal																					  = */
/* ================================================================================================ */
#marginal .box h2{
	font-size: 1em;
	margin-bottom: 0.73em;
}
#marginal .box em{
	color: #CA061C;
	font-style: normal;
}
/* ================================================================================================ */
#marginal .box.current_projects ul{
	float: left;
	width: 100%;
	/*margin-bottom: 1em;*/
	margin-bottom: .75em;
	border-top: 1px solid #757575;
}
#marginal .box.current_projects ul li{
	float: left;
	padding: 3px 0;
	border-bottom: 1px solid #757575;
}
#marginal .box.current_projects ul li span{
	float: left;
	display: block;
	width: 110px;
	overflow: hidden;
}
#marginal .box.current_projects ul li span.number{
	width: 50px;
	color: #CA061C;
	text-align: right;
	overflow: hidden;
}
#marginal .box.current_projects p{
	/*font-size: 1.25em;*/
	font-weight: bolder;
}
/* ================================================================================================ */
#marginal .box.service p,
#marginal .box.service ul{
	font-size: 0.92em;
	margin-bottom: 1em;
}
#marginal .box.service ul li{
	padding-left: 13px;
	background: url(../nps/ico_arrow.gif) no-repeat left 2px;
}
#marginal .box.service p.hotline,
#marginal .box.service ul li a{
	color: #CA061C;
}
#marginal .box.service ul li a:hover,
#marginal .box.service ul li a:focus,
#marginal .box.service ul li a:active,
#marginal .box.service ul li.active a{
	text-decoration: underline;
}
#marginal .box.service p.hotline{
	font-weight: bold;
}
#marginal .box.service p.hotline strong{
	font-size: 1.33em;
}
/* ================================================================================================ */
/* = Content																					  = */
/* ================================================================================================ */
.text{
	margin: 1em 2em 2em 2em;
}
.home .text{
	width: 552px;
	height: 175px;
	margin: 0 0 12px 0;
	overflow: hidden;
}
/* ================================================================================================ */
/* = Folding																					  = */
/* ================================================================================================ */
#folding li{
	border-bottom: 1px dashed #757575;
	margin-bottom: 1.5em;
}
/* ================================================================================================ */
/* = Login Form 																				  = */
/* ================================================================================================ */
#head form{
	color: #CA061C;
	font-size: 0.95em;
}
#head form label{
	display: block;
	float: left;
	margin: 2px 10px 2px 0;
	height: 11px;
	font-weight: bolder;
	text-transform: uppercase;
}
#head form input{
	float: left;
	width: 75px;
	margin: 0 5px 0 0;
	padding: 1px 2px;
	border: 1px solid #CECECE;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}
#head form input.preview{
	color: #CECECE;
}
#head form input.submit{
	width: 25px;
	padding: 0;
	cursor: pointer;
	font-weight: bolder;
}
/* ================================================================================================ */
/* = Contact Form 																				  = */
/* ================================================================================================ */
#content form{
	background: #EEE;
	border: 1px solid #CECECE;
	padding: 20px;
	margin-bottom: 1em;
}
#content form fieldset{
	border-top: 1px solid #CA4C5A;
	padding: 1em 1em 2em 1em;
}
#content form legend{
	color: #CA061C;
	font-style: italic;
	font-size: 0.83em;
	padding: 0 1em;
}
#content form fieldset fieldset{
	border-top: 0;
	padding: 0 1em 1em 1.75em;
}
#content form fieldset fieldset legend{
	display: none;
}
#content form br{
	clear: both;
}
#content form label{
	float: left;
	display: block;
	width: 152px;
}
#content form label.small{
	width: 2em;
	margin: 2px 0 2px 0.75em;
}
#content form label.freewidth{
	width: auto;
	margin: 2px 0 2px 0.75em;
}
#content form input,
#content form select,
#content form textarea{
	width: 338px;
	margin: 1px 0;
	padding: 2px 3px;
	border: 1px solid #CECECE;
}
#content form textarea{
	height: 10em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}
#content form input.checkbox{
	width: auto;
	float: left;
	margin: 2px 0;
	border: 0;
	padding: 0;
}
#content form input.small{
	width: 83px;
}
#content form input.medium{
	width: 238px;
}
#content form input.inthemiddle{
	float: left;
	margin-left: 1.75em;
}
#content form input#submit{
	width: 346px;
	margin-left: 152px;
	background: #CECECE;
	cursor: pointer;
}
#content form.error input.duty,
#content form.error textarea.duty{
	background: #FFEFEF;
}
#content form.error label.duty{
	color: #EF4A4A;
}
#content form .addlabel{
	margin-left: 0.50em;
}
#content form .addlabel .trigger_1,
#content form .addlabel .trigger_2{
	color: #EF4A4A;
	text-decoration: underline;
	font-size: 0.83em;
	cursor: pointer;
}
/* ================================================================================================ */
/* = Text Formating																				  = */
/* ================================================================================================ */
h1{
	color: #CA061C;
	font-size: 1.33em;
	margin-bottom: .75em;
}
h2{
	margin-bottom: 1em;
}
.text h2{
	color: #CA061C;
	font-size: 1.17em;
	margin-bottom: .5em;
}
h3{
	color: #CA061C;
	font-size: 1em;
	margin-bottom: .25em;
}
h4, h5, h6{
	color: #CA061C;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
}
.home .text h2{
	color: #757575;
	font-size: 2.08em;
}
p{
	margin-bottom: 1.5em;
}
acronym{
	cursor: help;
	border-bottom: 1px dotted #757575;
}
.home p{
	margin-bottom: 1em;
}
a{
	color: #CA061C;
}
a:hover,
a:focus,
a:active{
	text-decoration: underline;
}
p.error{
	padding: 5px 10px;
	border: 1px solid #EF4A4A;
	background: #FFEFEF;
	color: #000;
}
p.confirm{
	padding: 5px 10px;
	border: 1px solid #4BEF4A;
	background: #DFFFDF;
	color: #000;
}
.article ul {
	padding: 0 0 4px 17px;
	margin-bottom: 8px;
	}
.article li {
	list-style-type: square;

	}
.article_background {
	background: url(../nps/bg_home_article.jpg) no-repeat;
	background-position: top right;
	}
/* ================================================================================================ */
