body  { 
	margin-top:10px; 
	margin-bottom:10px; 
	font-family:Helvetica,sans-serif; 
	font-size: 10pt; 
	color:#00004F;
	background: #fff url(/images/back2.jpg) 95% 5% fixed;
}
/* text="#00004F" bgcolor="#00004F" link="#4040FF" vlink="#2D4384" alink="##2D4384" */

div { 
	font-size:10pt; 
}

h2 { 
	margin-top:10px; 
	margin-bottom:10px; 
	font-size:18pt; 
	color:#00004F;
}

h3 { 
	margin-top:10px; 
	margin-bottom:10px; 
	font-size:14pt; 
	color:#00004F;
}

td {
	color:#00004F;
}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */
/* #20305E = dunkelblau, Wert aenderbar */

a:link { 
	color:#7F7FFF; 
	text-decoration:underline; 
}

a:visited { 
	color:#2D4384; 
	text-decoration:underline; 
}

a:active { 
	color:#2D4384; 
	text-decoration:none; 
}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */

#center {
	position: relative;
	width: 1040px;
	margin: auto;
}

#navi1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	z-index: 2;
	color: #efefff;
	margin: 20px 20px 20px 20px;
}

#navi2 {
	position: absolute;
	top: 0px;
	left: 740px;
	width: 200px;
	z-index: 2;
	color: #efefff;
	margin: 20px 20px 20px 20px;
}

#center1 {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 540px;
	z-index: 2;
	text-align: center;
	color: #efefff;
}

#center1a {
	position: absolute;
	top: 82px;
	left: 200px;
	width: 530px;
	height: 30px
	z-index: 1;
	text-align: center;
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
}

#center2 {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 530px;
	z-index: 2;
	background-image:url(/images/back.jpg);
}

#center2inline {
	padding: 0px 20px 0px 20px;
	color: #00004f;
	font-size: 10pt;

}

