												
							BODY {font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif; 
							font-size: 12px;
							font-weight: none; 
							color:#5A5263; 
							background:  #C6BED6;
							/*background-image: url(images/bg.jpg);*/
							background-repeat: repeat;
							background-attachment: fixed;
							background-position: center;
							}
							
							.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;
            	}
							 
							
						 .navbox {/*box at the top for navigation*/
						 background: transparent;
						 position: relative;
             color : #E7ADAD;
             font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
						 font-size: 14px;/*readability for the links*/
						 text-align: center;
             padding-top: 0px;
						 padding-bottom: 0px;
						 width: 100%;
						 height: 22px;
						 margin-left:0px;
						 margin-right:0px;
						 margin-top: 0px;
						 margin-bottom:5px;
   					 }
						 
							.Banner {/* The banner at the top of the page*/
							background:transparent;
							position: relative;
							margin-left: 0px;
							margin-top: 0px;
							padding-top: 10px;
							width: 100%;
              height: 175px;
							color: #5A5263;
							font-size: 48px;
							font-weight: bold;
							font-style: italic;
							text-align:center;
              } 
							

							.Inhalt {/* This is to setup the viewing area*/
            	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
            	background: transparent;
							color: #5A5263;/*to insure readability*/
            	margin-left: -350px;
            	position: absolute;
            	left: 50%;
            	width: 700px;
            	height: auto;
            	visibility: visible;
            	text-align: center;
							}
							
							.content {/* This is to setup the CONTENT AREA*/
            	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
            	background: #EFEDED;
							/*color: #808080;/*to insure readability*/
            	color: #5A5263;
							margin-top: 0px;
							padding-left: 15px;
							padding-right: 15px;
							padding-top: 15x;
							padding-bottom:15px;
            	position: relative;
            	width: 96.5%;
            	height: auto;
							text-indent: 15px;
            	visibility: visible;
            	text-align: left;
							}
														
 
							
						 .box {/*this is a box where the bottom-navigation*/
              /* and the copyright will be placed*/
              background: #EFEDED;
              color : #5A5263;
              font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
              font-size: 12px;
							padding-left: 15px;
							padding-right: 15px;
							padding-top: 15px;
							padding-bottom:15px;
							width:96.5%;
							position:relative;
							/*border-color : #FF4242;
              border-style : groove;
              border-width : 1px;/* the border property in longhand*/
              }
							
							.imagewrapper {
							width:auto;
							position:relative;
							font-size:9px;
							text-align: center;
							}
							
							.rightwrap {
							 clear: right;
							 float: right;
							 margin: 4px 0px 6px 8px;
							 }
							 
							.leftwrap {
							clear: left;
							float: left;
							margin: 4px 8px 6px 0px;
							}
							.imagebox {
							/*border: 1px solid #CCC;*/
            	margin-bottom: 4px;
            	width: auto;
            	}
							 			
          P, OL, UL, DL {font-size: 13px;}
          /*font-family is already defined, here I only set the font-size*/
          P OL, P UL, P DL, OL UL {font-size: 13px;}
          /*and here the I prevent the incredible shrinking text*/
          H1 {font-size:30px;
						 font-style:italic;
						 font-weight:bold;
						 text-align:center;
						 }
          H2 {font-size:24px;
						 font-style:italic;
						 font-weight:bold;
						 text-align:center;
						 }
          H3 {font-size:16px;
						 font-style:italic;
						 text-align:center;
						 font-weight:bold;
						 }
          H4 {font-size:20px;
						 font-style:italic;
						 text-align:center;
						 font-weight:bold;
						 }
					.classheader {font-size:11px;
											 font-weight:bold;
											 text-align:left;
											 } 
					.link {font-size:14px;
								color: #840084;}    
          .six {color: #808080;
							font-size: 16px; 
							font-weight: bold;
							font-style: italic;}
          .tiny {color: #808080;
							font-size: 10px;}
					.eight {color: #808080;
							font-size: 36px; 
							font-weight: bold;
							font-style: italic;}
					.twelve {color: #808080;
							font-size: 12px; 
							font-weight: bold;
							font-style: italic;}
          .mit {text-align: justify;}/*justified text*/
					.blu {color: #63659E; background:transparent;
					font-size:18px;}
					.left {text-align: left;}
          .red {color : #FF4040; background: transparent; font-size:30px;}
          .mint {color: #009999; background: transparent;}
          .ROT {font-size: 18px; /*also red, but bigger and in bold*/
            color: #FF4040; 
            font-weight: 600; 
            background: transparent;}
					.large {font-size: 36px;
						color: #FF4040;}
					.medium {font-size: 14px;
						font-weight: bold;}
					.copyright {font-size:10px;}
              
          a:link {/*normal links in the text*/
            color: #D66262;
						font-style:none;
            text-decoration : none; 
            background: transparent;}
          a:visited {
            color: #D66262; 
            text-decoration : none; 
            background: transparent;}
          a:hover { 
            color: #8F7286; 
            text-decoration : none; 
            background: transparent;}
					a.site{
					text-decoration:none;
					font-size: 10px;
					}
						
						
          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*/