﻿a:link
{
	font-size:8pt;
	font-weight: bold;
	text-decoration: none; 
	color:#1AB000;
}
a:active 
{
	font-size:8pt;
	text-decoration: none; 
	color: #FFFFFF;
}
a:visited
{
	font-size:8pt;
	font-weight: bold;
	text-decoration: none; 
	color:#1AB000;
} 
a:hover 
{
	font-size:8pt;
	text-decoration: none; 
	color: gray;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background: #21DE00;
}
html, body {
	height: 100%;
}

#distance { 
    width:1px;
    height:50%;
    margin-bottom:-310px; /* half of container's height */
    float:left;
	
    }

#pagecontainer
{
	margin-top: auto;
    position:relative; /* puts container in front of distance */
    text-align:left;
	width: 976px;
	height: 610px;
	background-color: #FFF;
    clear:left;
    border: 1px solid #21DE00;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #21DE00;
}
h2
{
	font-size: 10pt;
	font-weight: bold;
	color:#21DE00;

}
h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #21DE00;
}

#logo
{
position: absolute; left: 12px; top: 20px; z-index:20;
}

#linie
{
background-color: #000000; position: absolute; left: 0px; top: 0px; width:976px; height:132px;
}

#Adresse
{
position: absolute; margin-left: 288px; top: 107px; width: 500px; height: 18px;
color: #21de00;
font-weight: bold;
}

#impressum
{
position: absolute; left: 26px; top: 595px; width: 140px; height: 10px;
}

#menuleft
{
	position: absolute;
	left: 8px;
	top: 168px;
	width: 130px;
	height: 365px;
}
#imgleft
{
position: absolute; left: 6px; top: 228px; width: 130px; height: 365px;
}

#menutop
{
position: absolute; left: 8px; top: 138px; width: 660px; height: 26px;
}

#mytext
{
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
font-align: justify;
margin-left: 148px; 
position: absolute; 
top: 168px; 
width: 532px;
height: 438px;
background-color:#FFFFFF;
/*padding-left: 8px;
padding-right: 8px;
padding-top: 8px;*/
color: #000000;
}

#bild
{
position: absolute; background-color: gray; left: 706px; top: 20px; width: 269px; height: 335px; border: 1px solid #21DE00; z-index:100;
}

#teaser
{
background-color: #000000; color:#21de00; position: absolute; left: 706px; top: 355px; width: 269px; height: 254px; border: 1px solid #21DE00; z-index:100;
font-weight:bold; font-size: 10pt;
}
#teaser table
{
background-color: #000000; color:#21de00; 
font-weight:bold; font-size: 10pt;
}
#teaser a 
{
color:#21de00; 
font-weight:bold; font-size: 10pt;
}
#teaser a:hover 
{
color:gray; 
}


#menu {
	font-size:10pt;
   position: absolute;
   left: 38px;
   margin: 2px;
   padding: 0;
}
#menu  a {
   display: block;
   padding-left: 0;
}
#menu  a:hover {
	text-decoration: none; 
/*	color: #FFFFFF;*/
	color: gray;

}
#menu ul{
   margin-left: 0;
   padding: 0;
}
#menu li ul {
	font-size:9pt;
   padding: 0;
   margin-left:  12px;
}
#menu li {
   cursor: pointer;
   list-style-type: none;
   text-decoration: none;
   line-height: 12px;
   display: block;
   border: 0px none;
   margin: 0;
   padding: 2px
} 
