@charset "utf-8";
/* CSS Document */

/*Seiteneigenschaften*/

/*Tabellen*/
	body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCFF99;
	font-style: normal;
		}
	th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight:bold;
	color: #FF9900;
		}
/*Hintergrund*/
	body {
	background-color: #003300;
	margin: 0 auto;
	color: #CCFF99;
	}

/*Navigation*/

	/*horizontal Hauptbereich - nicht editierbar*/
	#navlist{
		margin: 0;
		float: right;
		font-weight:bold;
		}

	#navlist ul, #navlist li{
		margin: 0;
		padding: 0 0 20px 30px;
		display: inline;
		list-style-type: none;
				}
	
	/*vertikal rechte Spalte*/	
	#menubarright{
		margin: 0;
		font-size:80%;
		text-align:left;
		font-weight:bold;
		}

	#menubarright ul, #menubarright li{
	margin: 0;
	padding: 0 0 10px 5px;
	list-style-type: none;
			}

	/*horizontal Fusszeile - nicht editierbar*/
	#navlistfooter{
		margin: 0;
		float: right;
		font-size:80%
		}

	#navlistfooter ul, #navlistfooter li{
		margin: 0;
		padding: 0 0 20px 30px;
		display: inline;
		list-style-type: none;
		}



/*Hyperlinks*/
	a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 120%;
		color: #FF9900;
		}

	a:link {
		text-decoration: none;
		color: #FF9900;
		}
	a:visited {
		text-decoration: none;
		color: #CCFF99;
		}
	a:hover {
	text-decoration: underline;
	color: #FFFFCC;
	}
	a:active {
		text-decoration: none;
		color: #FF6600;
	}
/*Überschriften*/	
	h1 {
		font-size: 500%;
		color: #FF9900;
	}
	h2 {
		font-size: 200%;
		color: #FF9900;
	}
	h3 {
		font-size: 110%;
		color: #FF9900;
		text-decoration:underline;
		line-height: normal;
		}
	
	h4 {
		font-size: 80%;
		color: #FF9900;
		line-height: normal;
		}
			
	h5 {
		font-size: 110%;
		color: #FF9900;
		line-height: normal;
		}
		
	h6 {
		font-size: 80%;
		color: #CCFF99;
		line-height: normal;
		font-weight:bold;
		}

/*weitere Stile*/

	.fett {font-weight: bold;}
	.small {font-size:80%;
			text-align:left
			}
	.underline {font-weight:bold;
				font-size:140%;
				text-decoration:underline;
				}
	.regular {
		font-weight:normal;
		font-size:140%;
		}
		
	.navihome {
		font-size:110%;
		}

	.kurs {
		font-weight:bold;
		font-size:105%;
		font-style: italic;
				}
				
	.navText {
		font:100%;
		color: #CCFF99;
		line-height:300%;
		letter-spacing:0.1em;
		text-decoration: none;
			}
	.navTextSmall {
		font:90%;
		color: #CCFF99;
		line-height:100%;
		text-decoration: none;
			}

	.navTextDoubleline{
		font:100%;
		color: #CCFF99;
		line-height:100%;
		letter-spacing:0.1em;
		text-decoration: none;
			}

				
/*Fensterzuschnitte*/	
	#basiccont {
		width: 80%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		padding: 0px;
		height: 80%;
				}

	#basiccont #header {
		vertical-align: middle;
		width: 100%;
		height: 100%;
		}

	#basiccont #menubartop {
		border-bottom-width: thick;
		border-bottom-style: ridge;
		border-top-color: #220103;
		border-right-color: #EFEFEC;
		border-bottom-color: #220103;
		border-left-color: #EFEFEC;
		border-top-width: thin;
		border-top-style: ridge;
		letter-spacing: 0.5em;
		text-align: center;
		vertical-align: top;
		width: 100%;
		}
	
		/* Mitte Text */
		#basiccont #maintext{
			margin: 0 35% 0 0;
			padding-top: 10px;
			padding-right: 5px;
			padding-bottom: 5px;
			padding-left: 0px;
			text-align:left;
			height:100%;
			border-right-width: thin;
			border-right-style: groove;
			border-right-color: #FF9900;
			}
		/* Aufnahme Grafik/Navigation rechts */
		#basiccont #sidebarright{
			text-align:left;
			float: right;
			width: 30%;
			height:100%;
			font-size: 100%;
			padding-top: 0px;
			padding-right: 20px;
			padding-bottom: 20px;
			padding-left: 10px;
			}
			

	/* links Fusszeile */
	#basiccont #footer{
		padding: 0 10px;
		height: auto;
		border-top-width: medium;
		border-top-style: inset;
		border-top-color: FFCC00;
		width: 100%;
			}
	
	
