@charset "utf-8";
/* CSS Document */
/* 1. Allgemeine Styles (body,html,kalibrierung) ===============================================================*/

body {
	background-color:#000000;
	margin:0px;
	text-align: center;
	}
	
* {
	margin:0 auto;
	padding:0;	
	}
	

/* 2. Layoutbereiche ==========================================================================================*/



#page {
	width:800px;
	height:auto;
	text-align:center;
	border:3px solid #ffd403;
	border-radius: 5px; 
	margin-top:100px;
		}

#content {
	width:450px;
	float:left;
	text-align: left;
	padding-left: 80px;
	padding-top: 35px;
	height: auto;
}
	
	
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px 0px 12px 0px;
	line-height: 24px;
	text-align: justify;
}

#content table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding: 0px 0px 12px 0px;
	line-height: 28px;
	text-align: justify;
}

#content ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px 0px 12px 0px;
	line-height: 26px;
	text-align: justify;
	color: #ffffff;
	text-indent: 10px;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: normal;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #8e1316;
	font-size: 34px;
	font-weight: bold;
	letter-spacing:1px;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 12px;
	font-size: 28px;
	font-weight: bold;
}

#content h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFD403;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 12px;
	letter-spacing:1px;
}
#content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 6px;
}
#content h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #00FF00;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}


#content a {
	text-decoration:underline;
	color: #ffd403;
	font-weight:normal;
}

#content a:hover {
	color: #8e1316;
	font-weight:bold;

}




.bold {
	font-weight:bold	}
.highlight {
	font-weight: bold;
	color: #FF9933;
}

.right {
	text-align: right;
}

.small {
	font-size: xx-small;
	letter-spacing: -1px;
	}






/* 3. Boxen - HEADER - HORIZONTALMENU - SUBMENU - FOOTER  =========================================================*/

/* HEADER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

#backgroundimage {
	position: relative;
	width:800px;
	height:auto;
	background-color: #FFD403;
	border-bottom: solid #ffd403 10px;
}




/* HORIZONTALMENU \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.nav {
	width:800px;
	height:30px;
	background-color:#000000;
	border-bottom:1px solid #333333;
	padding:0;
	}

	
table {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	margin: 0;
	padding: 0;	}

td {
	vertical-align: top;
	margin: 0;
	padding: 0;	}
	
#horizontalmenu {
	width:800px;
	text-align: left;
}

* html #horizontalmenu {  /* nur fuer Internet Explorer */
  width:840px;      /* Version 5.x */
  w\idth:800px; 	/* Version 6 */
 }

.menu {
	font-family: Arial, Helvetica, Sans-Serif;
	width:550px;	/* Position Menuleiste - Verschieben nach rechts*/
	font-size:12px;
	font-size:12px;
	z-index:100;
	position: relative;
	padding-left: 20px;
	padding-right:20px;}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;}

.menu ul li {
	float: left;
	position: relative;
	width:110px;
	}
	
	

.menu ul li a, .menu ul li a:visited {
	text-decoration: none;
	color: #f8f8f8;
	background: #000000;
	padding-right: 20px;
	line-height: 28px;
	float: left;
	font-weight: normal;
	width:110px;}

/* fuer den aktiven Zustand der obersten Menue-Worte */

.menu ul li a.menuOn, .menu ul li a.menuOn:visited {
	display: block;
	text-decoration: none;
	color: #c8c8c8;
	background: #000000;
	padding-right: 18px;
	line-height: 28px;
	float: left;
	font-weight: bold;
	width:110px; }

.menu ul li:hover a.menuOn, .menu ul li a.menuOn:hover {
	color: #f8f8f8;
	background: #000000;
	width:110px;}

.menu ul li ul {
	display: none;
	width:110px;
	}

/* fuer nicht IE-Browser */

.menu ul li:hover a, .menu ul li a:hover {
	color: #C8C8C8;
	background: #000000;
	font-weight:bold;
	width:110px;
	}

.menu ul li:hover ul, .menu ul li a:hover ul {
	display: block; 
	position: absolute;
	top: 28px;
	margin-top: 0px;
	padding-top: 2px;
	left: -10px; 
	width: 150px;
	width:110px;
	}

* html .menu ul li a:hover ul {
	margin-top: 0;
	marg\in-top: 3px;}

.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
	visibility: hidden; 
	position: absolute; 
	height: 0; 
	width: 0;
	}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block;
	background:#666;
	border-width: 1px 0 0 0px;
	color:#fafafa;
	height:auto;
	line-height:15px;
	padding: 5px 5px 10px 10px;
	width:150px;
	font-size: 12px;
	font-weight: normal;
	margin-left: 2px;
	border-bottom: 1px solid #fff;
}

* html .menu ul li a:hover ul li a {
	width:150px;
	w\idth:150px;}

/* hier bleibt die Farbe sichtbar stehen */

.menu ul li:hover ul li a.dropOn, .menu ul li a:hover ul li a.dropOn {
	background:#e8e8e8;
	color:#134C95;
	font-weight: bold;
	border-bottom:1px solid #666} 

/* hier die Drop-downs beim hover einfaerben */

.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background:#e8e8e8;
	color:#333333;
	border-bottom: 1px solid #666;
	}


