@charset "utf-8";
html {
	height: 100%;
}
	body {
		margin: 0px;
		padding: 0px;
		height: 100%;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #D3D8DB;
	}
		a {
			text-decoration: none;
			color: #000;
		}
		a:hover {
			
		}
		#frame {
			width: 800px;
			margin: 0px auto;
			background-color: #fff;
		}
		#top {
			position: relative;
			width: 800px;
			height: 524px;
			background-image: url(../images/awa-muenchen/muenchen_background_top.jpg);
		}
			#top a#website {
				position: absolute;
				top: 10px;
				margin-left: 20px;
				padding-left: 18px;
				color: #fff;
				font-weight: bold;
				font-size: 15px;
				background: url(../images/awa-muenchen/link.png) no-repeat 0 2px;
			}
			#top #logo {
				position: relative;
				width: 367px;
				height: 134px;
				margin: 0px auto;
				padding-top: 70px;
				background: url(../images/awa-muenchen/logo.png) no-repeat 0 70px;
			}
			#top h1 {
				font-size: 28px;
				text-align: center;
				color: #005C9F;
				margin-top: 30px;
			}
			#top div.columns {
				-moz-column-count: 2;
				-moz-column-gap: 40px;
				-webkit-column-count: 2;
				-webkit-column-gap: 40px;
				margin: 20px 50px;
			}
			#top p {
				text-align: justify;
				font-size: 14px;
				color: #414651;
				line-height: 22px;
				margin: 7px 0px;
			}
			#top ul {
				text-align: left;
				font-size: 14px;
				color: #414651;
				line-height: 22px;
				margin: 0px;
				padding: 0px;
			}
		
		#middle {
			height: 514px;
			background-image: url(../images/awa-muenchen/muenchen_background_middle.jpg);
		}
		#bottom {
			position: relative;
			height: 93px;
			background-image: url(../images/awa-muenchen/muenchen_background_bottom.png);
		}
			#bottom #address {
				position: relative;
				top: 18px;
				text-align: center;
				color: #414651;
				font-size: 14px;
				font-weight: bold;
				line-height: 22px;
			}
			#bottom .copyright {
				position: absolute;
				bottom: 2px;
				width: 800px;
				font-size: 10px;
				color: #FFE500;
				text-align: center;
			}
			#bottom .copyright a {
				text-decoration: none;
				color: #FFE500;
			}
