/* CSS Document */
a img {
border:none;
}
h1 {
	font-size:13pt;
}
h2 {
	font-size:10pt;
	color:#5e5e5e;
}
body {
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	background-color:#362214;
	text-align:center;
	margin-top:0px;
}

#all {
width:737px;
margin:auto;
text-align:left;
z-index: 4;
}
#header { 
	width:737px;
	height:197px;
	background-image:url(images/header.png);
	}
#left {
	width:210px;
	height:341px;
	background-image:url(images/left.png);
	float:left;
	}
#mid {
	width:737px;
	background-color:#FFFFFF;
	background-image:url(images/f.png);
	}	
#right {
	width:106px;
	height:341px;
	background-image:url(images/right.png);
	float:right;
}	
#bottom {
	width:737px;
	height:122px;	
	background-image:url(images/bottom.png);
	}
	
#content {
	min-height:311px;
	height:auto !important;  /* für moderne Browser */
	height:311px;  /*für den IE */
	background-color:#FFFFFF;
	margin-left:210px;
	margin-right:106px;
	font-family: Arial;
	font-size: 9pt;
	padding: 10px 20px 20px 20px;
	}
	
#linkbox {
	margin-left:34px;
}
/*----------------------------------normale LINKS*/					
					a:link {
					color:#634e3e;
					text-decoration:none;
					font-family:Verdana;
					font-size:10pt;
					}		
					a:visited {
					color:#634e3e;
					text-decoration:none;
					font-family:Verdana;
					font-size:10pt;
					}															
				    a:hover {
					color:#634e3e;
					text-decoration:underline;
					font-family:Verdana;
					font-size:10pt;
					}
					a:active {
					color:#634e3e;
					text-decoration:none;
					font-family:Verdana;
					font-size:10pt;
					}	
					
					
					a.menu:link {
					background-image:url(images/link.png);
					display:block;
					width:88px;
					height:14px;
					font-family:Verdana;
					font-size:10pt;
					padding-left: 18px;
					padding-top:3px;
					text-decoration:none;
					font-weight:bold;
					}		
					a.menu:visited {
					background-image:url(images/link.png);
					display:block;
					width:88px;
					height:14px;
					font-family:Verdana;
					font-size:10pt;
					padding-left: 18px;
					padding-top:3px;
					text-decoration:none;
					font-weight:bold;
					}															
				    a.menu:hover {
					background-image:url(images/linkhover.png);
					display:block;
					width:88px;
					height:14px;
					font-family:Verdana;
					font-size:10pt;
					padding-left: 18px;
					padding-top:3px;
					text-decoration:none;
					font-weight:bold;
					}
					a.menu:active {
					background-image:url(images/linkhover.png);
					display:block;
					width:88px;
					height:14px;
					font-family:Verdana;
					font-size:10pt;
					padding-left: 18px;
					padding-top:3px;
					text-decoration:none;
					font-weight:bold;
					}			
				
#fade {
	background: #000000;
	position: fixed !important;
	position: absolute;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
	
#hideshow {
	width: 100%;
	height: 100%;
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 600px;
	position: fixed !important;
	position:relative;
	top: 15%;
	left: 50%;
	margin: 0 0 0 -330px !important;
	margin: 0 0 0 -22px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}
.imageOff{
}
.imageOn{
-moz-opacity:0.9;
filter:alpha(opacity=90);
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
} 