body,html{
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 170%;
	color: #FFF;
	margin: 0; padding: 0;
}
a{
	color: #999;
}
h1{
	font-size: 1.3em;
}
h2{
	font-size: 1.1em;
}
ul{
	list-style-type: square;
}
hr{
	color: #FFF;
	*height: 1px;
	border: none;
	border-top: 1px solid #FFF;
}
#logo{
	display: none;
}
#top{
	width: 100%;
	color: #999;
	height: 27%;
	line-height: 150%;
	vertical-align: bottom;
	background: #FFF url('../_gfx/logo_schoening.gif') bottom right no-repeat;
}
#submenu{
	margin: 0; 
	padding: 1em;
	float:left;
	list-style-type: none;
}
#submenu a{
	text-decoration: none;
	font-weight:bold;
	font-size: 0.9em;
	line-height: 150%;
}
#middle{
	background: #999 url('../_gfx/logo_fotodesign.gif') top right no-repeat;
	height: 63%;
}
#main{
	height: 100%;
	overflow: auto;
/* IE7 overflow bug start */
	overflow-x: auto;
	overflow-y: scroll;
/* IE7 overflow bug ende */
	text-align:center;
	scrollbar-base-color:#999;
	scrollbar-3dlight-color:#999;
	scrollbar-arrow-color:#FFF;
	scrollbar-darkshadow-color:#999;
	scrollbar-face-color:#999;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-track-color:#999;
}

#content{
	padding: 4em 0;
	margin:0 auto;
	text-align: left;
	width: 600px;
}
#menu{
	background-color: #FFF;
	color: #999;	
	bottom: 0; left:0;
	padding: 0;
	font-size: 1.1em;
	font-weight:bold;
	height: 4%;
}
#menu a{
	text-decoration: none;
	font-weight:bold;
}
#menu p{
	padding: 1em 2em 1em 1em;
	margin:0;
}
#content a{
	color: #FFF;
}
a.active{
	color: #F93;
}
a img{
	border: none;
}
.halfcol{
	width: 49%; float:left;
}
.clear{
	clear:both; float:none;
}
.bordered{
	border: 1px solid #FFF;
}
.copyright{
	float: right;
	padding-right: 7em;
	color: #DDD;
}
label{
	font-weight:bold;
	font-size: 0.9em;
}
input,textarea{
	width: 180px;
}

.protalis{
	width: 600px;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #FFF;
	text-align:center;
}
