/*************'************/
/***   CONTENT COLUMN   ***/
/**************'***********/

#parkett-column {
	clear: both;
	width: 800px;
	padding: 0px;
	background-color: #F5F5F5;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

#comment_legende {
	position: absolute;
	left: 350px;
	top:0px;
	width:400px;
	z-index:10;
}

#comment_saal1 {
	position: absolute;
	left: 20px;
	top:260px;
	width:150px;
	z-index:10;
	height:auto;
}

#comment_saal2_3 {
	position: absolute;
	left: 20px;
	top:10px;
	width:150px;
	z-index:10;
	height:auto;
}

input {
	height: 15px;
	font-size:14px;
}
select {
	height: 20px;
	font-size:14px;
}
.submitbutton {
	height: 20px;
	font-size:14px;
}
h2 {
	font-size:18px;
}}
/*******************/
/***   FOOTER    ***/
/******************
#footer {
	clear: both;
	width: 800px;
	height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	border-top: solid 1px #FFCCCC;
	border-bottom: solid 1px #FFCCCC;
	background-color: #F5F5F5;
	text-align: center;
	color: #666666;
	font-size: 10px;
}
*/