
/* ****** HTML, BODY ****** */
html, body
{
	margin: 0px;
}

body
{
	background-color: #3B3A3B; 
	background-image: url(../pic/grau.gif);
	background-position: top left;
	background-repeat: repeat;
}
body, table, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}



/* ****** HEADER ****** */
#header
{
	width: 950px;
	height: 335px;
	position: relative;
	top: 0px;
	margin: 0px auto;
	
	background: url(../pic/hgmenue.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.logo
{
	display: block;
	width: 150px;
	height: 105px;
	
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 1;
}
a.homelink, a.homelink:visited,
a.homelink:hover, a.homelink:active
{
	text-decoration: none;
}
a.homelink img, a.homelink:visited img,
a.homelink:hover img, a.homelink:active img
{
	border: 0px;
}
.start1 {
    font-family: Calibri, Verdana, Arial, Helvetica, sans serif;
	font-size: 14px;
	text-transform: none;
	color: #EC0C88;
}
.zertifikat
{
	display: block;
	width: 600px;
	height: 35px;
	
	position: absolute;
	top: 330px;
	right: 80px;
	z-index: 7;
	
	font-family: Calibri, Arial, Helvetica, sans serif;
	font-size: 13px;
	text-align: right;
	color: #EC0C88;
	padding: 5px 0px 0px 3px;
	/*border: 1px solid #ffffff;*/
}
.zertifikat span
{
	font-size: 18px;
	font-weight: bold;
}

.flash
{
	display: block;
	width: 822px;
	height: 157px;
	
	position: absolute;
	top: 132px;
	left: 64px;
	z-index: 2;
	
	overflow: hidden;
    border: 0px;
}
.pinkdiv
{
	display: block;
	width: 822px;
	height: 4px;
	
	position: absolute;
	top: 132px;
	left: 64px;
	z-index: 3;
	
	background-image: url(../pic/pink.gif); 	
    border: 0px;
}
.oval
{
	display: block;
	width: 397px;
	height: 209px;
	
	position: absolute;
	top: 127px;
	left: 15px;
	z-index: 4;
	
	background-image: url(../pic/bildoval.png); 
	background-repeat: no-repeat;
}

.menupunkte
{	
	width: 822px;
	height: 22px;
	
	position: absolute;
	top: 105px;
	left: 0px;
	z-index: 5;
	
	text-align: center;
	font-family: Calibri, Arial, Helvetica, sans serif;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	padding: 2px 0px 0px 60px;
}
.menupunkte a.mainmenu,
.menupunkte a.mainmenu:visited
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	margin-right: 15px;
}
.menupunkte a.mainmenu:hover,
.menupunkte a.mainmenu:active
{
	color: #fff;
	text-decoration: underline;
}
.menupunkte a.last
{
	margin-right: 0px;
}

.menupunkte1 {
    width: 650px;
	height: 22px;
	
	position: absolute;
	top: 312px;
	right: 75px;
	z-index: 10;
	
	text-align: right;
	font-family: Calibri, Arial, Helvetica, sans serif;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	padding: 2px 0px 0px 60px;
}
.menupunkte1 a.mainmenu,
.menupunkte1 a.mainmenu:visited
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	margin-right: 15px;
}
.menupunkte1 a.mainmenu:hover,
.menupunkte1 a.mainmenu:active
{
	color: #fff;
	text-decoration: underline;
}
.menupunkte1 a.last
{
	margin-right: 0px;
}

div.klappmenu
{
	display: block;
	width: 146px;
	height: 78px;
	background-color: #5D9434; 
	
	position: absolute;
	top: 126px;
	left: 195px;
	z-index: 6;
	
	font-family: Calibri, Arial, Helvetica, sans serif;
	font-size: 13px;
	font-weight: normal;
    border: 0px;
	padding: 0px 0px 0px 0px;
}
div.klappmenu a.submenu,
div.klappmenu a.submenu:visited
{
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	border-bottom: 1px solid #FFFBCE;
	color: #FFFBCE;
	font-weight: normal;
	text-decoration: none;
}
div.klappmenu a.submenu:hover,
div.klappmenu a.submenu:active
{
	color: #FFFBCE;
	text-decoration: underline;
}



/* ****** CONTENT ****** */
div#content
{
   	width: 801px;
	position: relative;
	top: 0px;
	left: 0px;
	
	background-color: #FFFBCE;
   	background: url(../pic/hg_kompl.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px 85px 15px 64px;	
}
div#inhalt
{
	display: block;
	width: 759px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	
	background-image: url(../pic/hgseiten.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 40px 0px 0px 21px;
}

div#inhalt p, div#inhalt ul li, div#inhalt ol li
{
	text-align: justify;
}


/* ****** FOOTER ****** */
.hinweisklein {
   font-size: 70%;
   padding: 0 0 1em 0;
}

div.footer_links
{
	position: relative;
	top: 0px;
	left: 0px;
   	width: 100%;
	margin: 50px 0px 0px 0px;
	padding-bottom: 10px;
}
div.footer_links a.zurueck
{
	float: left;
	font-size: 10px;
}
div.footer_links a.top
{
	float: right;
	font-size: 10px;
}
