html,body {
	height: 100%;
}

/* ende backslash hack */ /* safari wrapper (thanks to Tim Connor) */
html>body  #minheight {
	float: left;
	width: 0;
	height: 100%;
	margin-bottom: -62px;
}

/* fuer IE mac */
*>html #clearfooter {
	float: left;
	width: 100%;
}

/* gegen IEs 3-Pixel-Bug */
* html #content {
	height: 1%;
}

/* fuer IE (der 'height' sowieso als 'min-height' sieht */
* html #wrapper {
	height: 100%;
}

/* Platz fuer 'header' und 'footer' schaffen */
#clearheader {
	height: 70px;
}

#clearfooter {
	clear: both;
	height: 60px;
}

/* Bei folgenden die Margins immer 1px weniger als die width setzen,
   da sonst u.U. der 'footer' nicht nach unten gedrueckt wird! */
#links {
	position: relative;
	width: 110px;
	float: left;
	margin-top: 110px;
	margin-left: -177px;
}

#rechts {
	position: relative;
	width: 150px;
	float: right;
	margin-top: 60px;
	margin-right: -149px;
}

/* Alle margins und paddings auf '0' setzen */
* {
	margin: 0;
	padding: 0;
}

p,li {
	font-size: 80%;
	line-height: 140%;
}

table {
	font-size: 11px;
	/*	border-width: 1px;
	border-color: black;
	*/
	width: 100%;
	background-color: #f0f0f0;
	/*	border-style: solid;
	text-align: justify;
*/
}

td {
	font-size: 11px;
	border-width: 1px;
	border-color: #a1a1a1;
	width: 100%;
	background-color: #f0f0f0;
	border-style: solid;
	text-align: justify;
}

h1 {
	font-size: 103%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	color: #000;
	background-image: url(../graphic/border.jpg);
}

#wrapper { /*min-height: 100%;*/
	margin: 0 150px -60px 180px;
}  /* -60px = 'footer'-Höhe */
#header {
	background-image: url(../graphic/headbg2.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #eeeeee;
	color: #000;
	text-align: center;
}

#footer {
	background-image: url(../graphic/bottbg2.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #eeeeee;
	color: #000;
	text-align: center;
	clear: both;
}

#footer a {
	position: relative;
	top: 10px;
	padding: 1px 10px;
	background-color: transparent;
	color: #600;
	text-decoration: none;
}

#content {
	position: relative;
	text-align: center;
}

#content #spiegel {
	width: 42em;
	/*max-width: 640px;*/
	margin: 14 auto;
	text-align: left;
}

#spiegel h1 {
	padding: 30px 0px 20px 0px;
}

#spiegel p {
	margin: 0px 0px 20px 0px;
}

#topmenue {
	position: absolute;
	top: 10px;
	left: 200px;
	z-index: 250;
}

#topmenue ul li {
	display: inline;
	border: 1px solid #af8129;
	background-color: #f1e2c3;
	color: #600;
}

#topmenue a {
	padding: 1px 10px;
	background-color: transparent;
	color: #600;
	text-decoration: none;
}

#leftmenue {
	width: 110px;
}

#leftmenue a {
	display: block;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	background-color: #eeeeee;
	color: #600;
	text-decoration: none;
	border: 1px solid #a1a1a1;
}

#leftmenue ul li a:hover {
	background-color: #a8aab0;
	color: #900;
}

#leftmenue ul li {
	list-style: none;
	list-style-type: none;
}

#leftmenue_ebene2 {
	position: relative;
	left: 10px;
	width: 150px;
}

#leftmenue_ebene2 a {
	display: block;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	background-color: #eeeeee;
	color: #600;
	text-decoration: none;
	border: 1px solid #a1a1a1;
}

#leftmenue_ebene2 ul li a:hover {
	background-color: #a8aab0;
	color: #900;
}

#leftmenue_ebene2 ul li {
	list-style: none;
	list-style-type: none;
}

#teaserbox {
	width: 150px;
}

.teaser {
	margin: 10px 5px 0 0;
	background-color: #f5f5f5;
}

.teaser h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #eeeeee;
	color: #000;
	border: 1px solid #a1a1a1;
}

.teaser p {
	padding: 0px 0px 0px 5px;
	font-size: 70%;
}

/* vier 'Ecken' */
#tl,#tr,#bl,#br {
	position: absolute;
	background-repeat: no-repeat;
}

#tl {
	top: 0;
	left: 0;
	background-image: url(../graphic/topleft2.gif);
	width: 195px;
	height: 175px;
	z-index: 150;
}

#tr {
	top: 0;
	right: 0;
	width: 144px;
	height: 112px;
	background-image: url(../graphic/topright2.gif);
	z-index: 151;
}

#bl {
	bottom: 0;
	left: 0;
	width: 195px;
	height: 60px;
	background-image: url(../graphic/bottomleft2.gif);
	z-index: 152;
}

#br {
	bottom: 0;
	right: 0;
	float: right;
	width: 195px;
	height: 60px;
	background-image: url(../graphic/bottomright2.gif);
	background-position: top right;
	z-index: 153;
}

/* */ /* sonstiges */
.invis,hr { /*	display: none;*/
	
}

A {
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: right;
}

A:link {
	text-decoration: none;
	color: #4c6ab5;
	font-style: normal;
}

A:visited {
	text-decoration: none;;
	font-style: normal;
}

A:active {
	color: #dcdcdc;
	text-decoration: none;;
	font-style: normal;
}

A:link {
	color: #600;
	font-style: normal;
}

A:visited {
	color: #600;
	font-style: normal;
}

A:hover {
	color: #c00;
}

img {
	border: 0 none;
}

/*
Kontaktformular,noch Fehler enthalten
*/
form {
	padding-right: 30px;
	padding-top: 10px;
	font-size: 12px;
	color: #3a3737;
	text-align: right;
}

.Bereich,.Feld {
	color: #3a3737;
	background-color: white;
	width: 200px;
	height: 15px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #AAAAAA;
	border-bottom-width: thin;
	border-left-color: #fff;
	border-right-color: #fff;
	border-top-color: #fff;
}
