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

html {
  overflow-y:scroll;
}

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

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

/* container */

.container {
  position:relative;
  width:954px;
  margin: auto;
  padding-right:10px;
  padding-left:10px;
  background-color:#F0EEDF;
}

.header {
  position:relative;
  height:151px;
  text-align:center;
  background-image: url(images/header_bg.gif);
  background-repeat: repeat-x;
  background-position: 0px 105px;
}

.border {
  border:1px solid #726854;
  padding:10px;
}

.nav_top {
  width: 195px;
  vertical-align: top;
  background-image: url(images/bg_nav.gif);
  background-repeat: repeat-y;
}

.nav_bottom {
  width: 195px;
  vertical-align: bottom;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-y;
}

.nav {
  padding-left:6px;
  padding-right:13px;
  width: 195px;
  font-size: 0px;
  line-height: 0px;
}

.content {
  width: 718px;
  vertical-align:top;
  height:473px;
}

.con_left_head {
	position:absolute;
   left:235px;
	top:162px;
}

.con_right_head {
	position:absolute;
   left:651px;
	top:162px;
}

.first_article {
	margin-top:109px;
}

.split {
	margin-top:10px;
}

.border1 {
	position:relative;
	border:4px solid #726854;
}

#border2 {
	position:relative;
	border:1px solid #FFFFFF;
   background-image: url(images/header_bg.gif);
   background-repeat: repeat-x;
	padding-top:6px;
}

* html #border2 {
  background-position:0px 1px;
}

.border3 {
	position:relative;
	border:1px solid #726854;
	background-color:#F8F6F4;
	background-image: url(images/content_bg.gif);
   background-repeat: repeat-x;
	background-position:top;
	padding:17px 20px 17px 20px;
	
}

.con_height {
  min-height: 312px;
  height: auto !important;
  height: 312px;
}

.ref_height {
  min-height: 348px;
  height: auto !important;
  height: 312px;
}

.img_rah {
	border:1px solid #726854;
	padding:3px;
}

.img_rah_2 {
	border:1px solid #726854;
	padding:3px;
	position:relative;
}

.split2 {
	margin-right:5px;
	text-align:center;
}

.float {
  float:left;
}

.zoom {
	position:absolute;
	top:165px;
	left:6px;
}

.zoom2 {
	position:absolute;
	top:116px;
	left:2px;
}

.referenz {
  position: relative;
  width: 210px;
  float: left;
  margin-left:18px;
  margin-bottom:14px;
  display: inline;
}

.brown {
	background-color: #E0D8CA;
}

.bottomnav {
	margin-top:17px;
	border-top:1px solid #726854;
	padding-top:8px;
	text-align:right;
}

.img_gold {
	background-image: url(images/header_bg.gif);
   background-repeat: repeat-x;
	padding-top:6px;
}

.img_desc {
	background-color: #E0D8CA;
	margin-top:3px;
	text-align:center;
	padding:8px;
}

.img_desc2 {
	background-color: #E0D8CA;
	margin-top:3px;
	text-align:center;
	padding-top:0px;
}

.img_desc_ref {
	background-color: #E0D8CA;
	margin-top:3px;
	text-align:center;
	padding:3px;
}
   
#error {
  position: absolute;
  left: 235px;
  top: 120px;
  width: 250px;
  border: 3px solid #726854;
  z-index: 10;
  color: #FFFFFF;
  background-color: #726854;
  text-align: center;
}

#footer {
  position: relative;
  width: 932px;
  border-bottom: 1px solid #726854;
  border-right: 1px solid #726854;
  border-left: 1px solid #726854;
  text-align:center;
  padding:10px;
  margin-bottom:10px;
}

/* container ende */

#tooltip {
  position: absolute;
  padding: 3px;
  color: #726854;
  text-align: center;
  background-color: #F9F8F7;
  border: 1px solid #726854;
  display: none;
  z-index: 20;
}

h1 {
  font-weight: bold;
  font-size:16px;
  color:#00B7AF;
  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: #726854;
  text-decoration: underline;
  font-weight:bold;
}

a:hover,a:focus {
  font-style: normal;
  color: #726854;
  text-decoration: none;
  font-weight:bold;
}

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;
  font-size: 12px;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}

p {
  margin: 0px;
  padding: 0px;
}