* {
  font-family: verdana, arial, sans-serif;
}

html {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
}

body {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
	font-size: 0.8em;
	background:#89b483;
 overflow: auto;	
}

#outer {
  position:absolute;
  left:50%;
  top:0px;
  margin-left:-500px;
  margin-bottom: 20px;
  width:1000px;
  background:#fff;
  background:#fff url('../img/back.png') repeat-y;
  min-height: 100%;
}

* html #outer {
	height: 100%;
}

#header {
  width:1000px;
  top:0px;
  height:100px;
}

#footer {
  position: absolute;
  clear: both;
  left:0px;
  bottom: 0px;
  padding: 0px;
  width:1000px;
  height:30px;
  text-align: right;
  font-size: 0.8em;
}

#navigation {
  float: left;
  padding-left: 20px;
  margin-top: 40px;  
	width:220px;
  font-size:11px;
	font-weight:bold;
	color:#303030;
	text-decoration:none;
  text-align:left;
}

#navigation a{
	color:#303030;
  display:block;
	text-decoration:none;
  line-height: 130%;
  margin-bottom: 4px;
}

#navigation hr {
  color:#828382;
  border-top: 1px solid #828382;
  border-bottom: 1px solid #929392;
}

.navlinkmain {
  margin-left:0px;
    border-bottom: 1px solid #88AA88;
    font-weight: bold;
    font-size: 13px; 
}

.navlink1 {
  margin-left:10px;
  margin-right:10px;
}

.navlink2 {
  margin-left:20px;
  margin-right:20px;
  font-weight: normal;
}

#navigation a.current {
  color:#177600;
}

#content {
  position: relative;
  float: right;
  margin-top:40px;
  padding:0px 30px 30px;
  width:680px;
}

.druckversion {
  float:right;
	font-family: verdana;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.3em;
	text-align: right;
	margin: -25px 0px 0px 0px;
	width: 160px;
}

.druckversion a {
	color: #000000;  
}

.druckversion a:hover {
  color: #89B483;
}

.textContainer {  
	font-family:	verdana;
	font-size: 		1em;
	color:#000000;
	line-height:	1.3em;
}

.adressContainer {
	float:right;
	font-family: verdana;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.3em;
	text-align: right;
	padding: 3px;
	margin: 0px 0px 0px 20px;
	width: 160px;
	background:#efefef;
	border:1px solid #a0a0a0;
}

h1 {
  clear:left;
	font-family:	verdana;
	font-size: 		1.4em;
	margin:			0px;
 	margin-right:200px;	
	border-bottom:	1px solid #000;	
}

h2 {
	font-family:	verdana;
	font-size: 		1.1em;
	padding-bottom:	2px;
	/*border-bottom:	1px solid #a0a0a0;*/
	margin: 0;
  	margin-right:200px;
	margin-bottom:	2px;
	page-break-before: auto;
}

h2 a {
	font-family:	verdana;
	font-weight:	normal;
	font-size: 		0.6em;
	color:			#aa0000;
	padding:		2px;
	text-decoration:none;
}

h3 {
    font-family:    verdana;
    font-size:      1.1em;
    /*background:     #C8D0C8;*/
    /*border-bottom:  1px solid #a0a0a0;*/
    margin:         0px;
    margin-bottom: 2px;
    /*padding-top:    5px;
    padding-left:   10px;*/
}

h3 a {
    text-decoration:none;
    color:          #333;
}

h3 a:hover {
    text-decoration:underline;
}

#imgContainer {
	float: right;
	width: 200px;
	padding-bottom:	20px;
}

.imgVorschau {
	float:left;
	width:100px;
	height:65px;
	margin-right:10px;
}

.imgbox1 {
	float:			right;
	clear:			right;
	font-family:	verdana;
	font-weight:	normal;
	font-size: 		0.8em;
	line-height:	1.2em;
	color:			#606060;
	padding:		3px;
	background:		#ffffff;
	border: 		1px solid #c0c0c0;
	margin:			20px 0px 0px 0px;
	width:			160px;
}

.thumb1 {
	width:			160px;
	border: 		0px;
}

.imgresize {
	float:			right;
	width:			11px;
	height:			11px;
	border: 		0px;
	margin-left:	5px;
}

.filebox1 {
	clear:			left;
	font-size: 		0.8em;
	line-height:	1.2em;
	padding-top:	5px;
	padding-bottom:	10px;
}

.filebox1 span {
	font-size: 		1.3em;
	font-weight:	bold;
}

.filebox1 img {
	float:			left;
	vertical-align:	middle;
	margin-right:	10px;
}

.filebox1 a{
    color:          #000000;
    text-decoration:none;
}

.filler {
    clear:          both;
    height:         0px;
    font-size:      1px;
}

.vorschautext {
  margin-top:10px;
  font-style:italic;
}

.ergebnis {
    text-decoration:none;
    padding:		0px;
    margin-bottom:  15px;
}

.ergebnis HR {
	width: 100%;
	height: 0px;
	border-top: 1px solid #a0a0a0;
	margin-bottom: 15px;	
}

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

.previewImage {
  margin: 10px;
  float: right;
  width: 80px;
}

#fullImage {
  padding: 10px;
  margin: 10px;
  width: auto;
}

#fullImage img {
  margin-bottom:10px;
}