body {
	margin: 0px;
	background-color: #4d5966;
	background-image: url(../images/bg-white.gif);
	background-repeat: repeat-y;
}
#earth{
    position:fixed;
	width:280px;
	height:100%;
	left: 620px;
	background-image: url(../images/earth.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* ---------- NAVI ---------- */

.top {
	background-image: url(../images/top-hg.jpg);
	background-repeat: no-repeat;
}
.navi-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.navi2-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #78ad00;
}
.navi3-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78ad00;
	text-align: right;
}

#navi3 {
    position:absolute; 
	left:760px; 
	top:8px; 
	width:120px; 
	height:20px; 
	z-index:1
}

a.link-navi:link {
    color: #000000;
    text-decoration : none;
} 
a.link-navi:visited {
    color: #000000;
    text-decoration : none;
} 
a.link-navi:active {
    color: #000000;
    text-decoration : none;
} 
a.link-navi:hover {
	color: #FFFFFF;
	text-decoration : none;
}

a.link-navi2:link {
    color: #000000;
    text-decoration : none;
} 
a.link-navi2:visited {
    color: #000000;
    text-decoration : none;
} 
a.link-navi2:active {
    color: #000000;
    text-decoration : none;
} 
a.link-navi2:hover {
	color: #78ad00;
	text-decoration : none;
}

a.link-navi3:link {
    color: #8e9499;
    text-decoration : none;
} 
a.link-navi3:visited {
    color: #8e9499;
    text-decoration : none;
} 
a.link-navi3:active {
    color: #8e9499;
    text-decoration : none;
} 
a.link-navi3:hover {
	color: #000000;
	text-decoration : none;
}


/* ---------- ADRESSE ---------- */

#adresse {
    position:absolute; 
	left:690px; 
	top:270px; 
	width:170px; 
	height:130px; 
	z-index:1
}
.adressinhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707679;
	text-align: right;
}


/* ---------- ALLGEMEINES ---------- */

a.link-text:link {
    color: #78ad00;
    text-decoration : underline;
} 
a.link-text:visited {
    color: #78ad00;
    text-decoration : underline;
} 
a.link-text:active {
    color: #78ad00;
    text-decoration : underline;
} 
a.link-text:hover {
	color: #000000;
	text-decoration : underline;
}

.font-green {
	color: #81c300;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #3a464d;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666e73;
	text-align: justify;
}
.aufgabengebiet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #80878b;
	text-align: justify;
}
.signet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #666e73;
}
.line-punkt {
	background-image: url(../images/line-punkt.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

