* {
	font-family: Verdana;
}
a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
h1 {
	display: none;
}
h2 {
	padding: 0px;
	margin: 0px;
}
html {
	width: 100%;
	height: 100%;
	background: url(./images/background_grey.png) repeat-x #B7B7B7 bottom fixed;
	font-size: 12px; 
}
#main_wrapper {
	width: 800px;
	margin: auto;
}
#main {
	width: 800px;
	height: 600px;
	margin: auto;
	border: 2px black solid;
	margin-top: 50px;
	background: url(./images/background.png) no-repeat;
	text-align: left;
}
#content_wrapper {
	width: 650px;
	height: 500px;
	margin-left: 130px;
	margin-top: 80px;
	overflow: hidden;
	background: url(./images/background_white.png) repeat;
}
#content {
	margin-top: 45px;
	width: 570px;
	height: 435px;
	margin-left: 70px;
	padding-right: 10px;
}
#signature {
	position: absolute;
	width: 500px;
	height: 50px;
	margin-left: 265px;
	margin-top: 567px;
	background: url(./images/signature.png) no-repeat;
}

#phantasie {
	position: absolute;
	width: 210px;
	height: 60px;
	margin-left: 15px;
	margin-top: 15px;
	background: url(./images/phantasie.png) no-repeat;
}

#header {
	position: absolute;
	width: 430px;
	height: 110px;
	margin-left: 300px;
	margin-top: 4px;
	background: url(./images/header.png) no-repeat;
}

.exen {
	position: absolute;
}
#echse1 {
	background: url(./images/echse1.png) no-repeat;
	width: 200px;
	height: 159px;
	margin-top: -50px;
	margin-left: -180px;
}
#echse2 {
	background: url(./images/echse2.png) no-repeat;
	width: 200px;
	height: 114px;
	margin-top: 580px;
	margin-left: 620px;
}

#navigation {
	position: absolute;
	margin-top: 100px;
	margin-left: 10px;
}
.navi_text {
	width: 150px;
	height: 25px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.subnavi_text {
	width: 140px;
	height: 22px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.navigation_button {
	width: 150px;
	height: 30px;
	margin-top: 15px;
	background-color: white;
	background: url(./images/buttons/button.png) no-repeat;
}
.navigation_button:hover {
	background: url(./images/buttons/button_hover.png) no-repeat !important;
}
.navigation_subbutton {
	width: 140px;
	height: 26px;
	margin-top: 15px;
	margin-left: 10px;
	background-color: white;
	background: url(./images/buttons/button_slave.png) no-repeat;
}
.navigation_subbutton:hover {
	background: url(./images/buttons/button_slave_hover.png) no-repeat !important;
}
.subnavigation {
	display: none;
}

#navigation_1 {
	margin-left: 10px;
}
#navigation_2 {
	margin-left: 20px;
}
#navigation_3 {
	margin-left: 0px;
}
#navigation_4 {
	margin-left: 20px;
}
#navigation_5 {
	margin-left: 30px;
}
#navigation_6 {
	margin-left: 5px;
}
#subnavi {
	margin-top: 50px;
}

#home {
	text-align: center;
	font-size: 14px;
}
#home a {
	font-weight: bold;
}
#footer {
	text-align: left;
	color: #FFFFFF;
	float: left;
	margin-left: 2px;
}
#footer_copyright {
	float: left;
	margin-left: 50px;
}
.footer_button {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.noscript {
	border: 2px red solid;
	background-color: white;
	width: 100%;
	position: fixed;
	text-align: center;
	z-index: -1;
}
#noscript_top {
	top: 0px;
}
#noscript_bottom {
	bottom: 0px;
}
.mini_nav {
	width: 100%;
	text-align: center;
}

.gallery_overview {
	margin-top: 20px;
}

