body, table, form, div, span, img, p, tr ,td
{
	margin:	0px;
	padding: 0px;
}

body
{
	color: #F0E9A3;
	font-family: Avant Garde, Avantgarde, Century Gothic, Arial, Verdana, Sans Serif;
	font-size: 12px;
	background-color: #660000;

}

div#container {
	position: absolute;
	width: 1400px;
	margin-left: 20px;
	margin-top: 10px;
}

div#header {
	height: 74px;
	margin: auto;
	border-bottom: 1px solid #F0E9A3;
	background-image: url(images/wappen5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 300;
}

div#menu {
	width: 1400px;
	padding-top: 3px;
}

div#contentgesamt {
	position: absolute;
	top: 100px;
	width: 1420px;
	height: 580px;
	z-index: 10;
}

div#content {
	position: absolute;
	left: 200px; /* war auf 170*/
	top: 0px;
	width:1200px;
	height: 550px;
	border: 1px solid #F0E9A3;
	z-index: 10;
}

div#footer {
	position: absolute;
	top: 640px;
	width: 1400px;
	height: 30px;
	margin-top: 3px;
	text-align: center;
	font-size: 12px; 
	background-image: url(images/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
}

div#footerMobile {
	position: absolute;
	top: 640px;
	width: 1400px;
	height: 30px;
	margin-top: 3px;
	text-align: center;
	font-size: 12px; 
	background-image: url(images/footer-mobile.gif);
	background-position: center;
	background-repeat: no-repeat;
}


div#mobileNr {
    position: absolute;
    top: 700px;
    width: 1400px;
    height: 30px;
    margin-top: 3px;
    text-align: center;
    font-size: 16px; 
}


div#leftsidepic {
	position: absolute;
	width: 264px;
	height: 540px;
	padding: 5px;
	padding-left: 30px;
	border-right: 1px solid #000000;
	background-repeat: no-repeat;
}

th {
	vertical-align: top;
}

.schrift11 { font-size: 11px; }

div#rightside {
	position: absolute;
	left: 300px;
	width: 900px;
	height: 550px;
	background-repeat: no-repeat;
	z-index: -200;
}

div#rightsideAddition {
	position: absolute;
	left: 800px;
	top: 98px;
	width: 160px;
	height: 375px;
	z-index: 200;
}

div#leftsideAddition {
	height: 200px;
	
	
}

div#text {
	position: absolute;
	width: 763px;
	width: 1165px;
	height: 540px;
	padding: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
}

div#spacer {
	clear: both;
}

#ausgrauen { display: none; position:absolute;
						   top:79px; left:0px; bottom:0px; right:0px; width:100%; height:373px;
						   background-color: #F1F1F1;
						   padding-left: 0%; padding-top: 0%;

}

#klicksperre { display: none; position:absolute;
						   top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%;
						   padding-left: 0%; padding-top: 0%;
}





a:link    	{   color: #F0E9A3;	 text-decoration: underline; }
a:visited	{   color: #F0E9A3;	 text-decoration: underline; }
a:hover		{   color: #660000;	 text-decoration: underline; background-color: #F0E9A3;}
a:active	{   color: #F0E9A3;	 text-decoration: underline; }

a.navi:link    	{   color: #F0E9A3;	 text-decoration: none; }
a.navi:visited	{   color: #F0E9A3;	 text-decoration: none; }
a.navi:hover	{   color: #F0E9A3;	 text-decoration: underline; background-color: transparent;}
a.navi:active	{   color: #F0E9A3;	 text-decoration: none; }



a.button {
  display:block; width:350px; height:1.8em; padding:3px;
  text-align:center; font-weight:bold; text-decoration:none;
}
a.button:link, a.button:visited {
  color:#F0E9A3; background-image:url(images/button.png);;
  border-left:1px solid #fff; border-top:1px solid #fff;
  border-right:1px solid #000; border-bottom:1px solid #000;
}
a.button:hover {
  color:#F0E9A3; background-color:#660000; padding:4px 1px 1px 4px;
  border-left:1px solid #666; border-top:1px solid #666;
  border-right:1px solid #ccc; border-bottom:1px solid #ccc;
}
a.button:active {
  color:#fff; background-color:#999;
  border-left:1px solid #000; border-top:1px solid #000;
  border-right:1px solid #fff; border-bottom:1px solid #fff;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #660000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: -500;
	left: 280px;
	padding: 10px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}