body {
	margin: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}

#container { 
	position: absolute; 
  	width: 976px; 
  	height: 442px; 
  	left: 50%; 
  	top: 50%; 
  	margin-left: -488px;
	margin-top: -221px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #333333;
	z-index: 1; 
} 

.pic_left {
	float: left;
	margin-right: 40px;
}

h1 {
	font-size: 15px;
	color: #666666;
}

li {margin-bottom: 12px;}

table {
	margin: 0px;
	padding: 10px;
}	

td.frei {
	background-color: #00DDAA;
	text-align: center;
	}
	
td.unfrei {
	color: #999999;
	background-color: #333333;
	text-align: center;
}
	
td.vergeben {
	background-color: #FF9900;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	cursor: help;
	}
	
th.vo {
	background-color: #FFFF66;
	text-align: center;
	}
	
iframe {
	background-color: #33FFCC;
	border: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #009966;
	text-decoration: none;
	background-color: #F6F6F6;
	border: 1px solid #FF9900;
}

input.nix {
	border: 0px;
	background-color: #00FFCC;
}	

input.i50 {
	height: 15px;
	width: 48px;
}

input.i120 {
	height: 15px;
	width: 195px;
}

input.i140 {
	height: 15px;
	width: 235px;
}

input.i200 {
	height: 15px;
	width: 382px;
}

input.i240 {
	height: 15px;
	width: 436px;
}	

input.submit {
	border: 1px solid #FF9900;
	height: 21px;
	width: 220px;
	font-weight: bold;
	background-color: #F6F6F6;
	cursor:pointer;
}	

select.s120 {
	height: 19px;
	width: 233px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9701de;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #ff9900;
}	