* {
margin: 0;
padding: 0;

}

/* IDs */
#container {
	color: #000;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: static;
}
#header {
	width: 960px;
}
#logo {
	width: 240px;
	height: 120px;
	color: #fff;
	float: left;
}
#reitermenu {
	width: 720px;
	height: 25px;
	color: #fff;
	background-color: #999999;
	float: left;
	margin-top:95px;
}

#main {
	clear:left;
	color: #000;
	line-height: 1.2em; /* to avoid the peekaboo bug */
	width: 960px;
	position: relative;
}

/* Navigation */

#navigation {
	width: 240px;
	color: #000;
	float: left;
	background-color: #999999;
}
#content {
	color: #000;
	width: 700px;
	padding: 10px;
	float: left;
	height: auto;
	background-color: #CCCCCC;
}

#main_abschluss {
	clear: both;
	width: 960px;
	background-color: #333333;
	position: relative;
	height: 10px;
}

/* Formulare */
form { display:inline; margin-top:20px; }
input.textfield { width:250px; height:20px; margin:2px; }
input.submit { font-weight:bold; padding:2px; background-color:#666666; color:#FFFFFF; }
select { width:250px; height:20px; margin:2px; } 
select.zuweisen { width:300px; height:350px; margin:2px; } 
textarea.klein { width:250px; height:80px; margin:2px; }
textarea.gross { width:250px; height:150px; margin:2px; }
input.submit_zu { margin-left:6px; font-weight:bold; padding:2px; background-color:#666666; color:#FFFFFF; }
