												
							BODY {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
							font-size: 12px;
							font-weight: bold; 
							color:black; 
							background: #DFD3D3;
							}
							
	
							.horizon{/* Setup for centering */
            	color: black;
            	background-color: transparent;
            	text-align: center;
            	position: absolute;
            	left: 0px;
            	width: 100%;
            	height: 1px;
            	overflow: visible;
            	visibility: visible;
            	display: block
            	}
          		
							

							.Inhalt {/* This is to setup the viewing area*/
            	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            	background: transparent;
							color: black;/*to insure readability*/
            	margin-left: -375px;
            	position: absolute;
            	left: 50%;
            	width: 750px;
            	height: 1600px;
            	visibility: visible;
            	text-align: center;
							}
						 
						 .body {
						 	/*This is the main body area*/
						 background: transparent;
             color : black;
             font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
						 font-size: 12px;/*readability for the links*/
						 text-align: left;
             margin-left: 50px;
						 margin-right: 0px;
						 width: 650px;
						 margin-top: 10px;
						 margin-bottom:10px;
						 }
             
						 .box {/*Where the copyright goes*/
						 background: transparent;
             color : #1B8AB3;
             font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
						 font-size: 12px;/*readability for the links*/
						 text-align: center;
             margin-left: 0px;
						 margin-right: 0px;
						 width: 100%;
						 margin-top: 10px;
						 margin-bottom:10px;
   					 }

             .navbox {/*box at the top for navigation*/
						 background: #8F7286;
             color : #FF7C7C;
             font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
						 font-size: 14px;/*readability for the links*/
						 text-align: center;
             padding-top: 10px;
						 padding-bottom: 10px;
						 width: 100%;
						 height: 40px;
						 margin-left:0px;
						 margin-right:0px;
						 margin-top: 0px;
						 margin-bottom:10px;
   					 }
						
						 .Banner {/* box at top holding graphic*/
						 background: transparent;
						 color: black;
						 text-align: center;
						 margin-left:0px;
						 margin-right:0px;
						 }
						 	 			
          P, OL, UL, DL {font-size: 12px;}
          /*font-family is already defined, here I only set the font-size*/
          P OL, P UL, P DL, OL UL {font-size: 12px;}
          /*and here the I prevent the incredible shrinking text*/
          
					.link {font-size:14px;
								color: #FF7C7C;}        
          .six {font-size: 8px; 
            color: black; /*this is for small text*/
            background: transparent;}
          .mit {text-align: justify;
							 font-size:11px;}/*justified text*/
          .red {color : #FF0000; background: transparent;}
          .mint {color: #009999; background: transparent;}
          .ROT {font-size: 18px; /*also red, but bigger and in bold*/
            color: #FF0000; 
            font-weight: 600; 
            background: transparent;}
					.large {font-size: 36px;
						color: #FF7C7C;
						text-align: center;}
					.medium {font-size: 14px;
						font-weight: bold;}
					.copyright {font-size:10px;
										 text-align: center;}
					.heading {font-size:16px;
										color: #1B8AB3;
										text-align: left;}

					    
          a:link {/*normal links in the text*/
            color: #FF7C7C;
						font-size:14px;
						font-style:none;
            text-decoration : none; 
            background: transparent;}
          a:visited {
            color: #FF7C7C; 
            text-decoration : none; 
            background: transparent;}
          a:hover { 
            color: white; 
            text-decoration : none; 
            background: transparent;}
						
						
          strong, b {font-weight: 800;}
          /*NN 4.xx needs that...*/ 
          big {font-size: larger;}
          /*to emphasize words, use it inline with a <span> class*/ 
          small {font-size: smaller;}
          /*not really necessary, but one never knows...use it inline with a <span> class*/