/* @override http://potsdamer-erlebnisnacht.de/css/style.css */

/*  potsdamer-erlebnisnacht.de */

/*
blau:        #34558B
orange       #FD7F25
text:        #555
beige:		 #F9E6AA
grau:        #CCC
*/

html, body {
   margin:0;
   padding:0;
}


body {
   height: 100%;
	padding: 0px 0 0px 0;	
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #555;
	background: #4C71A5 url(../images/layout/body-bg.png) repeat-x bottom left; 
}

a { color: #FD7F25;  text-decoration: none;}
a:visited { color: #FD7F25;}
a:hover { color: #FD7F25; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #FD7F25;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.8px; 
	line-height: 31px;
	margin-bottom: 15px;
}

h2 { color: #34558B; font-size: 20px; line-height: 24px; font-weight: bold;}
h3 { color: #34558B; font-size: 13px;}

.eng { margin-bottom: 2px; }

.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}


/* WRAPPER
----------------------------------------------------------------------------- */

#topbg {
	position: absolute;
	top:  0;
	left: 0;
	width: 100%;
	height:  231px;
	background: url(../images/layout/header-bg.png) repeat-x top left; 
}


#container {
    position: relative;   
	margin: 0 auto;
	width: 990px;
	background: url(../images/layout/content-shadow.png) no-repeat 0 231px; 
}

/* HEADER
----------------------------------------------------------------------------- */

#header {
 	width: 990px;
	height: 240px;
    clear: both;
	background: url(../images/layout/header-bg-bottom.png) no-repeat 20px bottom; 
}

#header h1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 990px;
	height:  220px;
	background: PINK;
	text-indent: -5000px;
	background: url(../images/layout/header-bg.jpg) no-repeat top left; 
}


/* CONTENT
----------------------------------------------------------------------------- */

#content {
   clear: both;
   margin: 0px auto 0px 0;
   padding-bottom: 150px; /* Footer height + extra */
   margin-left: 0px;
   width: 990px;
   background: url(../images/layout/content-bg.gif) repeat-y top;
   border: 0px solid RED;
}

/* NAV
----------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 200px;
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
	margin: 0px 30px 0 20px;
	padding: 20px 0 180px 0;
    background: url(../images/layout/nav-bg.png) repeat-x top;

}

#search label {	display: none;}

#search form {
	background: #C7D7E9;
	padding: 0;
	margin: 0;
}

#search input {
	font-size: 11px;
	color: #34558B;
	padding: 1px 4px;
	margin: 14px 0 14px 15px;
	width: 160px;
	border: 1px solid #A4BDDB;
}


/* MAIN
----------------------------------------------------------------------------- */

#main.wide { /* 2-spaltig*/
width: 680px;
} 

#main {
	width: 480px;
	float: left; 
	padding: 20px 0px 60px 0px;
    font-size: 12px;
	line-height: 18px;
	 min-height: 400px;
	 margin: 0 30px 0 0;
}

#main img {
	padding: 0px;
	border: none;
}

#main img a {
	border: none;
}

#main a:hover img { border: 0px solid #9C4C59; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
	display: block;
	clear: both;
}

.totop {
	position: absolute;
	height:25px;
	width: 100px;
	top: -25px;
	left:  230px;
	font-size: 11px;
	color:  #666;
    padding: 0px 0 2px 14px;
	background: url(../images/layout/nach-oben.gif) no-repeat left top; 
}

.totop a { text-transform: none; }

/* --- List --- */

#main ul {
	padding-left: 0px;
	margin: 0 0 15px 15px;
	list-style: none;
}

#main ul li {
	background: url(../images/layout/bullet-blue.gif) no-repeat left 6px;
	padding-left: 12px;
}

#main ul.sitemap { 
	margin: 0;
}

#main ul.sitemap li { 
	background-image: none;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 22px;
}

#main ul.sitemap li a { 
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #CCC;
}

