﻿/* ================================================================================================ */
/* == 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: #0D0A08 url(nps/bg_body.png) no-repeat center top;
	color: #d6c3ab;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.50em;
}
/* ================================================================================================ */
#page{
	width: 940px;
	margin: 0 auto;
	background: transparent;
}
#page hr{
	display: none;
}
/* ================================================================================================ */
/* = SPECIAL CASES 																				  = */
/* ================================================================================================ */
body#zanzibar{
 background: #080d14 url(nps/blue-bg_body.png) no-repeat center top;
}
#zanzibar #page #content #post .entry .wp-caption{
	background: #01060d;
}
#zanzibar #page #content #post .entry .wp-caption div{
	color: #c6deff;
}
/* ================================================================================================ */
/* = HEADER																						  = */
/* ================================================================================================ */
#page #header{
	height: 190px;
}
#page #header #logo{
	float: left;
	margin: 21px 0 0 397px;
}
#page #header #logokempinski{
	position: absolute;
	top: 123px;
	left: 50%;
	margin: 0 0 0 382px;
	z-index: 2;
}
/* = MENU																						  = */
#page #header #sidebar{
	float: left;
	margin: 26px 0 0 147px;
}
#page #header #sidebar ul li{
	background: url(nps/bg_sidebar_button.png) no-repeat left 1px;
	padding: 0 0 0 20px;
	font-size: 0.92em;
	color: #C7D96C;
	cursor: pointer;
}
#page #header #sidebar ul li#linkcat-2{
	background-image: url(nps/ico_share.png);
}
#page #header #sidebar ul li#subscribe{
	background-image: url(nps/ico_rss.png);
}
#page #header #sidebar ul li#booking{
	background-image: url(nps/ico_info.png);
}
#page #header #sidebar ul li#search-form{
	background-image: url(nps/ico_search.png);
}
#page #header #sidebar ul li#nav-calendar{
	background-image: url(nps/ico_calendar.png);
}
#page #header #sidebar ul li#tags-cloud{
	background-image: url(nps/ico_tags.png);
}
#page #header #sidebar ul li a{
	color: #C7D96C;
}
#page #header #sidebar #first_column{
	float: left;
	width: 142px;
}
#page #header #sidebar #second_column{
	float: left;
	width: 98px;
}
/* = CALENDAR																					  = */

