* {
	border: 0 none;
	padding: 0;
	margin: 0;
	}

body{
	height: 100%;
	background-color: #FFF;
	}
	
#frame{
	width: 100%;
  min-height: 400px;
	text-align: center;
	border-top: 1px solid #BCB3A9;
	background: url("images/bg_top.gif") 0 0 repeat-x;
	}

#website{
	width: 990px;
	min-height:450px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

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

#logo_img{
	float: right;
	width: 80px;
	height: 110px;
	height: 110px;
	margin-top: 30px;
	}

#logo_text{
	float: right;
	width: 190px;
	height: 94px;
	background-color: #5F5C5C;
	margin-top: 30px;
	line-height: 20px;
	padding: 16px 0 0 10px;
	}

#allcontent{
	width: 100%;
	height: 100%;
	min-height: 450px;
	}

#column_left{
	float: left;
	width: 170px; 
	padding: 10px 10px 10px 0;
	}

#navigation{
	padding: 30px 0 0 5px;
	}

#column_middle{
	position: relative;
	float: left;
	min-height: 450px;
	width: 600px;
	padding: 30px 205px 10px 5px;
	background-color: #D1D0D0;
	}
/*
#content{
	width: 100%;
	height: 100px;
	}*/

.csc-default{
	padding: 0 !important;
	}
	
#main_content{
	float: left;
	width: 600px;
	}

#main_content_left{
	float: left;
	width: 295px;
	}

#main_content_right{
	float: right;
	width: 295px;
	}

#box_right{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	}

/*
#img_right{
	position: absolute;
	bottom: 0;

	}
*/

#oeffnumgszeiten{
	position: absolute;
	bottom: 0;
	width: 190px;
	min-height: 345px;
	background: url("images/handwerkerhaus_200.jpg") 0 0 no-repeat;
	padding-left: 10px;
	}

#footer{
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	background-image: url("images/bg_bottom.gif");
	background-repeat: repeat-x; 
	background-position: bottom;
	}

#subfooter{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	}

#subnavigation{
	float: right;
	width: 200px;
	height: 30px;
	line-height: 30px;
	}
