@charset "UTF-8";
/*====================================================
  Author: Phil Becker
  Web: http://www.philbecker.ch
  Copyright: Phil Becker, unless otherwise marked
  I've got a good mind to go out and join a club and beat you over the head with it.
======================================================*/
/*===Reset by Eric Meyer===*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*===General styling===*/
body {
	background: url(images/bg.jpg);
	font: 14px/1.9em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #6075a3;
	text-align: justify;
}
	
#wrapper {
	
}

#header {
	background: url(images/header.png) no-repeat top left;
	position: relative;
	height: 304px;
}

#header_logo {
	position: relative;
}

#navigation {
	position: absolute;
	top: 90px;
	left: 120px;
}

#main_nav span {
	display: none;
}

#home, #angebot, #gbook, #kontakt {
	background: url(images/navigation.png) no-repeat;
	position: absolute;
	height: 33px;
}

#home a, #angebot a, #gbook a, #kontakt a {
	display: block;
	height: 33px;
}
	
#home {
	top: 0;
	left: 0;
}

#home a {
	width: 87px;
}

#home:hover {
	background-position: -2px -33px;
}

#angebot {
	background-position: -87px 0;
	top: 70px;
	left: 0;
}

#angebot a {
	width: 129px;
}

#angebot:hover {
	background-position: -89px -33px;
}

#gbook {
	background-position: -216px 0;
	top: 0;
	right: 0;
}

#gbook a {
	width: 143px;
}

#gbook:hover {
	background-position: -218px -33px;
}

#kontakt {
	background-position: -359px 0;
	top: 70px;
	right: 0;
}

#kontakt a {
	width: 122px;
}

#kontakt:hover {
	background-position: -361px -33px;
}

#content {	
	background: #dcf4f5;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	border: 1px solid #96b7ff;
}

#content_frame {
	background: rgba(138,238,240,.6);
	padding: 20px;
	margin: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #96b7ff;
}

#content p {
	margin:  10px 30px;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 0 #bbb;
	text-indent: 1.5em;
}

#footer {
	clear: both;
	background: url(images/footer_ornament.png) no-repeat top left;
}

#footer ul {
	margin: 54px 33px;
}

#footer ul li {
	float: left;
	padding: 0 20px;
	font-variant: small-caps;
}

#footer ul li a {
	color: #999;
	text-decoration: none;
}

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

::selection {
        background: #01297f; /* Safari */
        }
::-moz-selection {
        background: #01297f; /* Firefox */
}

h1 {
	display: none;
}

h2 {
	font-size: 2.5em;
	border-bottom: 1px dotted #6075a3;
}

h3 {
	font-size: 2em;
}

h4, h5 {
	font-size: 1.8em;
}

h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Alex Brush';
	margin: 40px 0 0 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #c7b5e8;
}

a:link {
	color: #363636;
	text-shadow: 1px 1px 1px #6dffa0;
}

p a:link:before {
	margin: 0 5px 0 0;
	padding: 1px;
	font: 12px "Zapf Dingbats";
	content: "\27A2";
}

a:visited {
	color: #333;
}

p a:visited:before {
	margin: 0 5px 0 0;
	padding: 1px;
	color: #333;
	font: 12px "Zapf Dingbats";
	content: "\2713";
}

a:hover, a:active {
	text-shadow: 1px 1px 1px #6dffa0;
}

a[target="_blank"]:before {
	margin: 0;
	padding: 1px;
	color: #333;
	font: 12px "Zapf Dingbats";
	content: "\279A";
}


blockquote {
	margin: 1em 5em;
	padding: 1px;
	font-size: 1.3em;

	background: url(images/quote.png) no-repeat top left, rgba(150,183,255,.6);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	border: 1px solid #96b7ff;
	}

blockquote p:first-line {
	font-variant: small-caps;
}


blockquote span {
	font-size: .8em;
	font-style:italic;
	padding-left: 2em;

}

a.syst {
	position: relative;
	z-index: 1;
	text-decoration: none;	
}

a.syst span {
	display: none;
}

a.syst:hover span {
	position: absolute;
	display: block;
	width: 300px;
	background: #dcf4f5;
	color: #6075a3;
	bottom: 20px;
	left: -150px;
	padding: 10px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	border: 1px solid #96b7ff;
}

#sitzung {
	border: 1px solid #96b7ff;
	border-left: 5px solid #6075a3;
	margin: 0 40px;
	padding: 10px;
	background: rgba(150,183,255,.6);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
}

#sitzung li {
	list-style-type: decimal;
	margin-left: 20px;
}

/*===Lightbox===*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto;  border: 1px ridge #96b7ff;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; border: 1px ridge #96b7ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*===Lightbox finish===*/
/*
/*===Kontakt form Beginn===*/
form {
	margin-top: 20px;
}
label {
	float: left; 
	clear: left; 
	margin: 11px 20px 0 0; 
	width: 130px;
	text-align: right;
	text-shadow: 1px 1px 0 #bbb;
}

input {
	width: 220px; height: 30px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0;
	background: #defeff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #96b7ff;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 0 #bbb;
}
	input::-webkit-input-placeholder  {
    	color: #6075a3;
		font-size: 0.8em;
	}
	input:-moz-placeholder {
	    color: #6075a3;
		font-size: 0.8em;
	}

