html, body {
	background-color: #9c9c9c;
	
	font-family: Verdana;
	font-size: 12px;
	color: black;
	
	height: 100%;
	padding: 0%;
	margin: 0%;
}

#main {
	background: url(../images/main_bg.png) repeat-y center;

	text-align: left;
	
	width: 1024px;
}

#menu, #header, #infobox, #inputs {
	margin-left: 15px;	/* linker Rand */
	margin-right: 45px;	/* rechter Rand (entspricht der linken Seite des roten Streifens) */
}

#menu {
	background: url(../images/menu_top_bg.png) repeat-x;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	
	height: 26px;
	padding-left: 15px;
}

#header {
	background: url(../images/gfk_crm.png) no-repeat 30px 0px;
	
	text-align: right;
	
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
}

#breadcrumbs {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
}

#infobox {
	background: url(../images/green_info_bg.png) repeat-x;
	color: white;
	padding-top: 25px;
	height: 75px;
	font-size: 14px;
	text-shadow: 1px 1px 4px black;
}
#inputs {
	background: url(../images/input_bg.png) repeat-x;
	float: left;
	height: 100px;
	width: 200px;
	text-align: center;
}

#wrapper1 {
	float: left;
	background-color: #efefef;
	position: relative;
	left: 15px;
	width: 964px;
}
#wrapper2 {
	float: left;
	background-color: white;
	position: relative;
	left: 200px;
	width: 764px;
}

#content {
	float: left;
	position: relative;
	text-align: left;
	padding: 10px;
}
#verticalinfo {
	float:left;
	position: relative;
	margin-left: -190px;
	width: 180px;
	text-align: left;
	padding-top: 10px;
}