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

/*Seiteneigenschaften*/

/*Tabellen*/
	body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC66;
	font-style: font;
		}
	th {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFCC66;
		}
/*Hintergrund*/
	body {
	background-color: #990000;
	margin: 0 auto;
	color: #FFCC66;
	}

/*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: #CC6600;
	}

	a:link {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #66CC00;
	color: #66CC00;
		}
	a:visited {
		text-decoration: none;
		color: #FFCC99;
	}
	a:hover {
		text-decoration: underline;
		color: #99FFCC;
	}
	a:active {
		text-decoration: none;
		color: #FF6600;
	}
/*Überschriften*/	
	h1 {
		font-size: 140%;
		color: #FFCC00;
	}
	h2 {
		font-size: 100%;
		color: #FFCC00;
	}
	h3 {
		font-size: 120%;
		color: #FFCC00;
		text-decoration:underline;
		}
	/*Überschrift rechte Spalte*/
	h4 {
		font-size: 200%;
		color: #FFCC00;
		}

/*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:130%;
		}
		
	.navihome {
		font-size:110%;
		}

	.kurs {
		font-weight:bold;
		font-size:105%;
		font-style: italic;
				}

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

	#basiccont #header {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border-top: none;
	border-right: none;
	border-bottom: medium outset #FFCC00;
	border-left: none;
	}

	#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 25% 0 25%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align:left;
	border-right-width: medium;
	border-right-style: outset;
	border-right-color: #FFCC00;
	min-height:400px;
			
			}
		/* links Aufnahme Bilderleiste */
		#basiccont #sidebarleft{
			text-align:center;
			float: left;
			width: 25%;
			padding-top: 30px;
			padding-right: 0;
			padding-bottom: 20px;
			padding-left: 20px;
			vertical-align: middle;
			}
			/* links Bilderleiste */
			#basiccont #sidebarleft #bilder{
				border: thick inset #FFCC33;
				height: 310px;
				width: 140px;
			}
		/* Aufnahme Grafik/Navigation rechts */
		#basiccont #sidebarright{
			text-align:left;
			float: right;
			width: 20%;
			height:auto;
			font-size: 100%;
			padding-top: 0px;
			padding-right: 20px;
			padding-bottom: 20px;
			padding-left: 10px;
			}
			
		/* Navigation rechts */
		#basiccont #sidebarright #menubarright{
	height: auto;
	width: 100%;
	float:right;
	margin: 0px;
				}
	
	/* links Fusszeile */
	#basiccont #footer{
		padding: 0 10px;
		height: auto;
		border-top-width: medium;
		border-top-style: inset;
		border-top-color: FFCC00;
		width: 100%;
			}
	
	
