@import url("style_main.css");

body {
	text-align: center;
	background: #935e3d;
	font-size: 13px;
}

#ruler {
	
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
}

#head {
	background: #ffffff url(../../banner/logo_js_kommunikation_s.gif) right top no-repeat;
	height:140px;
}

#contenttop {
	background: #663333;
	width: 800px;
	height: 2px;
}

#contentbottom {

}

#contentwrapper {
	background: transparent url(../images/bg2.jpg) left top repeat-y;
border:0px solid blue;
}

#innerwrapper {
	float:right;
	width:570px;
	min-height: 360px;
	margin-top:19px;
border:0px solid red;
}

#centercolumn {
	float:left;
	width:560px;
	padding-left: 10px;
}

.bodytext {
	padding-right: 30px;
	line-height: 18px;
	margin-top:5px;
}

#leftcolumn {
	margin-right: 590px;
}

.clearer {
	clear:right;
}