#main ul.sitemap li ul { margin-bottom: 0;}

p.einleitung {
	font-size: 15px;
	line-height: 20px;
}

p.smalltext {
	font-size: 11px;
	line-height: 14px;
}

a.bulletlink, a:visited.bulletlink {
	font-weight: bold;
	padding:  0 0 0 10px;
	color: #34558B;
	background: url(../images/layout/bulletlink.gif) no-repeat left 1px; 
}

a:hover.bulletlink {
	color: #FD7F25;
	text-decoration: none;
}

.download {
	padding: 0 0 0 15px;
	background: url(../images/layout/download.gif) no-repeat left center; 
}


/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* gelb */
	padding: 10px 15px;
	margin: 0 0 10px 0;
	background: #F9E6AA url(../images/layout/box-bg-yellow.png) repeat-x top left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.box_1 a { 
	text-decoration: underline;
}

.box_2 { /* grau */
	padding: 10px 15px;
	background: #E5E5E5;
	margin: 0 0 10px 0;
}

.red { color: RED; }

.trennstrich-oben { /* p */
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* --- News --- */

/* Summary page */

.NewsSummary {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 0px 0 10px 0;
	margin: 0 0 0 0;
}

.NewsSummary h2 {
	padding: 0;
	margin: 4px 0 10px 0;
}

.NewsSummary p {
	margin: 0;
	padding: 0;
}

.NewsSummaryPostdate {
	font-size: 11px;
	color: #888;
	margin: 10px 0 0 0;
	font-weight: bold;

}
.pagenav {
	position: relative;
	padding-top: 15px;
	padding-right: 25px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

p.nextpage {
	position: absolute;
	text-align: right;
	right: 24px;
	top:  0;
	width: 200px;
}

p.nextpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	right: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}

.nextpage a { background: #F9E6AA url(../images/layout/nextpage.gif) no-repeat 0 0; }
.nextpage a:hover { background-position: bottom left; }

p.prevpage {
	position: absolute;
	left: 24px;
	top:  0;
	width: 200px;
}

p.prevpage a {
	position: absolute;
	width: 19px;
	height: 19px;
	left: -24px;
	top: 0px;
	text-indent: 555px;
	overflow: hidden;
}
.prevpage a { background: #F9E6AA url(../images/layout/prevpage.gif) no-repeat 0 0; }
.prevpage a:hover { background-position: bottom left; }

/* Detail page */

.NewsPostDetailDate { 
	font-size: 11px; 
	color: #777; 
	padding-bottom: 5px; 
	font-weight: bold;
}

.NewsPostDetailReturnLink {
	font-weight: bold;
	padding: 5px 0 0 0;
	margin-top: 18px;
	border-top: 1px solid #CCC;
}

/* --- Programm --- */

#main ul.programm {
	padding: 0;
	margin: 0 0 15px 0;
	width: 680px; 
	color:  #444;
}

#main ul.programm li {
	background-image: none;
	background: #F9E198;
	margin: 0 0 10px 0;
	padding: 0;
}

.programm .head {
	background: #FBC45B;
	position: relative;
	padding: 5px;
	border-bottom: 1px solid #FFF;
}

.programm .head h3 {
	color:  #444;
	display: inline;
	padding: 0 0px 0 0px;
	margin: 5px 8px 5px 10px;
}

.programm .head h3 a {
	color:  #444;
}

.programm .head h3 a:hover {}

.programm .head .adresse {
	padding: 0 10px 0 20px;
	background: url(../images/layout/pfeil-adresse.gif) no-repeat left center; 
}

.programm .bild {
	background: transparent;
	width: 150px;
	min-height: 20px;
	border-right: 1px solid #FFF;
	float: left;
}

.programm .darbietung p,
.programm .uhrzeit p
{ padding: 0; margin: 0; }

.programm .darbietung {
	background: none;
	float: left;
  	width: 370px;
  	margin: 0 0 0 -1px;
	padding: 10px 10px 15px 20px;
	border-left: 1px solid #FFF;
}

.programm .darbietung a {
	color:  #3C5D92;
}

.programm .uhrzeit {
	background: none;
	float: right;
	width: 110px;
	padding: 10px 10px 10px 0px;
}

/* --- Übernachtungen --- */

#main ul.hotels {
	padding: 0;
	margin: 0 0 15px 0;
	width: 480px; 
	color:  #444;
	border-top: 1px solid #CCC;
}

