/* 

####################################
##	 ~  http://djmattbee.com  ~ 
####################################
##						
##	CSS by Hannes Ühss
##	http://l-graphics.de 
##	info[at]l-graphics.de
##	Change: 30.06.2008
##					
####################################
####################################
 
*/


/*   #######	  Styles resetten	   ########   */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background-repeat: no-repeat;
	font-family: Verdana,sans-serif;
	font-weight: normal;

}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;

}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ------------------------------------------------------------------- */


body {
	background-color: #fff;
	background-image: url(../images/bg.gif);
	padding-top: 10px;
	padding-bottom: 0px;
	height: 100%;
}

strong {
	font-weight: bold;	
}

#container {
	position: relative;
	border: 0px solid black;
	width: 750px;
	margin: 0 auto;
}

/*   #######	  HEADER	########   */
		
#header {
	position: relative;
	border: 0px solid green;
	background-image: url(../images/header-bg.png);
	width: 100%;
	height: 247px;
}

#header-img {
	position: absolute;
	border: 0px solid black;
	width: 696px;
	height: 220px;
	margin-left: 27px;
	margin-top: 27px;
}


/*   #######	  MENÜ	########   */

#menu {

	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	color: #fff;
	width: 750px;
	height: 30px;
	position: relative;
	text-align: center;
}

#buttons {
	background-image: url(../images/menu-bg.png);
	background-color: #fff;
	background-repeat: repeat-x;
	
	height: 30px;
	width: 696px;
	border: 0px solid black;
	margin: 0 auto;
	text-align: left;
  
}

#buttons a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #000;
}

#menu ul, #content ul {
	clear: both;
}

#menu ul li, #content ul li {
	float: left;
}

/*	ITEMS	*/

#news {
  position: absolute;
  background: url(../images/nav_news.png) 0px 0px no-repeat;
  height: 30px;
  width: 48px;
  margin-left: 55px;
  text-indent: -9999px;
}
#news:hover {
background-position: 0px -30px;
cursor: hand;
}


#dates {
  position: absolute;
  background: url(../images/nav_dates.png) 0px 0px no-repeat;
  height: 30px;
  width: 50px;
  margin-left: 128px;
  text-indent: -9999px;
}
#dates:hover {
background-position: 0px -30px;
cursor: hand;
}


#biography {
  position: absolute;
  background: url(../images/nav_biography.png) 0px 0px no-repeat;
  height: 30px;
  width: 83px;
  margin-left: 203px;
  text-indent: -9999px;
}
#biography:hover {
background-position: 0px -30px;
cursor: hand;
}


#press {
  position: absolute;
  background: url(../images/nav_press.png) 0px 0px no-repeat;
  height: 30px;
  width: 51px;
  margin-left: 311px;
  text-indent: -9999px;
}
#press:hover {
background-position: 0px -30px;
cursor: hand;
}

/*

#guestbook {
  position: absolute;
  background: url(../images/nav_guestbook.png) 0px 0px no-repeat;
  height: 30px;
  width: 86px;
  margin-left: 422px;
  text-indent: -9999px;
}
#guestbook:hover {
background-position: 0px -30px;
cursor: hand;
}

*/


#booking {
  position: absolute;
  background: url(../images/nav_booking.png) 0px 0px no-repeat;
  height: 30px;
  width: 66px;
  margin-left: 387px;
  text-indent: -9999px;
}
#booking:hover {
background-position: 0px -30px;
cursor: hand;
}


#links {
  position: absolute;
  background: url(../images/nav_links.png) 0px 0px no-repeat;
  height: 30px;
  width: 46px;
  margin-left: 478px;
  text-indent: -9999px;
}
#links:hover {
background-position: 0px -30px;
cursor: hand;
}


#impressum {
  position: absolute;
  background: url(../images/nav_impressum.png) 0px 0px no-repeat;
  height: 30px;
  width: 92px;
  margin-left: 549px;
  text-indent: -9999px;
}
#impressum:hover {
background-position: 0px -30px;
cursor: hand;
}

/* Items automatisch hervorheben */

