#left {
			float:left;
			width: 920px;
			display: inline;
			background-image: url(../global-gfx/verlauf-box-links.jpg);
			background-repeat: repeat-x;
			line-height: 20px;
			padding: 5px 10px;
		}
		#left .content {
			padding-bottom: 20px;
		}
		#left ul {
			margin-left: 15px;
			list-style: none;
		}
		#left ul li {
			padding-bottom: 12px;
			background-image: url(../global-gfx/li-icon.gif);
			background-repeat: no-repeat;
			background-position: 0 6px;
			padding-left: 15px;
		}
		#left h1 {
			font-size: 22px;
			color: #d91d52;
			font-weight: normal;
			font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
			border-bottom: 1px solid #FFF;
			margin-left: -10px;
			margin-right: -10px;
			margin-bottom: 10px;
			padding: 10px;
		}
		#left h2 {
			color: #2c2c2c;
			font-size: 16px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
		}
		#right {
			float: right;
			width: 0;
		}
