/* ================================================================================================ */
/* == CSS:   	default.css - Standard-Stylesheet (Screen)										 == */
/* ==																		 					 == */
/* == Author:  	Björn Lorenz, Skull Design - http://www.skulls-world.de/						 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: 0;
}
/* ================================================================================================ */
body{
	background: #95B4E4 url(../nps/bg_body.png) repeat-y center top;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 0.75em;
}
#head{
	height: 212px; 
	background: #83A2DB url(../nps/bg_head.png) repeat-y center top;
	overflow: hidden;
	position: relative;	
}
#navigation{
	height: 48px; 
	margin: -5px 0 0 0;
	background: url(../nps/bg_navigation.png) repeat-x center center;
	overflow: hidden;
	position: relative;	
}
#body{
	position: relative;
}
/* ================================================================================================ */
#head .content{
	width: 745px;
	margin: 0 auto; 
}
#head #teaser{
	position: relative; 
	top: -250px;
	left: 580px; 
}
#head #slogan{
	position: relative; 
	top: -220px;
	left: 445px; 
}
/* ================================================================================================ */
#navigation .content{
	width: 745px;
	height: 36px;
	margin: 6px auto; 
	overflow: hidden;
}
#navigation #logo{
	float: left; 
	margin: 4px 0 0 10px;
}
#navigation ul{
	float: right;
	margin: 16px 10px 0 0;
}
#navigation ul li{
	float: left;
}
#navigation ul li a{
	display: block; 
	height: 19px; 
	line-height: 19px; 
	margin: 0 0 0 5px;
	padding: 1px 6px; 
	color: #FFF;
}
#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active,
#navigation ul li.active a{
	padding: 0 5px; 
	background: url(../nps/bg_navigation_item.png) repeat-x;
	border: 1px solid #FFF;	
	-moz-border-radius: 4px 4px 0 0 ;
}
/* ================================================================================================ */
#body .article{
	width: 707px;
	margin: 19px auto;
}
#body .article .content{
	float: left; 
	width: 536px;
	margin-bottom: 19px;
}
#body .article .marginal{
	float: right; 
	width: 152px;
	margin-bottom: 19px;
}
/* ================================================================================================ */
#body .article .content h1{
	margin-bottom: 1em;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
	clear: both;
}
#body .article .content h2,
#body .article .content h3,
#body .article .content h4,
#body .article .content h5,
#body .article .content h6{
	margin-bottom: 0.43em;
	font-size: 1.17em;
	font-weight: bolder;
	clear: both;
}
#body .article .content p,
#body .article .content ul,
#body .article .content ol,
#body .article .content table{
	margin-bottom: 1.00em;
}
#body .article .content ul,
#body .article .content ol{
	margin-left: 2.00em;
}
#body .article .content ul li{
	list-style: disc;
}
#body .article .content ol li{
	list-style: decimal;
}
#body .article .content a{
	color: #F5AA28;
	text-decoration: underline;
}
/* ================================================================================================ */
/* == Googlemaps																				 == */
/* ================================================================================================ */
#googlemap{
	width: 534px;
	height: 400px;
	margin: 1em 0 2em 0;
	border: 1px solid #FFF;
	color: #314E99;
}
/* ================================================================================================ */
/* == Offers																					 == */
/* ================================================================================================ */
#offers{
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	clear: both; 
}
#offers .offer{
	float: left;
	width: 167px;
	height: 163px;
	margin: 0 0 0 17px;
	background: url(../nps/bg_offer.png) no-repeat;
	overflow: hidden;
	font-size: 0.92em;
}
#offers .offer.first{
	margin-left: 0;
}
#body .article .content  #offers .offer h3{
	display: block; 
	width: 100%; 
	height: 24px;
	line-height: 24px;
	font-size: 0.82em;
	font-weight: normal;
	text-align: center; 
	overflow: hidden;
}
#offers .offer div{
	margin: 7px;
}
#offers .offer strong em{
	font-size: 1.25em; 
	font-style: normal;
	font-weight: bolder;
}

/* ================================================================================================ */
/* == Calendar																					 == */
/* ================================================================================================ */
#calendar{
	width: 152px;
	height: 163px;
	background: url(../nps/bg_calendar.png) no-repeat;
	font-size: 0.83em;
	overflow: hidden;
	position: relative; 
	z-index: 2; 
}
#calendar .items{
	position: relative; 
	z-index: 1; 
	width: 1824px; /* 12x .item (=152px) */
	height: 163px;
}
#calendar .item{
	width: 152px;
	height: 163px;
	float: left;
}
#calendar h1{
	line-height: 1.70em; 
	text-align: center;
	font-size: 1.10em;
	font-weight: normal;
}
#calendar table{
	margin: 2px 0 0 9px;
}
#calendar th{
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;	
	border-bottom: 1px solid #7085BF;
}
#calendar td{
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}
#calendar td.full{
	background: #263C77;
}
#calendar td.half{
	background: url(../nps/bg_calender_half.png) no-repeat;
}
#calendar .navigation{
	position: relative; 
	top: -160px; 
	z-index: 10;	
}
#calendar .navigation li{
	float: left;
	width: 20px; 	
	cursor: pointer;
	text-align: center;
}
#calendar .navigation li.next{
	float: right;
}
/* ================================================================================================ */
.gallery{
	width: 496px;
	height: 134px;
	margin: 0 0 1.00em 0;
	padding: 0 20px;
	background: url(../nps/bg_gallery.png) no-repeat;
	overflow: hidden;
}
.gallery .masking{
	width: 496px;
	height: 134px;
	overflow: hidden;
	
	position: relative; 
	z-index: 2;
}
#body .article .content .gallery .items{
	width: 10000px;
	margin: 0; 
	padding: 9px; 
	list-style-type: none; 
	
	position: relative; 
	z-index: 1;
}
#body .article .content .gallery  .items li{
	float: left;
	margin: 0 14px 0 0;
	padding: 0; 
	list-style-type: none; 
}
.gallery .items li img{
	border: 2px solid #314E99;
}
#body .article .content .gallery  .navigation{
	margin: 0; 
	padding: 0; 
	list-style
}
#body .article .content .gallery  .navigation li{
	float: left;
	display: block; 
	width: 20px;
	height: 134px;
	line-height: 134px;
	cursor: pointer;
	text-align: center;
	position: relative; 
	top: -134px; 
	left: -20px;
	z-index: 10;
}
#body .article .content .gallery  .navigation li.next{
	left: 476px;	
}
/* ================================================================================================ */
#admin table{
	width: 536px;
}
#admin table td, 
#admin table th{
	padding: 2px 5px;
}
#admin table thead th{
	background: #83A2DB;
	border-top: 1px solid #0D1427;
	border-bottom: 1px solid #0D1427;
	color: #0D1427;
	font-weight: bolder; 
	text-align: left;
}
#admin table tbody{
	height: 30em; 
	overflow-y: auto;
	overflow-x: hidden;
}
#admin table tbody th{
	border: 1px solid #DCE6F6;
	font-weight: bolder; 
	text-align: center;
}
#admin table tbody .sunday td{
	background: #5975C1;
}
#admin input{
	background: #DCE6F6;
	color: #000;
	padding: 1px 2px; 
	text-align: right;
	width: 120px;
}
#admin .small input{
	width: 60px;
}
#admin input.submit{
	width: 33%;
	background: #83A2DB;
	border: 1px solid #0D1427;
	color: #0D1427;
	cursor: pointer;
	text-align: center;
}
/* ================================================================================================ */