.gallery_overview .thumb {
	float: left;
	width: 137px;
	height: 160px;
	background-color: black;
	margin-right: 1px;
	margin-bottom: 1px;
}
.gallery_overview .thumb img {
	margin: 5px;
	cursor: pointer;
}
.gallery_overview .thumb h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	color: white;
}
.gallery_link {
	cursor: pointer;
	font-weight: bold;
}
#image_window {
	position: absolute;
	width: 800px;
	height: 600px;
	background-color: black;
	z-index: 100;
	color: white;
	display: none;
	overflow: hidden;
}
#image_window #image_img {
	float: left;
	margin-left: 40px;
}
#image_window #image_div {
	position: absolute;
	width: 100%;
	height: 100%;
	float:left;
}
#image_window .image_sides {
	float: left;
	width: 40px;
	height: 570px;
	cursor: pointer;
	margin-left: 720px;
	text-align: center;
	font-size: 40px;
}
#image_window .image_sides:first-child {
	margin-left: 0px;
}
#image_window .image_bottom {
	height: 30px;
	width: 800px;
	float: left;
}
#image_window .image_bottom span {
	float: right;
	cursor: pointer;
	bottom: 10px;
	right: 40px;
	position: absolute;
	z-index: 200;
}
#image_window .image_bottom h3 {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	position: absolute;
	text-align: center;
	width: 800px;
}
#image_window p {
	width: 800px;
	text-align: center;
	margin-top: 200px;
}
#contact h2 {
	text-align: center;
}

#contact p {
	text-align: center;
	font-size: 14px;
}
#contact strong {
	cursor: pointer;
}

#contact_disclaimer a {
	color: #006633;
}

#contact_links h2 {
	text-align: center;
}
#contact_links p {
	font-size: 12px;
	margin-top: 0px;
}
#contact_links a {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#contact_links h3 {
	margin-top: 40px;
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}
.stories_description {
	border: 1px black solid;
	background: url('./images/background_stories.jpg');
	overflow: hidden;
	height: 20px;
	margin-top: 20px;
	font-size: 12px;
}
.stories_description h3 {
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
.stories_description .file_download {
	text-align: center;
	cursor: pointer;
	background: url('./images/pdf_icon.png') no-repeat;
	width: 50px;
	height: 50px;
	float: right;
	margin-top: -14px;
	margin-right: 10px;
}
.file_description {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.gallery_text a {
  font-weight: bold;
}

.gallery_text strong {
  cursor: pointer;
}

#stories_text a {
 font-weight: bold;
}

#stories_text h2 {
 text-align: center;
}


#contact_email label {
	float: left;
	height: 18px;
	width: 200px;
	margin-top: 3px;
}
#contact_email input {
	float: left;
	height: 16px;
	width: 200px;
}
#contact_email textarea {
	float: left;
	width: 200px;
	font-size: 12px;
}
#contact_email button {
	float: left;
	width: 204px;
	margin-left: 200px;
	line-height: 20px;
	margin-top: 10px;
}
#contact_email p {
	float: left;
	clear: both;
	width: 100%;
}

#message_to_user {
	color:red;
	font-weight: bold;
}

#about_me a {
	font-weight: bold;
}

#contact_guestbook a {
	font-weight: bold;
}

.gb_entry {
	float: left;
	border: 1px black solid;
	background: url('./images/background_stories.jpg');
	width: 500px;
	margin-bottom: 10px;
}
.gb_head {
	margin: 0px;
	background: black;
	color: white;
	float: left;
	width: 500px;
}
.gb_head h3 {
	margin: 0px;
	float: left;
	margin-left: 5px;
}
.gb_head span {
	float: right;
	font-size: 10px;
	margin-right: 5px;
}
.gb_entry p {
	margin: 5px;
}
.gb_user {
	font-weight: bold;
}
.gb_sites {
	float: right;
	width: 300px;
	height: 20px;
	text-align: right;
	margin-right: 50px;
}
.gb_sites span {
	cursor: pointer;
}
#gb_new_entry {
	cursor: pointer;
}

#gb_name {
	background: url('./images/gb_name.png');
	width: 200px;
	height: 20px;
	border: 1px black solid;
	margin-top: 10px;
	margin-left: 10px;
}
#gb_email {
	background: url('./images/gb_email.png');
	width: 200px;
	height: 20px;
	border: 1px black solid;
	margin-top: 10px;
	margin-left: 60px;
}
#gb_homepage {
	background: url('./images/gb_homepage.png');
	width: 200px;
	height: 20px;
	border: 1px black solid;
	margin-top: 10px;
	margin-left: 110px;
}
#gb_subject {
	background: url('./images/gb_subject.png');
	width: 200px;
	height: 20px;
	border: 1px black solid;
	margin-top: 20px;
}
.gb_email_homepage {
	font-size: 10px;
}
#gb_content {
	background: url('./images/gb_content.png');
	width: 400px;
	height: 200px;
	float: left;
	border: 1px black solid;
}
#contact_guestbook button {
	width: 190px;
}
.error {
	color: red;
	font-weight: bold;
}
