/* Allgemeine Befehler */
	body{
		margin:0;
		padding:0;
		font-family:arial;
		font-size:12px;
		background:url('/assets/main/images/bodyBg.jpg') top left repeat-x #cdb366;
	}

	a { 
		color:#000;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}
	
	.alignRight{
		text-align:right;
	}
	.alignLeft{
		text-align:left;
	}
	
	.clear{
		clear:both;
		height:1px;
		overflow:hidden;
	}
/* Rahmen */
	#center{
		width:950px;
		margin:0 auto;
		background:url('/assets/main/images/centerBg.gif') top left no-repeat white;
	}

	#header{
		height:370px;
		overflow:hidden;
	}
		#header .logo{
			float:left;
			margin:15px 0 0 26px;
			width:315px;
			height:85px;
		}
			#header .logo img{
				border:0;
			}
		#header .topNavi{ word-spacing: 3px; float:right; margin:80px 19px 0 0; }
		
		#header .brownBox{ width:237px; height:190px; background:url(/assets/main/images/brownBg.jpg) no-repeat left top; float:left; margin:0 2px 0 9px; font-size:12px; color:#333333; line-height: 1.5em; padding: 49px 30px 0 81px; }
			#header .brownBox h1{
				font-size:12px;
				margin:0 0 5px;
				padding:0;
			}
			
		#header .picBox{
			width:574px;
			height:237px;
			margin:1px 0 1px 0;
			float:left;

		}
		#header .spacer{
			height:35px;
			overflow:hidden;
		}	
	
	#main{
		overflow:hidden;
		display:inline-block;
		width:100%;
		padding:63px 0 50px 0;
	}
		#main #leftSide{
			float:left;
			width:358px;
			overflow:hidden;
		}
	
			#main #leftSide #navigation{
				list-style:none;
				margin:0;
				padding:0 0 0 91px;
			}	
			#main #leftSide #navigation li{
				margin:9px 0 9px 0;
				padding:0;
			}			
				#main #leftSide #navigation a{
					font-weight:bold;
				}	
			#main #leftSide .subNav{
				list-style:none;
				margin:0;
				padding:0 0 10px 14px;
				font-size:11px;
				font-weight:normal;
			}	
			
			#main #leftSide a.active{
				text-decoration:underline;
			}
		#main #rightSide{ line-height: 1.5em; float:left; width:554px; overflow:hidden; padding-right: 20px; }

			#main #rightSide h1{
				margin:8px 0 24px 0;
				padding:0;
				font-size:14px;
			}
	
/* Inhal?tsbereich */
	#main #rightSide .contentPic{
		margin:8px;
	}
	
		.picsLeft{ text-align: center; float: left; margin-top: 4px; margin-right: 10px; margin-bottom: 1px; }
.picsRight{ text-align: center; float: right; margin-top: 4px; margin-right: 10px; margin-bottom: 1px; }

