* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
  overflow-y:scroll;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-image: url(images/bg.gif);
  background-color: #CC9933;
  background-repeat: repeat-x;
  font-size: 12px;
  color: #693F39;
}

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

/* container */

.container {
  position:relative;
  width:971px;
  margin: auto;
}

.header {
  position:relative;
  height:391px;
  text-align:center;
}

.content {
  padding-top: 23px;
}

#footer {
  position: relative;
  width: 971px;
  margin-bottom:20px;
}

.galerie {
  position: relative;
  width: 646px;
  height: 396px;
}

#vorschau {
  position: absolute;
  width: 54px;
  height: 331px;
  top: 36px;
  left: 12px;
  overflow: hidden;
  z-index: 2;
}

#vorschau img{
  border: 2px solid #FFFFFF;
  margin-bottom: 12px;
  cursor: pointer;
}

#vorschau div{
  position: absolute;
}

#steuerung {
  position: absolute;
  bottom: 1px;
  left: 0px;
}

#steuerung img {
  cursor: pointer;
}

.vorschaubg {
  position: absolute;
  width: 78px;
  height: 379px;
  top: 0px;
  left: 0px;
  background-color: #000000;
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6;
  z-index: 1;
}

#vorschaupics {
  top: 0px;
  left: 0px;
}

h1 {
  font-weight: bold;
  font-size:14px;
  color:#8C0911;
  margin-top:0px;
  margin-bottom:0px;
}

.h1line {
	border-bottom:1px solid #726854;
	padding-bottom:4px;
	margin-bottom:17px;
}

h2 {
  font-weight: bold;
  font-size:13px;
  color:white;
  background-color: #6B3B14;
  padding:3px;
  margin:0px;
}

/* links */
a,a:link,a:visited,a:active {
  font-style: normal;
  color: #8C0911;
  text-decoration: none;
}

a:hover,a:focus {
  font-style: normal;
  color: #8C0911;
  text-decoration: underline;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  color:#726854;
  text-decoration: none;
  font-weight : normal;
}

a.blacklink:hover,a.blacklink:focus {
  text-decoration:none;
  color:#726854;
  text-decoration: underline;
  font-weight : normal;
}

ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
}

input,textarea,select{
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}




