/***-------------------------------- LAYOUT --------------------------------***/

body {
  height: 100%;
  text-align: center;
  background: #fff url('./gfx/shade.gif') center repeat-y;
  margin: 0px;
  padding: 0;
}

div#history {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div#history iframe {
  width: 100px;
  height: 100px;
}

div#all {
  width: 100%;
  height: 100%;
  background: transparent url('./gfx/headback.jpg') top center repeat-x;
}

div#body {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 880px;
  background: #fff;
}

div#head {
	position: relative;
	top: 0px;
	left: 0px;
	width: 620px;
	height: 352px;
	background: url('./gfx/back_ct.jpg') top center no-repeat;
	}

div#head object,
div#head embed {
  width: 620px;
  height: 270px;
  z-index: 3;
}

div#content,
div.hide,
div.show {
  padding: 15px 25px;
  padding-bottom: 120px;
}

div.hide {
  display: none;
}

div.show {
  display: block !important;
}

div#sitemap {
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 0px;
  padding-top: 25px;
  background: url('./gfx/map_back.png') top center no-repeat;
  z-index: 5;
  display: none;
}

div#sitemap.show {
  display: block;
}

div#sitemap .close {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 12px;
  height: 12px;
  color: #ccc;
  text-align: center;
  font: normal 10px 'Arial', 'Verdana', Sans-serif;
  border: 1px solid #ccc;
  cursor: pointer;
}

div#sitemap .close:hover {
  color: #458;
  border-color: #458;
}

div#sitemap ul {
  width: 150px;
  text-align: left;
  list-style: none outside;
  padding: 0px;
  background: #fff;
  margin: 0px auto;
  margin-top: 3px;
}

div#sitemap li {
  font: bold 10pt 'Georgia', 'Garamond', 'Times', Serif;
  text-align: center;
  padding: 0px;
  border-top: 1px dotted #458;
  margin: 10px 0px;
}

div#sitemap li li {
  font-weight: normal;
  border: none;
  margin: 0px;
}

div#sitemap li a {
  position: relative;
  left: 0px;
  top: -8pt;
  color: #000;
  padding: 0px;
  background: #fff;
  margin: 0px;
}

div#sitemap li a:hover {
  color: #458;
  text-decoration: none;
}

div#copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 620px;
  height: 58px;
  background: #fff url('./gfx/back_cb.jpg') bottom center no-repeat;
}

div#copy p {
  width: 334px;
  line-height: 58px;
  font: bold 12px 'Times New Roman', Serif;
  color: #432;
  vertical-align: bottom;
  padding-top: 25px;
  padding-bottom: 15px;
  margin: 0px;
  float: left;
}

div#copy a {
  color: #321;
  padding: 0px;
}

div#copy a img {
  height: 58px;
  margin: 0px;
}

table {
	width: 100%;
	height: auto;
	border-spacing: 0px;
	padding: 0px;
	background: none;
	border: none;
	margin: 0px;
	}

tr {
	background: none;
	}

td {
	vertical-align: top;
	background: none;
	}

td.center {
	width: 620px;
	background: #876;
	}

td.left,
td.right {
	width: auto;
	height: auto;
	}

td.left {
	background: transparent url('./gfx/back_lb.jpg') bottom right no-repeat;
	}
	
td.right {
	background: transparent url('./gfx/back_rb.jpg') bottom left no-repeat;
	}

td.left div,
td.right div {
	width: 100%;
	height: 480px;
	background-image: url('./gfx/headback.jpg');
	background-repeat: repeat-x;
	}

td.left div {
	background-position: top right;
	}
	
td.left div div {
	background: url('./gfx/back_lt.jpg') top right no-repeat;
	}

td.right div {
	background-position: top left;
	}
	
td.right div div {
	background: url('./gfx/back_rt.jpg') top left no-repeat;
	}

table.main {
	height: auto;
	min-height: 880px;
	background: transparent url('./gfx/footback.jpg') bottom center repeat-x;
	table-layout: fixed;
	}

.header {
  width: 620px;
  height: 270px;
  margin: 0px;
  margin-top:32px;
}

div.menu {
  position:absolute;
  bottom:0px;
  left:0px;
  width: 620px;
  height: 40px;
  text-align: left;
  border: none;
  margin: 0px;
  margin-top: 10px;
  white-space:nowrap;
}

div.menu p {
  width: 114px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  background: url('./gfx/tab_off-.gif') bottom repeat-x;
  margin: 0px;
  margin-right: 11px;
  margin-left: 1px;
  float:left;
  overflow: hidden;
}

div.menu p.on {
  width: 116px;
  background: #fff;
  margin-right: 10px;
  margin-left: 0px;
}

div.menu p#m5 {
	margin: 0 !important;
	}

div.menu p a {
  color: #000;
  padding-top: 0px;
}

div.menu p.on a {
  color: #458;
  padding-top: 1px;
}

div.menu p a:hover {
  color: #458;
  text-decoration: none;
}


/***-------------------------------- GENERAL --------------------------------***/

p, h1, h2, h3 {
  font: normal 10pt 'Georgia', 'Garamond', 'Times', Serif;
  color: #000;
  text-align: left;
  vertical-align: middle;
  border: none;
  margin: 0px;
  margin-top: 15px;
}

p {
  line-height: 120%;
  text-align: justify;
}

p.important {
	display: none;
}

h1 {
  height: 18px;
  color: #fff;
  font-size: 20px;
  vertical-align: top;
  padding: 10px 0px 0px 5px;
  background: url('./gfx/lineback.jpg') top no-repeat;
}

