/* Größenangaben zum 1120-Design */
#main {
	font-size:12px;
}
#wrap {
	min-width:1000px;
	height:600px;
}
#navigation {
	min-width:1000px;
}
#navigation li{
	font-size:14px;
}
#left {
	width:400px;
}
#center {
	width:600px;
}
#einspaltig{
	width:1120px;
	height:602px;
}
.scroll{
	overflow:auto;
	height:600px;
}
#left h1, #left h2,#left h3,#left p{
	margin-left:45px;
	margin-right:25px;
}
h1{
	font-size:20px;
	font-weight:bold;
	margin-bottom: 8px;
}
h2{
	font-size:18px;
	margin-bottom: 4px;
}
h3{
	font-size:16px;
	margin-bottom: 2px;
}
.formtextfield {
	width:200px;
	height:60px;
}