html,body{ font-family:Verdana; margin:0; padding:0; height:100%; }
body a{ text-decoration:none; color:#444; font-weight:bold; }
.active{ }
div#sitewrapper{ position:relative; width:900px; height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0px auto;
	font-size:13px;
}
div#header{
	position:relative;
	width:100%;
	height:120px;
	overflow:hidden;
	text-align:center;
}
div#header h2{
	color:#000;
	font-size:66px;;
	font-weight:bold;
	margin:20px 0px;
	padding:0px;
}
div#header h3{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	color:#222;
	font-size:17px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
div#navi{
	position:relative;
	width:100%;
	height:100px;
	line-height:100px;
	font-size:12px;
	text-align:center;
}
div#navi a{
	margin:0px 20px;
}
div#maincontent{
	position:relative;
	width:100%;
	padding:0;
	padding-bottom:60px;
	min-height:70%;
	text-align:center;
}
div#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	height:60px;
	line-height:20px;
	font-size:12px;
	color:#777;
	text-align:center;
	background-image:url("http://www.bastianalbers.de/img/footer-grad.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:e8e8e8;
}
.tabNavigation{
	margin:0px;
	padding:0px;
	height:24px;
	border:0px;
}
.tabNavigation li{
	margin:0px;
	margin-right:10px;
	padding:0px;
	background-color:#eee;
	list-style-type:none;
	float:left;
	border:0px;
	font-size:13px;
	line-height:24px;
	height:22px;
	border-top:2px solid #eee;
	border-left:2px solid #eee;
	border-right:2px solid #eee;
}
.tabNavigation li a{
	padding:3px;
}
.selected{
	background-color:#000;
	color:#fff;
}
.selected a{
	background-color:#000;
	color:#ccc;
}
.innertab{
	border:3px solid #eee;	
	padding:5px;
	margin:0px;
	height:270px;
	text-align:left;
}
.innertab img{
	float:left;
	margin:10px;
	width:400px;
	height:250px;
}
.progList{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
.progList li{
	margin:0;
	margin-left:50px;
	padding:0;
	margin-bottom:10px;
}
.progList li ul{
	list-style-type:none;
	margin:0px;
	margin-left:50px;
	margin-bottom:10px;
	margin-top:10px;
	padding:0px;
}
.progList li ul li{
	list-style-type:none;
	margin:0px;
	margin-left:50px;
	padding:0px;
}

#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;background-color:black;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
	#modalWrap{width:9000px; height:9000px;}
		#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
		#borderMiddleLeft, #borderBottomLeft{clear:left;}
		#modalContent{position:relative; overflow:visible;}
			#contentTitle{margin:0;}
			#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;position:absolute;top:-100px;right:-100px;}
			#modalLoadedContent{overflow:auto; width:0; height:0;}
			#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
                        #modalPhoto{cursor:pointer;}
			#modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap embedded content */
			#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}