* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	background-image: url(../global-gfx/verlauf-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width: 940px;
	text-align: left;
	margin: auto;
}
	#headNavi {
		color: #FFF;
		background-image: url(../global-gfx/verlauf-header.jpg);
		background-repeat: repeat-x;
		height: 25px;
		line-height: 25px;
		text-align: right;
		padding-right: 10px;
	}
		#headNavi #c2 {
			display: none;
		}
		#headNavi a {
			color: #FFF;
			text-decoration: none;
			padding: 0 5px;
			font-size: 13px;
		}
	#headPicture {
		padding: 14px;
		border: 1px solid #e7e7e5;
		width: 910px;
		background-color: #FFF;
		height: 247px;
	}
		#logo {
			float: left;
			width: 455px;
		}
		#picture {
			float: left;
			width: 455px;
		}
	#trenner {
		background-image: url(../global-gfx/verlauf-trenner.jpg);
		background-repeat: repeat-x;
		height: 8px;	
	}
	#menu {
		height: 24px;
		line-height: 24px;
		background-image: url(../global-gfx/verlauf-menu.jpg);
		background-repeat: repeat-x;
		font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
		#menu ul {
			list-style: none;
		}
		
		#menu ul li {
			border-right: 1px solid #d91d52;
			float: left;
		}
		#menu ul li a {
			display: block;
			padding: 3px 9px;
			color: #000000;
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
		}
		#menu a:hover, #menu a.on {
			background-color: #e2e2e2;	
			padding: 3px 4px;
			margin: 0 5px;
		}
	#submenu {
		clear: both;
		margin-top: 15px;
		/*background-color: #e2e2e2;*/
		width: 940px;
	}
	#submenu a {
		font-size: 11px;
		font-weight: normal;
		padding: 2px;
		margin: 5px 0 2px 5px;
		display:inline;
		height: 16px;
		width: 140px;
		color:#595959;
		float: left;
		text-decoration: none;
		border: 1px solid #e7e7e5;
	}
	#submenu a.on, #submenu a:hover {
		background-color: #e7e7e5;
	}
	#content {
		clear: both;
		padding: 10px 0 25px 0;
		width: 940px;
		margin-top: 15px;
	}
		#content a {
			color: #000;
		}
	#footer {
		height: 38px;
		width: 100%;
		background-image: url(../global-gfx/verlauf-footer.jpg);
		background-repeat: repeat-x;
	}
