html,body{height:100%;}
body{
			margin: 0;
			padding: 0;
			background-color: #ffffff;
			width:100%;
		}
		
		#wrapper{
			width: 800px;
			align: center;
			margin-left: auto;
			margin-right: auto;
			margin-top: 10px;
			margin-bottom: 5px;
			border: 1px solid #33333f;
			background-image: URL("../images/allover/BG.jpg");
			background-repeat : no-repeat;
		}
		
		#header{
			clear: both;
			margin:0 0 0 120px; padding:0 0 38px 10px;
			width: 670px;
			height: 40px;
				}
		
		
		#footer{
			clear: both;
			background:#ff0000;
			margin:0 0 0 0; padding:2px 2px 2px 10px;
			background-repeat : no-repeat;
			height: 15px;
			text-align: left;
			color:#33333f;
		}
		#navi{
			float: left;
      		width: 148px;
			height: 100%;
      		margin:0; padding:0;
		}
		#main{
			margin: 0 0 0 0;
		}
		#content_right{
			float: right;
			width: 322px;
			height: 100%;
      		padding-left:10px;
			text-align:justify;
		}
		#content{
			padding: 5px;
			margin:5px;
			margin-left:120px;
			height:100%;
			text-align:justify;
		}
		
		#logo{
			float: right;
			padding: 10px;
			width: 170px;
		}
		
		#home{
			clear: both;
			text-align:right;
			vertical-align: bottom;
		}
		
		#navipoint{
			float: left;
			margin: 4px;
			padding:30px 0 0 5px;
			width: 148px;
			height: 50px;
			background-image: URL("../images/allover/navi_punkt.gif");
			background-repeat : no-repeat;
		}
		
		#navipoint_act{
			float: left;
			margin: 4px;
			padding:30px 0 0 5px;
			width: 148px;
			height: 50px;
			background-image: URL("../images/allover/navi_punkt_act.gif");
			background-repeat : no-repeat;
		}
		#downmenu{
			width: 800px;
			align: center;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
		}
		
		#SecondLevelNavi{
			width: 800px;
			align: center;
			margin-left: 0px;
			margin-right: auto;
			padding:0 0 0 0px;
			margin-bottom: 5px;
			margin-top: 2px;
			margin-bottom: 20px;
			border-bottom: 1px dotted #33333f;
		}