div.align{
	position:absolute;
	width:800px;
	left:50%;
    margin-left:-400px; 
   background-image:url(../images/bg_transparency.png);
   background-repeat:repeat;
	}
	
div.head{
   height:82px;
   padding:5px;
   border: 0px;
   background-image:url(../images/head.jpg);
   background-repeat:no-repeat;
   	}	
	
div.menue{
   height:57px;
   padding:4px;
   text-align:center;
   border:0px;
   background-image:url(../images/navi.jpg);
   background-repeat:no-repeat;
   }	  	

div.inhalt{
   width:770px;
   margin-top:20px;
   padding-left:15px;
   padding-bottom:35px;
   max-width:788px;
   border: 0px;
   }	   
   
div.gb {
   position:static;
   width:50%;
   padding:5px;
   vertical-align:middle;
   border:2px dashed rgb(40,87,173);
   overflow:visible;
  	}	

div.gb:hover{
	background-image:url(../images/navibg.png);
}
		
div.pixleft {
	float:left;
	width:220px;
	border:0px solid #fff;
	}
	
div.pixright {
	width:540px;
	margin-left:230px;
	border:0px solid #fff;
	min-height:550px;
	}
	
div.pixprev{
	width:90px;
	min-width:90px;
	height:60px;
	min-height:60px;
	float:left;
	border:1px solid #fff;
	margin:5px;
	overflow:hidden;
	}
	
div.pixprev:hover{
	border:1px solid rgb(40,87,173);
	}

div.pixtopprev{
	border:0px;
	width:350px;
	padding:3px;
	overflow:hidden;
	}

div.impressum {
	text-align:center;
	line-height:25px;
	height:25px;
	background-image:url(../images/head.jpg);
	}
	
div.seitenzahlen{
	width:220px;
	clear:left;
	text-align:center;
	}
	
div.ausruestung{
	position:relative;
	width:190px;
	border:0px;
	float:left;
	}
div.ausruestung_clear{
	position:relative;
	padding:20px;
	clear:left;
	}
	
div.clear{
	position:relative;
	padding:10px;
	clear:both;
	}
	
div#comment{
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-200px;
	padding-top:-10px;
	padding-bottom:10px;
	width:400px;
	background-image:url(../images/bg_transparency.png);
	border:1px dashed #fff;
	z-index:5;
	text-align:center;
	overflow:visible;
}