/*********** Main Design *************/

div.align{
	/*position:absolute;*/
	width:800px;
	/*left:50%;
	margin-left:-400px; 
	margin-bottom: 20px;*/
	margin: 20px auto;
	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;
}	   
   
/***** Guestbook ************/

div.gb {
   position:static;
   width:50%;
   margin: 40px auto;
   vertical-align:middle;
   border:1px solid #4c1010;
   overflow:visible;
}	

div.gbhead{
	background-color:#4c1010;
	padding: 7px;
	font-weight: bold;
}

div.gbcontent{
	padding: 7px;	
}

div.gbcommentcontainer{
	width: 80%;
	margin: 10px auto;
}

div.gbcomment{
	border: 1px dashed #4c1010;
	margin: 2px;
	padding: 5px;
}

div.gbwarning{
	width: 300px;
	border: 1px dashed #4c1010;
	margin: 20px auto;
	padding: 5px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

/************ Gallery ****************/

div.permalink{
	font-weight:bold;
	margin: 40px auto;
	text-align: center;
}
div.permalink>input{
	margin: 5px;
	padding: 4px;
	width: 400px;
	background-color: #000;
	color: #fff;
	border: 1px dashed #333;
}
div.permalink>input:hover{border: 1px dashed #fff;}

div.pixCatPrev{
	min-width: 150px;
	width: 150px;
	min-height: 150px;
	height: 150px;
	margin: 19px;
	border: 1px solid #333;
	float:left;
	text-align: center;
	line-height: 150px;
	font-size: 15pt;
}
div.pixCatPrev:hover{border: 1px solid #fff;}
		
div.pixcat {
	width:100%;
	border:0px;
}
	
div.pixshow {
	width:100%;
	border:0px;
}

div#scrollLeft{min-width:20px;width:20px;height:90px;float:left;background-image:url(../images/arr_left.png);margin:5px;background-repeat:no-repeat;}
div#scrollLeft:hover{background-color:#111;}
div#scrollRight{min-width:20px;width:20px;height:90px;float:left;background-image:url(../images/arr_right.png);margin:5px;background-repeat:no-repeat;}
div#scrollRight:hover{background-color:#111;}

div#prevcontainer{overflow-x:hidden;overflow-y:hidden;float:left;}
div.scroll{width:10000px;height:150px;}

div.pixprev{
	width:100px;
	min-width:100px;
	height:70px;
	max-height:70px;
	border:1px solid #333;
	text-align:center;
	overflow:hidden;
}

div.pixprevcontainer{
	position:relative;
	margin: 13px;
	float:left;
}
	
div.pixprev:hover{
	border:1px solid #ccc;
}

div.pixtopprev{
	border:0px;
	width:100%;
	padding:3px;
	overflow:hidden;
	text-align: center;
}
div.pixprevcontainer:hover span{
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute; left: 50%; top: 60px; z-index: 99; margin-left: -75px; width: 150px;
	padding: 10px;
	display: inline;
	z-index:200;
}

div.pixprevcontainer span{
	background: #000; border: 1px solid #240A07; color:#fff;
	text-align:center;
	display:none;
}
div.pixprev a img{border:none;}
div.pixprev:hover a img{border:none;}
	
div.seitenzahlen{
	width:100%;
	clear:left;
	text-align:center;
}

/******************* comments *******************/	

/*output*/
div.comment {
   position:static;
   width:80%;
   margin: 40px auto;
   vertical-align:middle;
   border:1px solid #4c1010;
   overflow:visible;
}

div.commenthead{
	background-color:#4c1010;
	padding: 7px;
	font-weight: bold;
}
div.commenthead>a>img{border:none;}

div.commenttext{
	padding: 7px;	
}

/*input*/
div.commentform{
	margin: 20px auto;
	width: 80%;
	text-align:center;
}

div.commentform>form>input, textarea{
	width:200px;
	border:1px dashed #fff;
	background-color:#000;
	color:#fff;
}
div.commentform>form>input:hover, textarea:hover{border:1px dashed #9F2828;}

/******************* article *******************/	

div.index{
	width: 200px;
	border: 1px dashed #fff;
	margin: 10px;
	padding: 10px;
	float:left;
}
div.index>div{margin: 5px;font-size:11pt;}



/******************* rest *******************/	
	
div.impressum {
	text-align:center;
	line-height:25px;
	height:25px;
	background-image:url(../images/head.jpg);
	}
	

div.ausruestung{
	position:relative;
	width:190px;
	border:0px;
	float:left;
	}
div.ausruestung_clear{
	position:relative;
	padding:20px;
	clear:left;
	}

/****************** sonst **********************/	
	
div.clear{
	position:relative;
	padding:10px;
	clear:both;
}
