			body{
				background-color: #E0DBD8;
				font-family: Trebuchet MS, Arial, Verdana;
				font-size: 100,01%;
    			width:6700px;
    			position:absolute;
   				top:0px;
    			left:0px;
  				bottom:0px;
				margin: 0;
				padding: 0;
					}
					
	/* ****************** WRAP ******************** */					
			#wrap{
				position: absolute;
				left: 0px;
				top: 50%;
				height:600px;
				margin-top:-300px;
				background: #FFF;
				}
				
	/* ****************** CONTENT ******************** */				
			.content{
				position: relative;
				top: 80px;
				margin-left: 265px;
				height: 500px;
				padding: 0 20px 20px 30px;
				z-index: 5;
				}					
									
	/* ****************** NAVIGATION ******************** */	
			#navi{
				position: fixed;
				min-width: 800px;
				height: 30px;
				left: 285px;
				top: 50%;
				margin-top: -270px;
				color: #333;
				z-index: 45;
			}
			#navi ul{
				padding: 0;
				margin: 0;
				list-style-type: none;
				z-index: 6;
			}
			#navi ul li{
				float: left;
				cursor: pointer;
				font-size: 0.7em;
				padding: 2px 10px;
				border-right: 1px solid #FF2B2B;
				}
			#navi ul li.active{
				color: #820303;
				}
			#navi ul li:hover{	
				color: #820303;
				}		
	/* ****************** ALL PAGES ******************** */					
			.allPages{
				position: relative;
				padding: 0;
				margin: 0;
				width: 100%;
				list-style-type: none;
				}
			.allPages li{
				position: relative;
				margin-right: 40px;
				float: left;
				width: 780px;
				height: 500px;
				}
			.allPages li.dos_cols{
				position: relative;
				margin-right: 40px;
				float: left;
				width: 520px;
				height: 500px;
				}				
	/* ****************** PAGE ******************** */					
			.page{
				position: relative;
				padding: 0;
				margin: 0;
				width: 100%;
				list-style-type: none;
				}
			.page li{
				position: relative;
				margin-right: 20px;
				float: left;
				width: 240px;
				height: 500px;
				font-size: 0.75em;
				line-height: 20px;
				}
				
	/* ****************** LAST PAGE ******************** */	
			.page_last a{
				text-decoration: none;
				color: #333;
				}
			.page_last a:hover{
				text-decoration: underline;
				}
				
			.page_last{
				position: relative;
				padding: 0;
				margin: 0;
				width: 100%;
				list-style-type: none;					
				}
			.page_last li{
				position: relative;
				margin-right: 30px;
				width: 600px;
				height: 500px;				
				font-size: 0.75em;
				line-height: 20px;				
				}	
				
	/* ****************** LINE ******************** */											
			#line{
				position: absolute;
				top: 140px;
				z-index: 25;
				}
				
			.clear{
				clear:left;
				}
				
			.headline{
				color: #820303;
				font-weight: bold; 
				margin-bottom: 80px;
				}
			.next{
				position: absolute;
				cursor: pointer;
				bottom: 0px;
				right: 0px;
				}
			.prev{
				position: absolute;
				cursor: pointer;
				bottom: 0px;
				left: 0px;
				}				
				
	/* ****************** BOX ******************** */	
			#box {
    			position: fixed;
				width: 265px;
				height: 600px;
				background: #897368;
   				left: 0px;
				z-index: 20;
				}
			.logo{
				position: relative;
				top: 91px;
				}
			.box_1{
				position: relative;
				top: 174px;	
				text-align: center;
				color: #E0DBD8;
				font-size: 0.8em;
				line-height: 20px;				
				}
			.box_2{
				position: relative;
				top: 367px;	
				text-align: center;
				color: #E0DBD8;
				font-size: 0.8em;	
				line-height: 20px;				
				}
			.box_2 a{
				text-decoration: none;
				color: #E0DBD8;
				}
			.box_2 a:hover{
				text-decoration: underline;
				}
			.zitat{
				padding-top: 30px;
				color: #820303;
				font-size: 1.2em;
				}
			.autor{
				color: #333;
				font-size: 0.8em;
				}
				
/* ****************** BUTTON ******************** */	

				#btn{
				position: fixed;
				left: 10px;
				top: 10px;
				}