/* BASIS ELEMENTE */

body { 
	font-family: arial, sans-serif; 
	font-size: 9pt;
	color:#000000;
    margin:0px; 
	height:100%;
	}
	
table {
	font-family: verdana, arial, sans-serif;
	font-size: 8.5pt;
    margin-left: 45px;
	}
	
p {
	font-family: verdana, arial, sans-serif;
	font-size: 8.5pt;
	margin-left: 45px;
    margin-top: 20px;
	margin-right: 55px;
	margin-bottom: 20px;
	}
	
h4 { 
	font: bold 9.3pt verdana, arial, sans-serif; 
	letter-spacing: 1px; 
	margin-left: 20px;
    margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 1px;
	color:#000000;
	background-color:transparent;
	}

h3 { 
	font: bold 9.8pt verdana, arial, sans-serif; 
	letter-spacing: 1px; 
	margin-left: 65px;
    margin-top: 20px;
	margin-right: 55px;
	margin-bottom: 20px;
	color:#36627D;
	background-color:transparent;
	}
	
h2 { 
	font:bold 35pt verdana,arial, sans-serif; 
	letter-spacing: 3px;
	line-height: 10pt;
	margin-left: 20px;
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color:#F2F6F7;
	background-color:transparent;
	}
	
h1 { 
	font: bold 11pt arial, sans-serif; 
	margin-left: 20px;
    margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	color:#cccccc;
	background-color:transparent;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
a:link, a:visited { 
    text-decoration: none; 
	color: #333333;
	background-color:transparent;
	}
	
a:active, a:hover { 
	text-decoration: underline; 
	color: #006699;
	background-color:transparent;
	}
	
/* SPEZIELLE DIVS */

    /* 1024x768 Fenster */

	#container { 
	position:absolute;
	top:15%;
	left:20%;
	width:1000 px;
	height: 600 px;
	margin-left:-375px;
	margin-top:-100px;
	overflow: visible;
}

    /* Navigation */

    #linkList {
	margin-left: 0px;
	position: absolute;
	left: 431px;
	top: 13px;
	width: 600px;
	height: 20px;
	overflow: visible;
	}
	
	/* Bildteil links */

    #BildLinks {
	background-image: url(../bilder/BildLinks.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	position: absolute;
	left: 231px;
	top: 0px;
	width: 200px;
	height: 600px;
	overflow: auto;
	}
	
	#Hintergrund { 
	background-image: url(../bilder/Inhaltgross2x.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	position: absolute;
	left: 369px;
	top: 0px;
	width: 663px;
	height: 600px;
	overflow: auto;
	}
	
    /* Bildteil rechts */

    #BildRechts {
	background-image: url(../bilder/BildRechts.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	position: absolute;
	left: 1035px;
	top: 0px;
	width: 10px;
	height: 600px;
	overflow: auto;
	}
	
	/* aktiverLink */

    #aktiverLink {
	margin-left: 0px;
	position: absolute;
	left: 431px;
	top: 41px;
	width: 600px;
	height: 55px;
	overflow: hidden;
	}	

/* Inhaltsnavigation darunter*/
	
    #InhaltNAVI {

	margin-left: 0px;
    position: absolute;
	left: 432px;
	top: 99px;
	width: 600px;
	height: 30px;
	overflow: visible;

	}
	
	#Inhalt {
	margin-left: 0px;
	position: absolute;
	left: 451px;
	top: 125px;
	width: 525px;
	height: 325px;
	overflow: auto;
	}
	
#NaviUnten {
	margin-left: 0px;
	position: absolute;
	left: 460px;
	top: 504px;
	width: 525px;
	height: 30px;
	overflow: visible;
	}
	
	/* Newsticker 

    #Newsticker {
	margin-left: 0px;
	position: absolute;
	left: 431px;
	top: 530px;
	width: 600px;
	height: 28px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	}*/
	
	/* Footer */
	
	#Footer {
	margin-left: 0px;
	position: absolute;
	left: 431px;
	top: 575px;
	width: 600px;
	height: 23px;
	line-height: 15px;
	overflow: visible;
	padding: 0px;
	text-align: center;
	}

/* einzelne Befehlbeschreibungen 
margin: = Definition der Seitenränder eines Elements oder der ganzen Seite
position: = Positionierung eines Elements ausgehend vom Fensterrand
left: = nach links Elemente einrücken
top: = nach unten Elemente einrücken
width: = Breite des Elements
height: = Höhe des ELements
overflow: = Verfahrensbestimmung bei übergrossen Elementen in einem Bereich
border: = Rahmendefinition 
padding: = Innenabstände vom Rahmen eines Elements
text-align: = Text ausrichten  z. B: :left :center :justify
background-color: = Hintergrundfarbe z. B. #cccccc
color: = Schriftfarbe
font: = Schriftart
font-size: = Schriftgrösse   absolute Werte :8pt :8pc :8in :8mm :8cm   relative Werte :8em :8px :8ex  :8% (% bezogen auf die Normgrösse)
font-weight: = Schriftdicke    z. B. bold
font-decoration: = Schriftdekoration z. B. :underline
background-image: = Hintergrundbild einbinden   z. B.  : url(verlaufblau.jpg);
background-repeat: = Hintergrundwiederholung   repeat, no-repeat

*/

