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

/*Seiteneigenschaften*/

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

/*Navigation*/

	/*horizontal Hauptbereich*/
	#navlist{
		margin: 0;
		float: left;
		}

	#navlist ul, #navlist li{
		margin: 0;
		display: inline;
		list-style-type: none;
		font-size:100%;

			}
	
	/*vertikal rechte Spalte*/	
	#menubarright{
		margin: 0;
		font-size:90%;
		text-align:left;
		}

	#menubarright ul, #menubarright li{
		list-style-type: square;
			}

	/*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;
		border-bottom-width: thin;
		border-bottom-style: dotted;
		border-bottom-color: #FF9900;
		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%;
			colour:#FF9900;
			text-align:right
			}
	.underline {font-weight:bold;
				font-size:105%;
				text-decoration:underline;
				}
	.kurs {
		font-size:100%;
		font-weight:bold;
		text-decoration:none;
		font-style: italic;
		color: #FF9900;
			}
/*Fensterzuschnitte*/	
	#basiccont {
		width: 90%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		height: auto;
		color: #CCFF99;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
			}

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

	#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;
		background-image: url(file:///D|/03.Web/ISTA2010/Images/01.Basics/Ista.Linie.png);
		border-top-width: thin;
		border-top-style: ridge;
		letter-spacing: 0.5em;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		}
	
		/* Mitte Text */
		#basiccont #maintext{
			padding-top: 10px;
			padding-right: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			text-align:left;
			font-size:110%;
			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: 5px;
			vertical-align: middle;
			}
		/* links Aufnahme Grafik/Navigation rechts */
		#basiccont #sidebarright{
			text-align:right;
			float: right;
			width: auto;
			height:auto;
			font-size: 90%;
			padding-top: 5px;
			padding-right: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
					}
				/* Grafik rechts */
				#basiccont #sidebarright #newsbild{
					border: thick inset #FFCC33;
					height: auto;
					width: auto;
					float: right;
					}
					
			/* Navigation rechts */
			#basiccont #sidebarright #menubarright{
				height: 100%;
				width: 100%;
				}
	
	/* links Fusszeile */
	#basiccont #footer{
	padding: 0 10px;
	background-color: #005500;
	height: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-top-color: #CCFF99;
	color: #FF9900;
	width: 100%;
		}
	
	

