* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
}
.clear {
	clear: both;
}
#page {
	width: 932px;
	text-align: left;
	margin: auto;
}
	#header {
		
	}
		#header #sprache {
			float: left;
			width: 400px;
			padding-top: 5px;
		}
			.tx-srlanguagemenu-pi1 IMG {
				float: left;
				margin-right: 3px;
				display: inline;
			}
			.tx-srlanguagemenu-pi1 a, .tx-srlanguagemenu-pi1 IMG {
				border: 0;
			}
		#header #navi {
			float: right;
			text-align: right;
			width: 530px;
			padding-bottom: 5px;
			
		}
			#header #navi a {
				text-decoration: none;
				color: #666666;
				font-size: 12px;
			}
			#header #navi a:hover {
				text-decoration: underline;
			}
	#kopfbilder {
		border: 1px solid #d5d5d5;
		width: 930px;
	}
		#kopfbilder #wechselbild {
			float: left;
			width: 730px;
		}
		#kopfbilder #logo {
			float: left;
			width: 200px;
		}
	#leiste {
		background-image: url(../global-gfx/verlauf-navi.jpg);
		background-repeat: repeat-x;
		border-left: 1px solid #d5d5d5;
		border-right: 1px solid #d5d5d5;
		height: 33px;
		margin-top: 5px;
	}
		/* KOMPLETTES MENÜ IN FLYOUT.CSS*/
		#menu {
			float: left;
			width: 730px;
			height: 30px;
			position: relative;
			z-index: 100;
		}
		#menu ul {
			padding: 0;
			margin: 0;
			list-style-type: none
		}
		#menu ul a {
			color: #004F87;
			font-weight: bold;
			font-size: 15px;
			text-decoration: none;
			display: block;
			float: left;
			padding:0 30px;
			border-right: 1px solid #d5d5d5;
			height: 33px;
			line-height: 33px;
		}
		#menu ul a:hover {
			color: #FA7636;
		}
		#leiste #suche {
			float: right;
			width: 200px;
			padding-top: 5px;
		}
	#content {
		font-size: 13px;
		line-height: 150%;
	}
	.rechteSpalte UL {
		margin-left: 25px;
		padding-top: 3px;
		padding-bottom: 15px;
	}
	.rechteSpalte LI {
		padding-bottom: 2px;
	}			
		
	#footer {
		padding-top: 10px;
		text-align: right;
		font-size:11px;
		color: #666666;;
	}
		#footer a {
			color: #fa7636;
			text-decoration: none;
		}