@charset "utf-8";
/* Malerhornung Layout CSS*/

#all {
	height:100%;
	width:100%;
	background-color:#FFF;
	}

#site {
	width:962px;
	height:100%;
	margin: 0 auto;
	}

#header {
	width:100%;
	height:65px;
	}

#navi {
	height:32px;
	width:100%;
	padding-top:20px;
	text-align:center;
	}
	
#logo {
	width:366px;
	height:99px;
	margin-top:40px;
	margin-bottom:16px;
	}
	
#main {
	width:962px;
	min-height:680px;
	height:auto !important;
	height:680px;
	}
	
#col-left {
	width:366px;
	min-height:680px;
	height:auto !important;
	height:680px;
	float:left;
	}
	
#content {
	width:595px;
	height:100%;
	float:left;
	}

#footer {
	width:100%;
	height:69px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	}

