#wrapper {
	margin:0 auto;
	width:100%;
	height:100%;
	
	z-index:1;
}


#backgroundimagewrapper {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#ffffff;
	z-index:1000;
	display:inline-block;
		
}

#backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display:inline-block;
	
}

#backgroundimagetext {
	width: 100%;
	text-align:left;
	top:0;

	height:400px;
	z-index:1005;
}

#contentwrapper {
	position:relative;
	margin:0 auto;
	width:900px;
	min-height:100%;
	z-index:10;
}

#intro {
	
}

#maincolumn {
	position:absolute;
	top:0;
	left:0;
	width:550px;
	min-height:1000px;
	background:#ffffff;
	background:url('../images/bischoffbg.png') repeat-y;
	/*filter: alpha(opacity=85); /* internet explorer */
	/*-khtml-opacity: 0.85;      /* khtml, old safari */
	/*-moz-opacity: 0.85;       /* mozilla, netscape */
	/*opacity: 0.85;           /* fx, safari, opera */
	text-align:left;
	padding:0px 50px 0px 300px;
}

#content {
	width:550px;
	padding:25px 0px 25px 25px;
	text-align:left;
}


#mainmenuwrapper {
	position:relative;
	margin:0 auto;
	width:900px;
	height:100%;
	z-index:20;
	text-align:left;
	
}

#mainmenu {
	position:absolute;
	width:250px;
	min-height:1000px;
	background-color:#ffffff;
	
	text-align:left;
	padding:0px 25px 0px 25px;
	
	/*filter: alpha(opacity=70);  internet explorer */
	/*-khtml-opacity: 0.7;       khtml, old safari */
	/*-moz-opacity: 0.7;        mozilla, netscape */
	/*opacity: 0.7;            fx, safari, opera */

}

#menucontent {
	/*position:fixed;*/
	width:250px;
	padding:65px 0px 25px 0px;
	text-align:left;
	min-height:100%;
	
}

#mainmenu_top {
	padding:0 0 78px 0;
	margin:0 -10px 0 -10px;
}

#mainmenu_main {

}

.divider {
border-top: 1px solid #494949;
height:1px;
margin:10px 0 0 0;
}

a.active {
border: 1px solid #B50D0D;
padding-left:5px;
padding-right:5px;
}


#mainmenu_address {
	/* bottom: 100px;
	position:absolute; */
	/* border-top: 1px solid #B50D0D; */
	border-top: 1px solid #494949;
	padding:10px 0px 10px 0px;
	margin-top:20px;
}

#content_footer {
	bottom: 0px;
	position:absolute;
	border-top: 1px solid #B50D0D;
	width:500px;
	padding:3px 0px 10px 0px;

}

#intro {
	position:absolute;
	top:0;
	left:300px;
	
	width:600px;
	height:100%;
	padding:0;
	text-align:left;
	z-index:30;

}

#introcontent {
	padding:120px 50px 25px 50px;
	text-align:left;
}

#sator {
	text-align:center;
}

.image {

	text-align:right;
	margin-right:15px;
}

#shortcutwrapper {
	width:550px;

}

#shortcutlegend {
	height:60px;
}

#shortcut1, 
#shortcut2, 
#shortcut3, 
#shortcut4, 
#shortcut5, 
#shortcut6,
#shortcut7,
#shortcut8 {
	width:120px;
	height:120px;
	background-color:#dddddd;
	float:left;
}

.shortcutspacer {
	width:15px;
/*	width:50px;  */
/*	width:6px;   */
	height:135px;
/*	height:85px; */
/*	height:73px; */
	float:left;
}

html { overflow:scroll-y; }
body { background:#494949; }