/* ================================================================================================ */
/* == CSS:   	default.css - Standard-Stylesheet (Screen)										 == */
/* ==																							 == */
/* == Author:  	Björn Lorenz, E-Formation GmbH - http://www.eformation.de/						 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
}
/* ================================================================================================ */
body{
	background: #000;
	color: #fff;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 0.75em;
}
#sheet{
	width: 942px;
	margin: 0 auto;
}
/* ================================================================================================ */
/* = HEAD																						  = */
/* ================================================================================================ */
#head{
	height: 120px;
	margin: 0 0 15px 0;
}
#head #logo{
	position: relative;
	left: 620px;
	top: 30px;
	z-index: 4;
}
/* ================================================================================================ */
#head .navigation{
	float: left;
	width: 942px;
	height: 32px;
	margin-top: -32px;
	background: url(../nps/bg_head_navigation.png) no-repeat left top;
	font-size: 1.08em;
	position: relative;
	z-index: 1;
}
#head .navigation.overlay{
	margin-top: -32px;
	background: url(../nps/home/layer.png) repeat left top;
	z-index: 2;
}
#head .navigation ul{
	padding: 2px 3px;
}
#head .navigation ul li{
	float: left;
	margin: 0 9px 0 0;
}
#head .booker a,
#head .navigation ul a{
	display: block;
	height: 28px;
	color: #FFF;
	cursor: pointer;
}
#head .booker a span,
#head .navigation ul a span{
	float: left;
	display: block;
	height: 20px;
	padding: 5px 6px;
	background: repeat-x left top;
}
#head .booker a span.left,
#head .booker a span.right,
#head .navigation ul a span.left,
#head .navigation ul a span.right{
	width: 4px;
	padding: 4px 0;
	background: no-repeat left top;
	overflow: hidden;
}
#head .navigation ul a:hover span,
#head .navigation ul a:focus span,
#head .navigation ul a:active span,
#head .navigation ul .active a span{
	background-image: url(../nps/bg_head_navigation_active.png);
}
#head .navigation ul a:hover span.left,
#head .navigation ul a:focus span.left,
#head .navigation ul a:active span.left,
#head .navigation ul .active a span.left{
	background-image: url(../nps/bg_head_navigation_active_left.png);
}
#head .navigation ul a:hover span.right,
#head .navigation ul a:focus span.right,
#head .navigation ul a:active span.right,
#head .navigation ul .active a span.right{
	background-image: url(../nps/bg_head_navigation_active_right.png);
}
#head .booker{
	margin: 0 0 0 340px;
	font-size: 1.08em;
	position: absolute;
	top: 58px;
	left: 50%;
	z-index: 3;
}
#head .navigation ul li.book{
	float: right;
	margin: 1px 0 0 0;
}
#head .booker a,
#head .navigation ul li.book a{
	color: #000; 
}
#head .booker a span,
#head .navigation ul li.book a span{
	background-image: url(../nps/bg_head_navigation_booker.png);
}
#head .booker a span.left,
#head .navigation ul li.book a span.left{
	background-image: url(../nps/bg_head_navigation_booker_left.png);
}
#head .booker a span.right,
#head .navigation ul li.book a span.right{
	background-image: url(../nps/bg_head_navigation_booker_right.png);
}
/* ================================================================================================ */
/* = BODY																						  = */
/* ================================================================================================ */
#body .content{
	float: left;
	width: 892px;
	background: url(../nps/bg_body.png) no-repeat left bottom;
	min-height: 300px;
	margin: 0 0 1px 0;
	padding: 6px 25px 31px 25px;
}
#body .top{
	height: 25px;
	background: url(../nps/bg_body_top.png) no-repeat left top;
}
/* ================================================================================================ */
#icon{
	width: 115px;
	position: absolute;
}
/* ================================================================================================ */
.article{
	float: left;
	width: 460px;
	margin: 5px 0 0 137px;	
	color: #E5E5E5;
	font-size: 12px; 
	line-height: 18px;
}
/* ================================================================================================ */
.gallery{
	float: right;
	width: 266px;
}
.gallery h2{
	width: 266px;
	margin: 0 0 1px 0!important;
	height: 40px;
	line-height: 40px;
	background: url(../nps/bg_gallery_head.png) no-repeat left top;
	text-align: center;
}
.gallery ul{
	float: left;
	padding: 4px 0 0 4px;
	background: #292b3b;
	border: 1px solid #21232e;
}
.gallery ul li{
	float: left;
	background: none;
	margin: 0 4px 4px 0;
	padding: 0;
}
.gallery ul li a {
	float: left;
}
.gallery ul li a img {
	float: left;
}
/* ================================================================================================ */
/* = FOOT																						  = */
/* ================================================================================================ */
#foot{
	clear: both;
	background: url(../nps/bg_foot.png) no-repeat left top;
	height: 33px;
	margin: 0 0 2em 0;
	color: #FFF;
	font-size: 0.83em;
}
#foot span{
	float: right;
	padding: 8px 25px 0 0;
}
#foot .navigation{
	float: right;
	padding: 10px 16px 10px 0;
	position: relative;
	z-index: 2;
}
#foot .navigation li{
	float: left;
	line-height: 1em;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #FFF;
}
#foot .navigation li.first{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
#foot .navigation li a{
	color: #FFF;
}
#foot .navigation li a:hover,
#foot .navigation li a:focus,
#foot .navigation li a:active,
#foot .navigation li.active a{
	text-decoration: underline;
}
#foot .fb-like{
	float: left;;
	margin: -31px 10px 0;
	position: relative;
	z-index: 1; 
}
/* ================================================================================================ */
/* = HOME																						  = */
/* ================================================================================================ */
.home #head .navigation ul .home.active a span,
.home #head .navigation ul .home.active a span.left,
.home #head .navigation ul .home.active a span.right{
	background-image: none;
}
.home #body .content{
	float: left;
	width: 892px;
	background: none;
	min-height: auto;
	margin: 0;
	padding: 0;
	color: #E5E5E5;
}
.home #body .content .article{	
	background: no-repeat left top;
	padding: 20px 21px 0 21px;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
}
.home #body .content .overlay{
	background: url(../nps/home/layer.png) repeat left top!important;
	margin: 5px 0 0 0;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 50%;
}
.home #body .content .article div{
	overflow: hidden;
	margin: 0 0 5px 0;
}
.home #body .content .article h1{
	margin: 2px 0 12px 0;
	font-size: 24px;
	line-height: 29px;
	color: #E5E5E5;
}
.home #body .content .article a.more{
	float: right;
	display: block;
	width: 105px;
	height: 22px;
	margin: 0 -5px 0 0;
	padding: 5px 15px 0 30px;
	background: url(../nps/home/button.png) no-repeat left top;
	color: #472C00;
}
.home #body .content .art_6 a.more,
.home #body .content .art_7 a.more{
	width: 62px;
	background-image: url(../nps/home/button_short.png);
}
/* = BOX: TEASER																				  = */
.home #body .content .art_0{
	width: 265px;
	height: 144px;
	background: transparent;
	top: 85px;
	margin-left: -513px
}
/* = BOX: 1																						  = */
.home #body .content .art_1{
	width: 340px;
	height: 282px;
	background-image: url(../nps/home/bg_box_big.png);
	top: 159px;
	margin-left: -232px;
}
.home #body .content .art_1 div{
	width: 340px;
	height: 231px;
}
.home #body .content .art_1 h1{
	margin: 0 0 25px 0;
}
/* = BOX: 2																						  = */
.home #body .content .art_2{
	width: 260px;
	height: 152px;	
	background-image: url(../nps/home/bg_box_wide.png);
	top: 239px;
	margin-left: 168px;
}
.home #body .content .art_2 div{
	width: 260px;
	height: 103px;
}
.home #body .content .art_2 h1{
	height: 38px;
	background: url(../nps/home/icons.png) no-repeat 0 -114px; 
}
/* = BOX: 3																						  = */
.home #body .content .art_3{
	width: 180px;
	height: 202px;
	background-image: url(../nps/home/bg_box.png);
	top: 239px;
	margin-left: -472px;
}
.home #body .content .art_3 div{
	width: 180px;
	height: 152px;
}
.home #body .content .art_3 h1{
	height: 38px;
	background: url(../nps/home/icons.png) no-repeat 0 0; 
}
/* = BOX: 4																						  = */
.home #body .content .art_4{;
	width: 180px;
	height: 202px;
	background-image: url(../nps/home/bg_box.png);
	top: 479px;
	margin-left: -312px;
}
.home #body .content .art_4 div{
	width: 180px;
	height: 152px;
}
.home #body .content .art_4 h1{
	height: 38px;
	margin: 1px 0 16px 0;
	background: url(../nps/home/icons.png) no-repeat 0 -38px; 
}
/* = BOX: 5																						  = */
.home #body .content .art_5{
	width: 180px;
	height: 152px;
	background-image: url(../nps/home/bg_box_small.png);
	top: 479px;
	margin-left: -72px;
}
.home #body .content .art_5 div{
	width: 180px;
	height: 102px;
}
.home #body .content .art_5 h1{
	height: 38px;
	margin: 1px 0 12px 0;
	background: url(../nps/home/icons.png) no-repeat 0 -76px; 
}
/* = BOX: 6																						  = */
.home #body .content .art_6{
	width: 104px;
	height: 202px;
	padding-right: 17px; 
	background-image: url(../nps/home/bg_box_tall.png);
	top: 429px;
	margin-left: 168px;
}
.home #body .content .art_6 div{
	width: 104px;
	height: 151px;
}
.home #body .content .art_6 a.more{
	margin: 0; 
}
.home #body .content .art_6 h1{
	height: 30px;
	background: url(../nps/home/icons.png) no-repeat 0 -152px; 
}
/* = BOX: 7																						  = */
.home #body .content .art_7{
	width: 100px;
	height: 122px;
	background-image: url(../nps/home/bg_box_bonus.png);
	top: 429px;
	margin-left: 328px;
}
.home #body .content .art_7 div{
	width: 100px;
	height: 72px;
	color: #D6D6D6;
}
.home #body .content .art_7 h1{
	font-size: 30px; 
	margin: 0 0 4px 0;
}
.home #body .content .art_7 a.more{
	margin: 0; 
}
/* facebookbutton */
.home #body .content .facebook{
	margin-left: 90px;
	position: absolute;
	top: 485px;
}
/**/
.home #body .content h1 span{
	display: inline;
	float: none;
	margin-bottom: 0;
	width: auto;
}
/**/
.home #body .content .art_2 h1 span,
.home #body .content .art_3 h1 span,
.home #body .content .art_4 h1 span,
.home #body .content .art_5 h1 span,
.home #body .content .art_6 h1 span{
	display: none; 
}
/* ================================================================================================ */
/* = BOOK																						  = */
/* ================================================================================================ */
/*.book #body .content .article a{
	background-image: url(../nps/bg_form_input_submit.png);
	color: #f9f9f9;
	float: right;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 5px;
	width: 137px;
}*/
/* ================================================================================================ */
/* = FORM FIELDS																				  = */
/* ================================================================================================ */
#body form *{
	background: #fff;
}
#body form br{
	clear: both;
}
#body fieldset{
	clear: both;
	margin: 0 0 1em 0;
	padding: 1em 1em 0 1em;
	background: #292b3b;
	border: 1px solid #21232e;
}
#body fieldset legend{
	margin: 0.70em 0 0.70em 0;
	padding: 0 5px;
	background: #21232e;
	font-size: 0.83em;
}
#body form label,
#body span.label{
	float: left;
	display: block;
	background: transparent;
	color: #FFF;
	clear: left;
	font-weight: normal;
	width: 160px;
}
#body fieldset label.checkbox{
	float: left; 
	width: 270px;
	clear: none; 
}
#body fieldset input.checkbox{
	width: auto;
	margin: 4px 1em 0 0;
	background: transparent; 
	float: left;  
}
#body fieldset span{
	font-weight: bold;
	width: 270px;
}
#body span{
	float: left;
	display: block;
	width: 296px;
	margin-bottom: 1em;
}
#body form input,
#body form select,
#body form textarea{
	float: left;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	width: 286px;
	height: 17px;
	padding: 4px 5px;
	margin: 0 0 1em 0;
	background: url(../nps/bg_form_input.png) no-repeat 0 0;
	color: #000;
}
#body form textarea{
	font-size: 1em;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	background: url(../nps/bg_form_textarea.png) no-repeat 0 0;
	height: 117px;
}
#body form select{
	width: 296px;
	height: 25px;
}
#body form input.medium,
#body form select.medium{
	width: 132px;
	margin-right: 6px;
	background-image: url(../nps/bg_form_input_medium.png);
}
#body form select.medium{
	width: 142px;
}
#body form input.small,
#body form select.small{
	width: 58px;
	margin-right: 6px;
	background-image: url(../nps/bg_form_input_small.png);
}
#body form select.small{
	width: 68px;
}
#body form button.ui-datepicker-trigger{
	left: -23px;
	position: relative;
}
#body form .submit{
	float: right;
	width: 142px;
	height: 25px;
	padding: 0 0 3px 0;
	margin-right: 2px;
	margin-bottom: 1.5em;
	background-image: url(../nps/bg_form_input_submit.png);
	color: #000;
	cursor: pointer;
}
#body .error{
	background: #21232e;
	color: #EFD31D;
	padding: 6px 10px;
	-moz-border-radius: 5px;
}
/* ================================================================================================ */
/* = TEXT FORMATS																				  = */
/* ================================================================================================ */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
	margin: 5px 0 23px 0;
	color: #E5E5E5;
	font-size: 25px; 
}
.content a{
	color: #ffdda2;
}
.content a:hover,
.content a:focus,
.content a:active{
	text-decoration: underline;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
	font-size: 22px;
	line-height: 24px; 
}
.content p,
.content ul,
.content ol,
.content table,
.content hr{
	margin: 0 0 1.24em 0;
}
.content li{
	padding: 0 0 0.25em 35px;
	background: url(../nps/bullitpoint.png) no-repeat 10px 1px;
}
.content hr{
	border-top: 1px solid #FFF;
}
.content b,
.content strong{
	font-weight: bolder;
}
.content i,
.content em{
	font-style: italic;
}
/* ================================================================================================ */
.content table{
	width: 100%;
	border-top: 1px solid #21232e;
}
.content table th,
.content table td{
	border-bottom: 1px solid #21232e;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}
.content table thead th{
	background: #21232e;
	color: #FFF;
	vertical-align: bottom;
}
.content table tbody th{
	background: #292b3b;
}
/* ================================================================================================ */
.content .links li{
	margin-left: -4px;
	padding-left: 0;
	background: none;
}
.content .links li a{
	display: block;
	width: 105px;
	height: 22px;
	padding: 5px 15px 0 30px;
	background: url(../nps/home/button.png) no-repeat left top;
	color: #472C00;
}
#button-print{
	display: block;
	width: 105px;
	height: 22px;
	padding: 5px 15px 0 30px;
	background: url(../nps/home/button.png) no-repeat left top;
	color: #472C00;
}
/* ================================================================================================ */
.hidden{
	display: none;
}
.ui-datepicker-trigger{
	display: none!important; 
}
/* ================================================================================================ */
