body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002478;
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	
	 scrollbar-base-color: #FFD59C; 			/* ---- Grundfarbe Balkenfarbe */
    scrollbar-face-color: #9EBAD2; 			/* ---- Erhabene Elemente */     
    scrollbar-track-color: #FCC377;			/* ---- Laufflaeche, Seitenfarbe	*/		
    scrollbar-arrow-color: #002479;			/* ---- Pfeile */					
    scrollbar-3dlight-color: default;		/* ---- Helle 3-D-Elemente (links und oben)*/
    scrollbar-darkshadow-color: #6D4AC5; 	/* ---- Dunkle Schattenelemente (rechts und unten)*/
    scrollbar-highlight-color: default;	/* ---- Helle Elemente (Glanzlicht, 50% Raseter der Laufflaeche) */
    scrollbar-shadow-color: default;		/* ---- Dunkle 3-D-Elemente (rechts und unten) */
}

table, tr, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002478;
	padding: 0;
	margin: 0;
	text-align: left;
}


a.copy:link, a.copy:visited, a.copy:active, a.copy:hover {
	color: #32378B;
	TEXT-DECORATION: none;
	cursor: default;
}


a:link, a:visited  {
	color: #363C94;
	text-decoration: none;
}

a:focus, a:hover {
	color: #8F8D8D;
	text-decoration: none;
}

.border {
	border: 1px solid #363C94;
	float: left;
	margin-right: 10px;
}

.headline {
	font-weight: bold;
}

/* - - - - - - - - - grunderuest - - - - - - - - - */

#start {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	margin-top: 50px;
	width: 761px;
	height: 535px;
}


#inhalt {
	position: absolute;
	left: 50%;
	margin-left: -249px;
	margin-top: 50px;
	width: 700px;
	height: 400px;
	text-align: left;
	line-height: 14px;
	z-index: 3;
	text-align: left;
	overflow: auto;
}


#rechts {
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -450px;
	width: 900px;
	height: 550px;
	border: 2px solid #D1D2D4;
}

#balkenbesch {
	position: absolute;
	width: 161px;
	left: 50%;
	margin-left: 290px;
	height: 445px;
	top: 105px;
	margin-top: 0;
	background-color: #FFD59C;
	z-index: 2;
			}
			
#besch {
	position: absolute;
	left: 50%;
	margin-left:-270px;
	width: 573px;
	height: 20px;
	top: 105px;
	margin-top: 0;
	background-color: #FFD59C;
	z-index: 2;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 10px;
	text-align: center;
			}

#schriftzug {
	font-family: "Times New Roman", Times, serif;
	color: #002478;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 10px;
	text-align: center;
	margin: -16px 0 0 3px;
}

#logo {
	position: absolute;
	width: 150px;
	left: 50%;
	margin-left: -445px;
	height: 544px;
	padding-top: 5px;
	z-index: 2;
	text-align: left;
	background-image: url(images/hg-links.jpg);
	}

			
#emotionsleiste{
	height: 101px;
	margin: 0 0 0 174px;
}

/* - - - - - - - - navigation - - - - - - - -  */

#navi {
	margin: 125px 0 0 -20px;
	width: 100px;
	text-align: left;
}

#navi ul {
	margin: 0 0 0 40px; 
	padding: 0;
	height:202px;
}

#navi LI {
   list-style: none;
	width: 157px;
	height:32px;
}

#navi A:link, #navi A:visited {
	display: block;
	height: 25px;
	background-image: url(images/button.gif);
	color: #002479;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 3px 0 0 20px;
}


#navi A:hover, #navi A:focus {
	padding: 7px 0 0 10px;
	color: #fff;
	background-image: url(images/button-over.gif);
}

#navi2 A:link, #navi2 A:visited {
	display: block;
	height: 35px;
	background-image: url(images/button2.gif);
	color: #002479;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 3px 0 0 20px;
}


#navi2 A:hover, #navi2 A:focus {
	height: 37px;
	padding: 5px 0 0 10px;
	color: #fff;
	background-image: url(images/button2-over.gif);
}

#home {
	margin:0 0 0 50px;
}

/* - - - - - - - - navigation ende - - - - - - - - */

