/* CSS Document */

/*=============================================
Stylesheet für die Screen von Ferienwohnung Zingst - Inge Belz
Datein: screen.css
Media: screen
Datum: August 2009
Autorin: Miriam Asmus
================================================ */

body {
	margin-top: 2px;
	padding: 0;
	background: #FFFFFF url(../images/hg_side.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000066;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	color: #E24602;
	margin: 20px 0 4px 0;
	font-weight:bold;
	}
p, ul, ol {
	margin-top: 0;
	line-height: 130%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {color: #E94D25;
outline:none;
text-decoration:none;}
a:visited {color:#E94D25;
text-decoration:none;}
a:hover {color: #000066;
text-decoration:none;}
a:active { color:#E94D25;
text-decoration:none;} 


ul, ol { }
a img {	border: none;}

.skiplink {
	position:absolute;
	top: -200px;
	left: -300px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr { display: none; }

/* Wrapper */
#wrapper {

}

/* Header */
#header-wrapper {
	width: 880px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/kante_head.png) no-repeat left top;
}

/* Seite */
#seite {
	width: 900px;
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
}

/** LOGO */
#logo {
	width: 900px;
	height: 230px;
	margin: 0 auto;
	background: url(../images/pic_head.jpg) no-repeat left top;
}

/* Content */
#content {
	float: right;
	width: 660px;
}

/* Post */
.post {
	
}
.post .title {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 40px;
	background: url(../images/hg_titel_content.png) no-repeat left top;
	color: #0000CC;
	font-size: 1.3em;
	font-weight:bold;
}
.post .entry {
	padding: 15px 0px 0px 10px;
}

.post .entry p.haft {
font-size: 0.9em;
line-height: normal;
}


.post .zeiten {
	font-size: 1.1em;
	color: #E24602;
	margin: 5px 0 5px 0;
	font-weight:bold;
	}

/* Sidebar */
#sidebar {
	float: left;
	width: 195px;
}
#sidebar ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	
	padding: 0 0 0 0px;
}
#sidebar li ul {
	line-height: 200%;
}
#sidebar li li {
	margin: 7px 0 7px 0;
	padding: 0 20px;
}
#sidebar p {
	margin: 0;
	padding: 0 0 20px 20px;
	color:#000066;
	font-weight:bold;
}

#sidebar a {
		color:#000066;
		text-decoration:none;
}

#sidebar h2 {
	height: 33px;
	margin: 0 0 6px 0px;
	padding: 6px 0 2px 40px;
	background: url(../images/hg_titel_side.jpg) no-repeat left top;
	font-size: 1.2em;
	font-weight:bold;
	color: #0000CC;
}
#sidebar li li a {
	margin-right: 5px;
	padding: 5px 12px 5px 28px;
	background: url(../images/icon_kranichkopf.png) no-repeat left;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000066;
}
#sidebar li li a:hover { 
	text-decoration: none; 
	font-weight:bold;
	
	}
#sidebar li li a.selected { 
	text-decoration: none; 
	font-weight:bold;
	border-bottom: #F3B700 dotted 1px;
	cursor:text;
	
	}
	
/* Slideshow */
#gallery {
	position: relative;
	width:488px; 
	margin:10px 0px 30px 70px; 
	padding:1px; 
	border:1px solid #DCEDFF; 
	background:#DCEDFF;
}

#images {
	border:2px solid #DCEDFF; 
	height:350px; 
	background:#E2E0E1; 
	margin-bottom:3px;
}

#image {
	position:relative;
	width:480px; 
	height:350px; 
	padding:1px; 
	border:1px solid #666; 
	background:#FFF url(../images/loading.gif) center center no-repeat;
}

#image img {
	position:absolute; 
	
}

#thumbwrapper {
	margin-top:2px; 
	padding:1px; 
	width:488px; 
	height:109px; 
	border:1px solid #666; 
	background:#FFF;
}

#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:109px; 
	width:488px; 
}

#thumbs {
	position:absolute;
	list-style:none;
	margin-left:0px;
	height:109px;
	width:5014px;
	
	left: -30px;
	top: 1px;
 }

#thumbs li {
	float:left; 
	cursor:pointer;
}

.imgnav {
	position:absolute; 
	height:350px; 
	width:20%; 
	z-index:100; 
	height:350px; 
	width:20%; 
	z-index:100; 
	outline:none; 
	cursor:pointer;
}

#previmg {
	left:0; 
	background:url(../images/left.png) left center no-repeat; 
	
	}

#previmg:hover {
opacity:1; 
filter:alpha(opacity=100);
}

#nextimg {
right:-8px; 
background:url(../images/right.png) right center no-repeat; 


}

#nextimg:hover {
opacity:1; 
filter:alpha(opacity=100);
}
	
	

/* Footer */
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/hg_footer.jpg) no-repeat left top;
	height: 40px;
}
#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;  /* zentrieren */ 
   font-size: 80%;      /* etwas kleiner */
   font-style: normal;  /* normale Schrift, nicht kursiv */
   letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
   line-height: 1.5em;  /* Zeilenabstand */ 
}
#footer a {
	color: #000066;
	text-decoration:none;
	
   outline: none;
}
