/*-- haupteinträge --*/
body {
  font-family: "Century Gothic", Arial;
  font-size: 10pt;
  color: #333399;
  background-color: #CE9100;
	/*
	background: url("image/header.gif") top center;
	background-repeat:no-repeat;
	*/
	background-image: url("image/header.gif"); 
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

td {
  font-family: "Century Gothic", Arial;
  font-size: 10pt;
  color: #333399;
  line-height : 130%;
}

p {
  font-family: "Century Gothic", Arial;
  font-size: 10pt;
  color: #333399;
  line-height : 150%;
}

hr {
  color: #333399;
  height: 1px;
}

th {
  color: #0D348C;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  /* background-color: #7F8A8A; */
}

h1 {
  color: #0D348C;
  font-size: 20pt;
  font-weight: normal;
  text-decoration: none;
}

h2 {
  color: #0D348C;
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none;
}

h3 {
  color: #0D348C;
  font-size: 14pt;
  font-weight: normal;
  text-decoration: none;
}

h4 {
  color: #0D348C;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
  /* background-color: #7F8A8A; */
}

h5 {
  color: #0D348C;
  font-size: 5pt;
  font-weight: normal;
  text-decoration: none;
}

/*-- links --*/
a {
  color: #526060;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

a:visited {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #FFBD3E;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

img {
	border: 0px;
}

/*-------------------------------------------*/


ul#menuList {
	position: absolute;
	top:0px;

	margin: 62px 0px 0px 0px;
	padding: 1px 1px 1px 300px;
	text-align: center;
}

* html ul#menuList {  /* Korrektur fuer IE 5.x */
	margin: 62px 0px 0px 0px;
	padding: 1px 1px 1px 300px;
}


ul#menuList li{
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	letter-spacing: 3px;
	list-style: none;
	display: inline;
	margin: 0; padding: 0;
}

ul#menuList a, ul#menuList span {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	width: 100px;
	margin: 0; 
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}

* html ul#menuList a, * html ul#menuList span {  /* Korrektur fuer IE 5.x */
	width: 8em;
	w\idth: 6em;
}

ul#menuList a:hover {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	margin: 0; 
	margin-left: 1px;
	margin-right: 1px;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	color: #A87600;
	border: 1px solid white;
}

ul#menuList span {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	color: #CE9100;
}

ul#menuList div {
	 clear: left;
}


/*-------------------------------------------*/

#menuList_login {
	position: absolute;
	top: 3px;
	margin: 0 auto;
}

ul#menuList_login {
	margin: 0 auto; 
	margin-left: 300px;
	padding: 0;
	text-align: center;
}
* html ul#menuList_login {  /* Korrektur fuer IE 5.x */
	margin-left: -140px;
}


ul#menuList_login li{
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	letter-spacing: 3px;
	list-style: none;
	display: inline;
	margin: 0; padding: 0;
}

ul#menuList_login a, ul#menuList_login span {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	width: 100px;
	margin: 0px; 
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}


ul#menuList_login a:hover {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	margin: 0px; 
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	border: 1px solid white;
}

ul#menuList_login span {
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
	color: #FFFFFF;
}

ul#menuList_login div {
	clear: both;
}


/*-------------------------------------------*/


div#page {
/*border: 1px dashed silver;*/

	width: 900px;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 101px auto;      /* standardkonforme horizontale Zentrierung */
	padding: 0px 0px 0px 0px;
	background-image: url("image/bar.jpg"); 
	background-repeat:no-repeat;
	background-position: 50% 0px;
}
* html div#page {  /* Korrektur fuer IE 5.x */
	margin: 86px auto;      /* standardkonforme horizontale Zentrierung */
}


div#pageCenter {
/*border: 1px dashed silver;*/

	float: left;
	width:700px; /*860px;*/
	text-align:left;
	margin: 8px auto;	/* ohne IE */
	padding-top: 0px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 10px;
}
* html div#pageCenter {  /* Korrektur fuer IE 5.x */
	margin: 8px auto;
	padding-top: 10px;
}

#pageCenter h2 {
font-size: 1.4em;
margin: 25px 0% 20px;
padding-left: 10px;
color: maroon;
border-bottom: 1px solid silver;
}


/*--------------------------------------------*/


div#pageRight {
/*border: 1px dashed silver;*/

	float: right;
	margin: 0px; 
	margin-top: 8px;	/* ohne IE */
	padding: 0px;
	width: 140px;
	font-size:8px;
	text-align:left;
}
* html div#pageRight {  /* Korrektur fuer IE 5.x */
	margin-top: 8px;
}

p#adresse {
	margin: 0px; 
	padding: 5px 5px;
	color: #aaa;
	font-size:12px;
	background-image: url(image/adresse.jpg); 
	background-repeat:repeat-y;
}

p#footer {
/*border: 1px solid silver;*/

	clear: both;
	font-size: 9pt;
	margin: 0px; padding: 0.1em;
	text-align: center;
	/*background-color: #fed; */
	background-image: url("image/bar.jpg"); 
	background-repeat:repeat-y;
}


/*--------------------------------------------*/
div.spalteLinks {
	width: 350px;
	float: left;
	/*padding: top right bottom left*/
	padding: 0px 0px 0px 0px;
}

div.spalteLinksZ {
	width: 350px;
	float: left;
	/*padding: top right bottom left*/
	padding: 0px 0px 0px 0px;
	text-align:center;
}

div.spalteRechts {
	width: 320px;
	float: right;
	padding: 0px 0px 0px 0px;
}

div.spalteRechtsZ {
	width: 320px;
	float: right;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

div.normal {
	width:100%; 
	float:inherit;
	padding: 0px 0px 0px 0px;
}

div.normalZ {
	width:100%; 
	float:inherit;
	text-align:center; 
	padding: 0px 0px 0px 0px;
}

p.lead {
	color: #000;
}


.centerMail {
	width: 550px;
	margin: 10px auto;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
