/* general */


* {
}

body {
  position: relative;
	
	color: #000000;
	background: #e6c6c0 url(./img/hintergrund.jpg) fixed repeat top left; 
	margin: 0px;
	padding: 0px;

	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

img{
	border: 0px;
	vertical-align: bottom;
}

ul {
	list-style: none;
}

li, ul, dl{
  padding: 0px;
  margin: 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
  font-weight: bold;
  font-size: 115%;
  line-height: 80%;
	color: #403630;
}

h2 {
  font-size: 110%;
}

h2, h3 {
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 0px;
	line-height: 18pt;
	font-weight: bold;
  font-size: small;
	color: #403630;
}

p {

}

div#wrap {
  position: relative;
  width: 860px;
  height: 650px;
  margin: 15px auto;
  background-image: url(./img/mask.png);
  background-attachment: scroll;
  background-position: top left; 
  background-repeat: no-repeat;
}

div#menu {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 184px; /* actually 180, but trick for thumb-margin-right necessary */
  height: 140px;
  /* background-color: #CCC; */
  text-align: left;
}

div#menu li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}

div#menu li:hover, div#menu li.active {
  margin: 1px 3px 3px 1px;
}

div#submenu {
  position: absolute;
  top: 208px;
  left: 20px;
  width: 180px;
  height: 100px;
  /* background-color: #CCC; */

  font-weight: bold;
}

div#submenu a {
  color: #53453B;
  text-decoration: none;
  padding-right: 0.3em;
}

div#submenu a:hover {
  text-decoration: underline;
}

div#submenu li.active a {
  color: #DF9691;
  text-decoration: underline;
}

div#submenu li {
  float: left;
  margin-right: 0.2em;
}

div#thumbs {
  position: absolute;
  top: 326px;
  left: 20px;
  width: 188px; /* actually 180, but trick for thumb-margin-right necessary */
  height: 274px;
  /* background-color: #CCC; */
  text-align: left;
}

div#thumbs img {
  float: left;
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
}

div#thumbs img:hover, div#thumbs img.active {
  border: 1px solid #FFF;
  margin-right: 6px;
  margin-bottom: 6px;
} 


div#upperNextPrev, div#lowerNextPrev {
  position: absolute;
  top: 0px;
  left: 240px;
  width: 60px;
  height: 60px;
  /* background-color: #CCC; */

  text-align: left;
}

div#lowerNextPrev {
  top: 590px;
}

div#upperNextPrev a, div#upperNextPrev img, div#lowerNextPrev a, div#lowerNextPrev img {
  float: left;
}

div#imgContent {
  position: absolute;
  top: 100px;
  left: 220px;
  width: 620px;
  height: 450px;
  /* background-color: #CCC; */
  text-align: left;
}

div#imgDescription {
  position: absolute;
  top: 570px;
  left: 340px;
  width: 500px;
  height: 50px;
  
  text-align: left;
  color: #403630;
}

h1#title{
  position: absolute;
  top: 50px;
  left: 340px;
  z-index: 100;
  color: #DF9691;
}

div#txtContent {
  position: absolute;
  top: 80px;
  left: 340px;
  width: 500px;
  height: 520px;
  /* background-color: #CCC; */
  text-align: left;
  
  overflow: auto;
}

div#impressum {
  position: absolute;
  top: 620px;
  left: 340px;
  width: 520px;
  text-align: right;
  
  padding-top: 5px;

  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}


/* form */

form, fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}


label {
  clear: left;
  float: left;
  width: 100px;
}

input {
  float: left;

}

.csc-mailform-field input, .csc-mailform-field textarea {
  border: 1px solid #857062;
  width: 300px;
}

.csc-mailform-field input:hover, .csc-mailform-field textarea:hover {
  border: 1px solid #DF9691;
}

.csc-mailform-field {
  padding-top: 5px;
  clear: left;
  margin-bottom: 1px;
}

input.csc-mailform-submit{
  margin-left: 100px;
  background-color: #857062;
  color: white;  
  width: 100px;
  border: 0px;
}

input.csc-mailform-submit:hover {
  background-color: #DF9691;
  border: 0px;
}