textarea {
	width: 220px; height: 100px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0;
	background: #defeff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #96b7ff;
}
	textarea::-webkit-input-placeholder  {
    	color: #6075a3;
		font-size: 0.8em;
	}
	textarea:-moz-placeholder {
	    color: #6075a3;
		font-size: 0.8em;
	}

input:focus, textarea:focus {
	background: #96b7ff;
}

input[type=submit] {
	width: 100px; height: 30px; float: right; padding: 6px 15px; margin: 0 145px 0 0;
	cursor: pointer;
}
/*===Kontakt Ende===*/
.caption {
	clear: both;
	font-style:italic;
}
.adressblock {
	clear: both;
	margin-left: 150px;
}
.adress_icon {
	width: 30px;
	float: left;
	}
	
.adress_text {
	margin: 0 0 5px 30px;
	}
	
.img_frame {
	float: left;
	border: 1px ridge #96b7ff;
	padding: 2px;
	background: #fff;
	margin: 30px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 5px #333;
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
}

.img_frame:hover {
	background: #96b7ff;
}
.img_frame img {
	border: 1px solid #96b7ff;
	padding: 1px;
	margin: 5px;
}

.profil_pic {
	width: 300px;
	margin: 0 auto;
}

/* 
GBook CSS Document
Template: default
Last modified: August 20th, 2009
*/

/*--------------------------------------------HEADER--------------------------------------------*/
#gbook_top_links{width:450px; height:50px; margin-left:120px; margin-top:10px;}

#gbook_top_links a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color: #003399; text-decoration:underline; font-weight:bold;}
#gbook_top_links a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; font-weight:bold;}

img.gbook_logo{margin-left:150px; margin-top:10px;}

span.gbook_entries_top{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#003399; text-decoration:none; line-height:25px;}

br.clear{clear:both;}

.clear{line-height:10px; clear:both}

hr{ width:99%; height:1px; color:#333333;}

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


/*--------------------------------------------BODY--------------------------------------------*/

.gbook_commentbox{width:350px; height:auto;display: table;
margin: 1em 6em;
	padding: 1px;
	background: rgba(150,183,255,.6);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	border: 1px solid #96b7ff;}

.gbook_left_box{width:30%; height:auto; float:left; position:relative;}
.gbook_right_box{width:68%; height:auto; float:right;}
.gbook_right_box_1{width:50%; height:auto; float:left;}
.gbook_right_box_2{width:50%; height:auto; float:right;}

img.gbook_nobrd{border:none; margin-left:10px; margin-right:3px;}
img.gbook_emoticons{border:none; margin-left:3px; margin-right:3px;}

span.gbook_submitted{ padding-left:5px; float:left; margin-bottom:7px; margin-top:3px;}
span.gbook_submitted_by{ font-size:12px; padding-left:5px; line-height:18px; }
span.gbook_comments{color:#FFFFFF; font-weight:bold; font-size:12px; margin-bottom:7px; float:left; margin-top:3px; }
span.gbook_comment{color:#464645; font-size:12px; float:left; line-height:18px; margin-right:5px; text-align:justify; }
span.gbook_added{color:#464645; font-size:11px; float:left }


a.gbook_submitted{color:#0066FF; text-decoration:underline;}
a.gbook_submitted:hover{color:#0066FF; text-decoration:none;}

.gbook_bottom a{color:#0066FF; text-decoration:underline; font-weight:bold;}
.gbook_bottom a:hover{color:#0066FF; text-decoration:none; font-weight:bold;}
.gbook_bottom {color:#0066FF; text-decoration:none;}


#gbook_guestbook{width:100%; height:auto; margin-bottom:20px;}
span.gbook_guestbook{color:#0e67af; font-weight:bold; text-align:center}
span.gbook_required{color:#464645; font-size:12px; }


#gbook_entries{width:500px; margin:0 auto; background-color:#f4f9fd; border: solid 1px #b0b0b1; margin-bottom:10px;}
.gbook_sign_error{color: #FF3333; font-weight: bold; margin-left:10px; margin-top:10px;}
.gbook_sign_text{font-size: 12px; color: #464645; margin-left:10px; margin-top:10px; margin-right:10px; text-align: justify;}
.gbook_sign_notice{color: #228B22; font-weight: bold; text-align: center; margin-bottom: 10px;}

.gbook_left{width:150px; height:auto; position:relative; float:left; margin-left:10px; margin-top:10px;}
.gbook_right{width:300px; height:auto; position:relative; float:left; margin-top:10px;}

span.gbook_entries{color:#464645; font-size:12px; line-height:25px; }
span.gbook_small{color:#464645; font-size:11px;}

#gbook_bottom_images{ width:400px; height:auto; position:relative; float:left; margin-left:10px; margin-top:15px;}
.gbook_bottom_images img{border:none;}

input.gbook_checkbox{vertical-align:middle;}

img.gbook_sec_img {border:none; margin-top:10px;}


#gbook_no_spam{position:relative; top:20px; width:100%; height:auto;}
.gbook_no_spam img{border:none}

body.gbook_emoticons{margin:0; padding:0; background-image:url(images/bg.png); background-repeat:repeat-x; background-color:#FFFFFF; color:#464645;}
div.gbook_emoticons{font-size: 12px; color: #464645; margin:10px; text-align: center;}
img.gbook_emoticon {border:none; margin:5px;}

/*--------------------------------------------BODY--------------------------------------------*/

