/* My Comment */

body {
	margin: 0; 
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

#all-wrap { 
	margin: auto;
	width: 1030px;
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
}

#header{
	width: 1015px;
	padding-left: 15px;
}

#header-pic{
	padding-bottom: 0;
	height: 160px;
	width: 1000px;
	background: url(bda_header_01.jpg) no-repeat;
}

#lang-wrap { 
	width: 77px;
	height: 16px;	
    left: 0;
	z-index: 50;
	position: absolute;
	float: none;
    left: 952px;
    top: 15px;
}

#inner-wrap{

}

#menu-wrap {
	height: 55px;
	padding-left: 15px;
}

#content {
	margin: 30px 15px;
}

#content-left {
	min-height: 300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;
	width: 490px;
	float: left;
	padding-right: 10px;
}

#content-middle {
	width: 200px;
	float: left;
	padding-left: 20px;
	padding-right: 13px;
}

#content-right {
	width: 200px;
	float: left;
	padding-left: 50px;
}

#footer{
	height: 20px;
	background: url(main_style_b_FILES/bgrnd-shadow-bottom-kto-1.jpg) no-repeat;
	text-align: left;
	padding-left: 15px;
	padding-right: 60px;
	border-top: 1px dotted #d2d2d2;
}

.clear-left{
	clear: left;
}

	