html, body {
  margin: 0px;
  padding: 0px;
  background: #FFB73E url(../images/hintergrund.jpg) repeat-y;
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}

table {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}

h1 {
  font-size: 18px;
  color: orange;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  color: orange;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #F39A00;
  padding-top: 0;
  margin-top: 0;
  margin-top: 20px;
  margin-bottom: 4px;
}

h5 {
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

img {
  border: 0px;
}

a {
  color: #333;
  font-weight: bold;
  font-size: 11px;
}



th {
  background: #d4d4d4;
}

ul {
  list-style-image: url(../images/pfeil_vor.png);
}


.clear {
  clear: both;
}

#main {
  position: relative;
  width: 900px;
  background: #fff;
  padding: 0;
  margin: 0;
}

#logo {
  position: absolute;
  top: 15px;
  left: 50px;
  width: 150px;
  height: 30px;
  z-index: 2;
}

#topmenu {
  position:relative;
  width: 900px;
  height: 60px;
  text-align: right;
  font-size: 11px;
  background: #fff;
  
}

#topmenu ul {
  margin: 0;
  padding: 10px;
  
}

#topmenu li {
  display: inline;
  list-style: none;
  padding: 2px;
}

#topmenu a {
  color: #000;
  text-decoration: none;
}

#topmenu a:hover, #topmenu .active {
  text-decoration: underline;
}



#mainmenu {
  position: relative;
  width: 900px;
  height: 30px;
  background: #fff;
}

#mainmenu ul {
  width: 850px;
  padding: 0;
  height: 30px;
  margin: 0;
  float: right;
  background: #333333;
}

#mainmenu li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainmenu a {
  color: #fff;
  text-decoration: none;
  padding: 6px 21px 7px 21px;
  padding: 6px 0px 7px 0px;
  font-size: 13px;
  display: block;
  float: left;
  width: 121px;
  text-align: center;
}

#mainmenu .active {
  background: #F39A00;
}

#mainmenu a:hover {
  background: #737373;
}


#topimage {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 900px;
  height: 300px;
  border-bottom: 2px solid #fff;
}

#topimage_text {
  position: absolute;
  top: 138px;
  right: 0;
  width: 394px;
  height: 32px;
  background: #333;
  filter:alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity:0.9;
}

#inhalt {
  position: absolute;
  top: 274px;
  left: 50px;
  width: 850px;
  background: #fff;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999; 
}


#content {
  position: relative;
  width: 594px;
  float: left;
  margin: 15px;
  margin-right: 12px;
}

#info {
  position: relative;
  width: 200px;
  float: left;
  margin: 28px 0 0 8px;
  
}

.info_grau {
  width: 200px;
  background: #EDEDED;
  pppadding: 10px;
  font-size: 11px;
}

.info_weiss {
  width: 200px;
  ppppadding: 10px;
  font-size: 11px;
}

.image {
  border: 1px solid orange;
  padding: 1px;
  margin-right: 15px;
}

.input {
  border: 1px solid #BCBCBC;
  font-size: 12px;
  color: #333;
  padding: 2px;
  font-family: Tahoma, Arial, Verdana;;
}

.button {
  font-size: 12px;
}

.counter {
  width: 100px; 
  border: 0px; 
  font-size: 9px;
  color: #bcbcbc;
  background: #fff;
}

.youtube {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  line-height: 11px;
}






.pagebar {
	padding: 20px 0px;
	margin-right: 0.1em;
	margin-bottom: -0px;
	border: 0px solid #fff;
	text-decoration: none;
  font-size: 0.92em;
  text-align: left;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #D8D8D8;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #D8D8D8;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #F39A00;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #F39A00;
	color: #fff;
}

.pagebar a:hover {
	border-color: #F39A00;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.galerie_date {
  font-size: 11px;
  color: #FFB73E;
}