#main ul.hotels li {
	background-image: none;
	background: #FFF;
	margin: 0 0 1px 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#main ul.hotels li.tipp {
	background: #FAEAB6 url(../images/layout/tipp-bg.png) no-repeat top left;
} 

.hotels .logo {
	width: 150px;
	float:  left;
	overflow: hidden;	
}

.hotels .beschreibung {
	float:  left;
	width: 300px;
	overflow: hidden;
	padding: 10px 0 0 15px;
}

.hotels h3 { margin: 0; padding: 0px; }

/* --- iframe (GoogleMaps) --- */

iframe {
	background: #F1F1F1 url(../images/layout/ajax-loader.gif) no-repeat center;
}

/* SIDEBAR
----------------------------------------------------------------------------- */

#sidebar {
	float:  left;
	position: relative;
	width: 200px;
	margin-top: 20px;
}

#sidebar .block {
	float: left;
	width: 180px;
	font-size: 11px;
	margin: 0 0 10px 0;
	background: #D1DFEE;
	padding: 10px;
	overflow: hidden;
}

#sidebar a.bulletlink {
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	color: #34558B;
	background: url(../images/layout/bulletlink-small.gif) no-repeat left 1px; 

}

#sidebar h3 {
	font-size: 14px;
	margin: 0px;
	margin: -10px -10px 0 -10px;
	padding: 7px 10px;
	color: #FFF;
	background: #89A1C4 url(../images/layout/sidebar-header-bg.jpg) repeat-y top left;
	border-bottom: 1px solid #FFF;
}

#sidebar img {
	padding: 4px;
	margin: 5px 0 0px -5px;
	background-image: none;
	background: #FFF;
}

#sidebar a img, #sidebar a:visited img { border: none;}

/* --- Box Sponsoren --- */

#sidebar .sponsoren ul {
	list-style: none;
	margin: 7px 0 0 -2px;
	padding: 0px;
	width:  181px;
	background: #FFF;
	border: 2px solid #FFF;
	overflow: hidden;
}

#sidebar .sponsoren li {
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	line-height: 1px;
}

#sidebar .sponsoren li img {
	margin: 0 0px 0 0px;
    padding: 1px 1px 0 0;
    background: #34558B;
}

#sidebar .sponsoren li.first img {padding-top: 0px;}
#sidebar .sponsoren li.nospace img {padding-right: 0;}
#sidebar .sponsoren li a { display: block; float: left; height: 1%; /*IE*/ }	

/* --- Box Aktuell --- */

#sidebar .block.aktuell .postdate{
	margin: 5px 0 2px 0;
	font-size: 11px;
}

#sidebar .block.aktuell h4 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #91A8CA;
}
#sidebar .block.aktuell h4 a { color: #34558B; line-height: 16px;}


/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	position:absolute;
	width: 950px;
	height:150px;	
	margin: 0;
	bottom:0;
	left: 20px;
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
	background: #FAA91D url(../images/layout/footer-bg.png) repeat-x top;
}

#footer p {
	padding: 18px 0 0 20px;
	color: #333;
}

#footer p a {
	color: #333;
}

#footer a {
	color: #54544F;
	margin: 0 1px;
}

#footer a:hover { text-decoration: underline; }


/* ACCESSIBILITY
----------------------------------------------------------------------------- */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* clearing */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End of 'style' */