#page #header #sidebar ul table{
	position: absolute;
	width: 140px;
	background: #1D1911;
	border: 1px solid #30281E;
	z-index: 99;
	margin: 0 0 0 -70px;
	text-align: center;
	cursor: auto;
}
#page #header #sidebar ul table caption{
	margin: 2px 0 0 0;
	background: #0D0601;
	border: 1px solid #30281E;
	border-bottom: 0;
}
#page #header #sidebar ul table th,
#page #header #sidebar ul table tfoot td{
	background: #0D0601;
}
#page #header #sidebar ul table td a{
	color: #F5AD14;
}
#page #header #sidebar ul ul,
#page #header #sidebar ul form,
#page #header #sidebar ul div.tags{
	width: 837px;
	height: 1.50em;
	margin: 0 0 0 -469px;
	padding: 1.50em 60px 1.50em 39px;
	background: #1D1911;
	border: 1px solid #30281E;
	color: #F5AD14;
	position: absolute;
	top: 190px;
	left: 50%;
	z-index: 0;
}
#page #header #sidebar ul ul{

}
#page #header #sidebar ul ul li{
	float: left;
	padding: 0;
	background: transparent;
	font-size: 1.00em;
	color: #F5AD14;
}
#page #header #sidebar ul ul li a{
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #F5AD14;
	color: #F5AD14;
}
/* Calendar Item */
#page #header #sidebar ul #calendar_item{
	position: absolute;
	width: 240px;
	background: #1D1911;
	border: 1px solid #30281E;
	border-bottom: 0;
	z-index: 99;
	margin: 0 0 0 -160px;
	text-align: center;
	cursor: auto;
}
#page #header #sidebar ul #calendar_item ul{
	width: 240px;
	height: auto;
	margin: 0;
	padding: 0;
	position: inherit;
	top: inherit;
	left: inherit;
}
#page #header #sidebar ul #calendar_item ul li{
	width: 240px;
	background-image: none;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #30281E;
}
#page #header #sidebar ul #calendar_item ul li a{
	display: block;
	padding: 2px 5px;
	margin: 0;
	border: 0;
	color: #C7D96C;
}
#page #header #sidebar ul #calendar_item ul li a:hover,
#page #header #sidebar ul #calendar_item ul li a:focus,
#page #header #sidebar ul #calendar_item ul li a:active{
	color: #F5AD14;
}
/* = SEARCH																						  = */
#page #header #sidebar ul form{

}
#page #header #sidebar ul form label{
	float: left;
	display: block;
	color: #F5AD14;
	margin: 0 1em 0 0;
}
#page #header #sidebar ul form input{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	width: 154px;
	height: 14px;
	padding: 3px;
	margin-right: 1em;
	background: url(nps/bg_input.png) no-repeat center center;
	border: 1px solid #000;
	color: #E6E6E6;
}
#page #header #sidebar ul form input#searchsubmit{
	width: 162px;
	height: 22px;
	padding: 0 0 2px 0;
	background: url(nps/bg_submit.png) no-repeat center center;
	color: #F5AD14;
	cursor: pointer;
	font-weight: bolder;
}
/* = TAGS																						  = */
#page #header #sidebar ul div.tags{

}
#page #header #sidebar ul div.tags a{
	font-size: 1em!important;
	color: #F5AD14;
	border-right: 1px solid #F5AD14;
	padding-right: 1em;
	margin-right: 1em;
}
/* ================================================================================================ */
/* = CONTENT																					  = */
/* ================================================================================================ */
#page #content{

}
/* = NAVIGATION																					  = */
#page #content .navigation.days{

}
#page #content .navigation.days div a{
	display: block;
	width: 30px;
	height: 100px;
	cursor: pointer;
	font-size: 0.67em;
	color: #402105;
	text-align: center;
	position: absolute;
	top: 310px;
	left: 50%;
	z-index: 5;
	line-height: 1.50em;
}
#page #content .navigation.days .back a{
	margin: 0 0 0 -520px;
	padding: 108px 2px 0 18px;
	background: url(nps/arrow_back.png);
}
#page #content .navigation.days .next a{
	margin: 0 0 0 470px;
	padding: 108px 18px 0 2px;
	background: url(nps/arrow_next.png);
}
/* = SHORT TEXT																					  = */
#page #content #post{
	margin: 0 0 2.42em 0;
	background: #1D1911;
	border: 1px solid #30281E;
	position: relative;
	z-index: 1;
}
#page #content #post.slider{
	margin-top: 5.00em!important;
}
#page #content #post #content_head{
	position: relative;
	width: 818px;
	height: 80px;
	padding: 36px 60px 10px 60px;
	background: #D0A448;
}
#page #content #post #content_head h1{
	float: left;
	display: block;
	width: 280px;
	margin-top: 14px;
	color: #00204E;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 2.00em;
	text-align: right;
}
#page #content #post #content_head .text .flir-image{
	margin: 1px 0 1px 0;
}
#page #content #post #content_head div{
	float: right;
	width: 460px;
	width: 459px;
	margin-left: 39px;
	padding-left: 39px;
	border-left: 1px solid #583E07;
	color: #402105;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
}
#page #content #post #content_head div h2{
	margin-bottom: 1px;
	color: #3D4221;
	font-size: 1.50em;
}
/* = MAIN IMAGE																					  = */
#page #content #post #content_head_image{
	width: 938px;
	height: 386px;
	position: relative;
	z-index: 1;
	background: #0d0601;
}
/* = TEXT																						  = */
#page #content #post .entry{
	min-height: 382px;
	margin: -382px 0 0 0;
	padding: 245px 60px 0 418px;
	background: url(nps/bg_img_layer.png) no-repeat center top;
	position: relative;
	z-index: 2;
}
#page #content #post .entry p,
#page #content #post .entry ul,
#page #content #post .entry ol{
	margin-bottom: 1.50em;
	letter-spacing: 0.6px;
}
#page #content #post .entry .flir-image{
	margin: 0 0 3px -2px;
}
#page #content #post .entry ul li{
list-style-type: disc;
margin-left: 1.5em;
}
#page #content #post .entry a{
	color: #F5AD14;
}
#page #content #post .entry a:hover,
#page #content #post .entry a:focus,
#page #content #post .entry a:active{
	text-decoration: underline;
}
#page #content #post .entry h2{
	color: #C7D96C;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 1.17em;
}
#page #content #post .entry h3,
#page #content #post .entry h4,
#page #content #post .entry h5,
#page #content #post .entry h6{
	color: #C7D96C;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 1em;
}
/* = VIDEOS																						  = */
#page #content #post .entry #mediaspace{
	float: left;
	width: 938px!important;
	margin: 0 0 1.67em -418px;
	background: #0D0601;
	position: relative;
	z-index: 3;
}
#page #content #post .entry #mediaspace div.pro-player-container{
	float: left;
	width: 639px;
}
#page #content #post .entry #mediaspace div.videodescription{
	float: right;
	width: 100px;
	padding: 17px 179px 0 20px;
	color: #F5AD14;
	font-size: 0.92em;
	font-style: italic;
}
#page #content #post .entry #mediaspace div h2{
	color: #C7D96C;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	margin-bottom: 0.21em;
	font-size: 2.18em;
	font-style: normal;
}
#page #content #post .entry #mediaspace div p{
	clear: both;
}
/* = IMAGES																						  = */
#page #content #post .entry .wp-caption{
	float: left;
	width: 938px!important;
	margin: 0 0 1.67em -418px;
	background: #0D0601;
	position: relative;
	z-index: 3;
}
#page #content #post .entry .wp-caption img{
	float: left;
}
#page #content #post .entry .wp-caption div{
	float: right;
	width: 100px;
	padding: 17px 179px 0 20px;
	color: #F5AD14;
	font-size: 0.92em;
	font-style: italic;
}
#page #content #post .entry .wp-caption div h2{
	color: #C7D96C;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	margin-bottom: 0.21em;
	font-size: 2.18em;
	font-style: normal;
}
#page #content #post .entry .wp-caption div p{
	clear: both;
}
/* = POLLS																						  = */
#page #content .wp-polls{
	float: left;
	width: 858px;
	margin: 0 0 2.42em 0;
	padding: 1.67em 40px;
	background: #1D1911;
	border: 1px solid #30281E;
}
#page #content .wp-polls a{
	color: #F5AD14;
}
#page #content .wp-polls h2{
	margin: 0 0 1.36em 2px;
	color: #F5AD14;
	font-size: 1.17em;
	font-style: italic;
}
#page #content .wp-polls input#submitvote{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	width: 162px;
	height: 22px;
	color: #F5AD14;
	cursor: pointer;
	font-weight: bolder;
	margin: 0 0 1.17em 0;
	padding: 0 0 2px 0;
	border: 1px solid #000;
	background: url(nps/bg_submit.png) no-repeat center center;
}
#page #content .wp-polls .wp-polls-ul{
	margin: 0 0 1.17em 0;
}
#page #content .wp-polls .wp-polls-ul .pollbar{
	background: #F5AD14;
	border-color: #EFD7A4;
}
/* = COMMENTS																					  = */
#page #content .wp-comments{
	float: left;
	width: 100%;
	margin: 0 0 2.42em 0;
	padding: 1.67em 0;
	background: #1D1911;
	border: 1px solid #30281E;
}
#page #content .wp-comments #respond{
	float: left;
	width: 342px;
	padding: 6px 0 0 39px;
	overflow: hidden;
}
#page #content .wp-comments #respond form p{
	margin: 0 0 1.17em 2px;
}
#page #content .wp-comments #respond form p a{
	color: #F5AD14;
}
#page #content .wp-comments #respond h2{
	margin: 0 0 1.36em 2px;
	color: #F5AD14;
	font-size: 1.17em;
	font-style: italic;
}
#page #content .wp-comments #respond .group{
	float: left;
	margin: 0 0 1.17em 0;
}
#page #content .wp-comments #respond label{
	color: #F5AD14;
	font-size: 0.92em;
	margin: 0 0 0 2px;
}
#page #content .wp-comments #respond input{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	width: 154px;
	height: 14px;
	padding: 3px;
	background: url(nps/bg_input.png) no-repeat center center;
	border: 1px solid #000;
	color: #E6E6E6;
}
#page #content .wp-comments #respond input#submit{
	width: 162px;
	height: 22px;
	padding: 0 0 2px 0;
	background: url(nps/bg_submit.png) no-repeat center center;
	color: #F5AD14;
	cursor: pointer;
	font-weight: bolder;
}
#page #content .wp-comments #respond input#author{
	margin: 0 18px 0 0;
}
#page #content .wp-comments #respond textarea{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	width: 334px;
	height: 203px;
	margin: 0.50em 0 1.50em 0;
	padding: 3px;
	background: url(nps/bg_textarea.png) no-repeat center center;
	border: 1px solid #000;
	color: #E6E6E6;
}
#page #content .wp-comments .wp-comment-list{
	float: right;
	width: 460px;
	padding: 0 60px 0 0;
}
#page #content .wp-comments .wp-comment-list h2{
	color: #C7D96C;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 1.17em;
}
#page #content .wp-comments .commentlist{
	width: 460px;
}
#page #content .wp-comments .commentlist li{
	margin: 0.83em 0 0 0;
	padding: 0.83em 0 0 0;
	border-top: 1px solid #3C3C21;
}
#page #content .wp-comments .commentlist .comment-author{

}
#page #content .wp-comments .commentlist .comment-author img{
	display: none;
}
#page #content .wp-comments .commentlist .comment-author .fn{
	font-weight: bolder;
	font-style: normal;
}
#page #content .wp-comments .commentlist .comment-author .says{
	display: none;
}
#page #content .wp-comments .commentlist .comment-meta{
	font-size: 0.83em;
}
#page #content .wp-comments .commentlist .comment-meta a{
	color: #F5AD14;
}
#page #content .wp-comments .commentlist p{
	font-style: italic;
}
/* ================================================================================================ */
/* = FOOTER																						  = */
/* ================================================================================================ */
#page #footer{
	padding: 1.42em 0 0 0;
	border-top: 1px solid #37270A;
}
#page #footer h2{
	margin: 0 0 1.25em 0;
	color: #B8B8B8;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size: 1em;
}
/* ================================================================================================ */
#page #footer .list{
	float: left;
	margin: 0 0 1.75em 0;
	font-weight: bold;
}
#page #footer .list li{
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #F5F0E7;
	font-size: 0.92em;
	line-height: 1.00em;
}
#page #footer .list li.first{
	padding-left: 0!important;
	margin-left: 0!important;
	border-left: 0!important;
}
#page #footer .list li a{
	color: #F5F0E7;
	text-decoration: underline;
}
/* = LOGOS																						  = */
#page #footer .list.logos{
	clear: both;
	width: 100%;
	padding: 0 0 1.08em 0;
	border-bottom: 1px solid #37270A;
}
#page #footer .list.logos li{
	padding: 0;
	margin: 0 20px 0 0;
	border: 0;
}
/* = TAGS																						  = */
#page #footer .list.tags{
	clear: both;
	width: 100%;
	padding: 0 0 1.75em 0;
	border-bottom: 1px solid #37270A;
}
#page #footer .list.tags li{
	padding: 0 7px 0 0;
	margin: 0 7px 7px 0;
	border-left: 0;
	border-right: 1px solid #B8B8B8;
}
#page #footer .list.tags li a{
	color: #B8B8B8;
	text-decoration: none;
}
#page #footer .list.tags li a:hover,
#page #footer .list.tags li a:focus,
#page #footer .list.tags li a:active{
	text-decoration: underline;
}
/* = MENU																						  = */
#page #footer .list.navigation{
	float: right;
	padding: 0 2px 0 0;
}
/* ================================================================================================ */
.hidden{
	display: none;
}
/* ================================================================================================ */