/* My Comment */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0; 
	padding: 0;
	background-color: #e2e1e1;
}

#all-wrap { 
	margin: auto;
	width: 890px;
	position:relative;
	background: url(bgrnd-all-1.jpg) repeat-y;	
}

#top-wrap{
	width: 890px;
	background: url(bgrnd-top-1.jpg) repeat-y;
	height: 49px;
}

#menu-top-wrap {
	width: 890px;
	height: 236px;
	background: url(bgrnd-menu-left-1.jpg) no-repeat;	
}

#menu-top {
	width: 145px;
	height: 236px;
	float: left;
	padding-left: 25px;
}

#menu-top-lev-2 {
	width: 288px;
	height: 236px;
	float: left;
}

.menu-top-vertical-align-bottom {
	margin-top: 50px;
}

#menu-pic {
	width: 157px;
	height: 236px;
	float: left;
}

#menu-logo {
	width: 275px;
	height: 236px;
	float: left;
}

#klicker-wrap {
	width: 590px;
	height: 22px;
	padding-left: 300px;
	padding-top: 18px;
}

#inner-wrap{
	width: 890px;
	background: url(bgrnd-inner-1.jpg) repeat-y;
}

#news-left{
	height: 100%;
	height:auto !important;  /* für moderne Browser */
	height:250px;
	width: 220px;
	float: left;
	padding-top: 35px;
	padding-left: 50px;
	padding-right: 30px;
}

#content {
	min-height: 300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;
	width: 530px;
	float: left;
	padding-top: 37px;
	padding-bottom: 40px;
}

#footer-wrap{
	height: 50px;
	width: 590px;
	background: url(bgrnd-inner-1.jpg) repeat-y;
	padding-left: 300px;
}

#footer{
}

#spacer-bottom{
	height: 37px;
	width: 890px;
	background: url(bgrnd-bottom-1.jpg) no-repeat;
}

.clear-left{
	clear: left;
}

	