h1 a {
  color: #fff;
}

h2, h3 {
  font-weight: bold;
  font-size: 12pt;
}

h3 {
  color: #458;
  margin-top: 36px;
}

p.img {
  text-align: center;
  margin: 50px 0px;
}

p strong {
	font-weight: bold;
	}
	
p em {
	font-style: italic;
	font-variant: normal;
	}

div.table {
  min-height: 80px;
}

div.table p {
  position: relative;
  top: 0px;
  left: 0px;
  width: 180px;
  padding-left: 100px;
  float: left;
}

div.table p b {
  position: absolute;
  top: 0px;
  left: 0px;
}

em {
  font-style: normal;
  font-variant: small-caps;
}

a {
  color: #458;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
  margin: 0px;
}


/***-------------------------------- GALLERY --------------------------------***/

div#gallery {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  min-height: 375px;
  text-align: left;
  padding: 5px 0px;
  border: 1px solid #458;
  border-left: none;
  border-right: none;
  margin-top: 10px;
}

div#gallery div.thumbs {
  width: 210px;
  height: auto;
}

div#gallery div.thumbs img {
  width: 60px;
  height: 60px;
  margin: 5px;
  opacity: .75;
  filter: alpha(opacity=75);
}

div#gallery div.thumbs a:hover img,
div#gallery div.thumbs a:active img {
  opacity: 1;
  filter: alpha(opacity=100);  
}

div#gallery div#box0,
div#gallery div#box1 {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 350px;
  height: 350px;
  text-align: center;
  background: #fff;
}

div#gallery div#box0 {
  z-index: 2;
}

div#gallery div#box1 {
  z-index: 1;
}

div#gallery noscript {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}

div#gallery noscript,
div#gallery noscript iframe {
  width: 350px;
  height: 350px;
  text-align: center;
}

.show0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.show20 {
  opacity: .2;
  filter: alpha(opacity=20);
}

.show40 {
  opacity: .4;
  filter: alpha(opacity=40);
}

.show60 {
  opacity: .6;
  filter: alpha(opacity=60);
}

.show80 {
  opacity: .8;
  filter: alpha(opacity=80);
}

.show100 {
  opacity: 1;
  filter: alpha(opacity=100);
}


/***-------------------------------- GARDING --------------------------------***/

#sketch {
  text-align: center;
  padding-top: 5px;
}

#sketch iframe {
  width: 550px;
  height: 350px;
  border: none;
}

#sketch p {
  text-align: center;
  margin-top: 5px;
}

ul {
  list-style-type: disc;
  margin: 0px;
  margin-left: 20px;
}

li {
  color: #458;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 10px;
}

li span {
  color: #000;
}

img.mark {
   height: 24px;
   width: 24px;
   vertical-align: middle;
   margin-right: 10px;
}


/***-------------------------------- FORMULAR --------------------------------***/

form {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  text-align: left;
  border: 1px solid #458;
  border-left: none;
  border-right: none;
  margin: 20px 0px;
}

form#contact {
	height: 220px;
	}

form#guestbook {
	height: 190px;
	}

div.load {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff url('gfx/loading.gif') center no-repeat;
	z-index: 3;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
	}

form p {
  position: relative;
  top: 0px;
  left: 0px;
  width: 275px;
  color: #234;
  margin-left: 10px;
  float: left;
}

p code {
  font: normal 10pt 'Arial', Sans-serif;
  padding: 0px 5px;
  }

form p input,
form p textarea,
form p span {
  position: absolute;
  top: 0px;
  left: 80px;
  width: 170px;
  font: normal 10pt 'Arial', Sans-serif;
  vertical-align: middle;
  padding: 0px 5px;
  border: 1px solid #ccc;
}

form p span {
  border: none;
}

form p span input {
  position: static;
  width: auto;
  border: none;
}

form p span label {
  color: #000;
  margin-right: 20px;
  cursor: pointer;
}

form p textarea {
  width: 455px;
  padding: 2px 5px;
}

form#contact p textarea {
	height: 120px;
	}

form#guestbook p textarea {
	height: 90px;
	}

form p code {
  position: absolute;
  left: 0px;
  padding: 0px;
}

form#contact p code {
	top: 56px;
	}
	
form#guestbook p code {
	top: 26px;
	}

form p button {
  width: 70px;
  height: 25px;
  color: #234;
  font: normal 10pt 'Georgia', 'Garamond', 'Times', Serif;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

form p button:hover {
  border-color: #458;
}

div.error * {
  color: #800;
}

div.error .success {
  color: #458;
}

div.error ul {
  text-align: left;
}

div.error li {
	margin: 0px;
	margin-top: 6px;
	}

/***-------------------------------- EINTRAG --------------------------------***/

h3 span {
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	float: right;
	}

#entries {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 1px 0px;
	border: none;
	}

.entry {
	border: none;
	margin: 30px 12px;
	}

.entry h3 {
	font-size: 12px;
	padding: 6px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	margin-bottom: 6px;
	}
	
.entry h3 small {
	font-size: 1em;
	font-weight: normal;
	}

.entry span {
	font: 14px normal 'Times New Roman', 'Times', serif;
	padding-left: 15px;
	float: right;
	}
	
.entry span a img {
	height: 18px;
	width: 18px;
	vertical-align: middle;
	background: #8ad;
	margin-left: 5px;
	}

.entry span a:hover img {
	background: #458;
	}

.entry p {
	margin: 0.75em 10px;
	}