#b_news #news,
#b_dates #dates,
#b_biography #biography,
#b_press #press,
#b_guestbook #guestbook,
#b_booking #booking,
#b_links #links,
#b_impressum #impressum {
background-position: 0px -30px;
cursor: default;
}


/*   #######	    CONTENT	########   */

#content {

	padding-bottom: 15px;
	border: 0px solid black;
	width: 750px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	min-height: 620px;

}

#content h1 {
	font-family:Georgia,Times New Roman,Times,serif;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	color: #333;
	text-align: left;
	font-size: 1.25em;
}

#content h1.toggler_head {

   background-image: url('../images/expand.gif');
   background-repeat: no-repeat;
   padding-left: 55px;
   background-position: 40px 28px;
   cursor: pointer;   
}

#content h1 a {
	font-family: Georgia,Times New Roman,Times,serif;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 40px;
	color: #333;
	text-align: left;
	text-decoration: none;
}


#content h2 {
	font-family:Georgia,Times New Roman,Times,serif;
	padding-left: 41px;
	margin-top: 0;
	color: #848c8d;
	text-align: left;
	padding-top: 3px;
	font-size: 0.8em;

}

#content h2 img {
	vertical-align: bottom;
}

#content h3 {
	font-family:Georgia,Times New Roman,Times,serif;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	color: #000;
	text-align: center;
	font-size: 1.15em;
}

#content h3 b {
	font-weight: bold;
	
}

#content h4{
	font-family:Georgia,Times New Roman,Times,serif;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	color: #000;
	text-align: left;
	font-size: 1em;
}


#content p {
	margin-top: 8px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.5em;
	font-size: 0.75em;
}

#content p em {
	font-style: italic;
	text-align: center;

}
#content a img{
	padding: 20px 0 10px 40px;

}


#content p img {
	float: left;
	padding: 5px;
	border: 1px solid #d9d9d9;
	margin: 5px 10px 0 1px;

}

#content p a {
	color: #000;
	text-decoration: none;
}

#content p a:hover {
	color: #000;
	text-decoration: underline;
}

#content ul {
	padding-left: 40px;
	display: block;
}

#content ul img {
	float: left;
	padding: 5px;
	border: 1px solid #d9d9d9;
	margin-top: 10px;
	margin-right: 15px;
	
	/*
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #B2B2B2;
	*/
}


#content ul a:hover img{

background-color: #eee;
}

#content #clear {
	clear: both;
	
}
#presspics {
	padding-top: 20px;
	padding-left: 40px;
}

#presspics img {
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #d9d9d9;
}


#presspics a:hover img{
	background-color: #eee;

}

#booking-form {
	width: 696px;
	margin: 0 auto;
	padding-top: 20px;

}

#booking-form label {
	margin-top: 15px;
	margin-left: 12px;
	font-family:Georgia,Times New Roman,Times,serif;
	font-weight: normal;
	font-size: .85em;
	color: #474747;
	
}

#booking-form  .zemRequired {
	font-weight: bold;
}

#booking-form input, textarea, select {
	margin-top: 4px;
	margin-bottom: 12px;
	margin-left: 12px;
	font-weight: normal;
	color: #000;
	background-color: #f8f8f8;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	font-size: .95em;
	padding: 4px;
}

#booking-form input:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid black;
}

#booking-form input:hover, textarea:hover {
	background-color: #fff;
	
}

#booking-form .zemSubmit {
	margin-top: 30px;
	padding: 3px;
	color: #000;
	font-weight: normal;
	border: 3px double #ABABAB;
	background-image: url(../images/menu-bg.png);
}

#guestbook-content {
	height: 500px;
	width: 666px;
	margin: 15px auto;
	background-color: #eee;
	
}

#space {
	height: 300px;
	width: 696px;
	margin: 0px auto;


}




/*   #######	      FOOTER    	########   */

#footer {
	text-align: center;
	position: relative;
	background-color: #fff;
	color: #999;
	width: 650px;
	height: 30px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 85%;
}

#footer p {
  padding-top: 15px;
}

.toggle {
display: none;
background-color: #ccc;
}

.divider {
	text-align: center;
	margin-top: 15px;
	}