/* SUBMENU \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.submenu {
	margin-top:40px; /*Abstand zu horizontaler Menuleiste */
	width:120px;
	height:300px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display:block;
	list-style-type:none;
	padding-top: 0px;
}

.submenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display:block;
	overflow:hidden;
	padding: 0; 
	margin: 0;
	list-style-type: none;	}

/* bei padding 0 fliegen die li im ie auseinander! */

.submenu ul li {
	line-height:20px;
	width:120px;
	float:left;
	margin: 0 0 0 18px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	background-color:#000000;
	color:#fafafa;
	display:block;	}

.submenu li a:link {
	width:120px;
	text-decoration:none;
	float:left;
	text-align:left;
	color:#ffffff;
	display: block;
	background-color:#000000;
	margin:0;
	padding: 0 0 0 5px;	
	border-bottom:1px solid #ffffff;}

.submenu li a:hover {
	text-decoration:none;
	width:120px;
	float:left;	
	text-align:left;
	background-color:#666666;
	color:#ffffff;
	margin:0;
	padding:0 0 0 5px;
	display:block;	
	border-bottom:1px solid #fff}
	
.submenu li a:visited {
	text-decoration:none;
	width:120px;
	float:left;
	text-align:left;
	color:#ffffff;
	display: block;
	background-color:#000000;
	margin:0;
	padding: 0 0 0 5px;	
	border-bottom:1px solid #fff;
	}

.submenu li a:visited:hover {
	text-decoration:none;
	width:120px;
	float:left;
	text-align:left;
	color:#ffffff;
	display: block;
	background-color:#666666;
	margin:0;
	padding: 0 0 0 5px;	
	border-bottom:1px solid #fff;
	}

.submenu a:active {
	text-decoration:none;
	width:120px;
	float:left;
	color:#134c95;
	text-decoration: none;
	background-color:#c8c8c8;
	display:block;
	padding:0 0 0 5px;
	border-bottom:1px solid #fff;	}

/* fuer den aktiven Zustand des linken Menu Buttons */

.submenu a.subOn:link {
	text-decoration:none;
	width:120px;
	float:left;
	color:#ffffff;
	font-weight:bold;
	background-color:#666666;
	display:block;
	padding:0 0 0 5px;
	border-bottom:1px solid #fff;}

.submenu a.subOn:visited {
	text-decoration:none;
	width:120px;
	float:left;
	color:#ffffff;
	background-color:#666666;
	display:block;
	padding:0 0 0 5px;
	border-bottom:1px solid #fff;	}

/* fuer den over Zustand des aktiven Menu Buttons */

.submenu a.subOn:hover {
	text-decoration:none;
	width:120px;
	float:left;	
	text-align:left;
	background-color:#e8e8e8;
	color:#333333;
	margin:0;
	padding:0 0 0 5px;
	display:block;
	border-bottom:1px solid #fff;	
	}

.submenu a.subOn:active {
	text-decoration:none;
	width:120px;
	float:left;
	color:#134c95;
	font-weight:bold;
	text-decoration: none;
	background-color:#e8e8e8;
	display:block;
	padding:0 0 0 5px;
	border-bottom:1px solid #fff;
	}
	
	

/* fuer den aktiven Zustand des Submenu Heads */

.submenu a.subhead:link {
	text-decoration:none;
	width:120px;
	float:left;
	color:#FFFFFF;
	font-weight:normal;
	background-color:#999999;
	display:block;
	padding:0 0 0 5px;
	border-bottom:1px solid #fff;
	border-top:1px solid #999;
}

.submenu a.subhead:visited {
	text-decoration:none;
	width:120px;
	float:left;
	color:#FFFFFF;
	background-color:#999999;
	display:block;
	padding:0 0 0 5px;
	border-bottom:1px solid #fff;
	border-top:1px solid #999;
	}


/* fuer den over Zustand des Submenu Heads*/

.submenu a.subhead:hover {
	text-decoration:none;
	width:120px;
	float:left;	
	text-align:left;
	background-color:#e8e8e8;
	color:#333333;
	margin:0;
	padding:0 0 0 5px;
	display:block;	
	}





/* FOOTER \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

.footer {
	border-top: 1px solid #ffd402;
	clear:both;
	bottom: auto;
	font-family: Arial, Helvetica, Sans-Serif;
	width:800px;
	padding-top: 6px;
	
}


.footer ul {
	width:800px;
	height:20px;
	background-color: #000000;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 12px;
}

.footer li {
	font-size: 11px;
	float: left;
	padding-left: 14px;
}

.footer ul li a, .footer ul li a:visited {
	text-decoration: underline;
	color: #ffd403;
}

.footer ul li:hover a, .footer ul li a:hover {
	color: #8e1316;
	text-decoration:underline;
}



/* TAN-HACK +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#bereich {
  width:200px; 
  padding:20px; 
  border:20px solid #66a;
  }

* html #bereich {  /* nur fuer Internet Explorer */
 /* width:280px;     /* Version 5.x */
 /* w\idth:200px;    /* Version 6 */
 /* }

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
