
.startseitenbild, h1, .kasten {
	display: block;
	float: left;
}

.startseitenbild { 
	width: 443px;
	height: 590px;
	margin-right: 13px;
}

h1 {
	width: 451px;	
	height: 145px;
	margin-left: 8px;
	background:url(../images/startseite_logo.png) no-repeat right 0;
}

.kasten {
	width: 213px;	
	height: 206px;
	border-top: 1px #c9c6b3 solid;
	padding: 4px 4px 16px;
	margin-left: 8px;
	background: url(../images/startseite_kasten_bg.png) no-repeat 0 bottom;
	font-size: .85em;
	position: relative;
}

.kasten h2 {
	display: block;
	height: 22px;
	padding: 4px 0px 0px 34px;
	font-weight: 700;
	font-size: 1.1em;
	background: url(../images/startseite_kasten_h2_bg.jpg) no-repeat;
}

.kasten img {
	width:213px;
	height:106px;
	margin: 2px 0 6px;
	display: block;	
	float: left;
}

.kasten a {
	width: 41px;
	height: 13px;
	display: block;	
	position: absolute;
	bottom: 16px;
	right: 4px;
	background: url(../images/mehrlink.gif) no-repeat; 
}

#toolmenu {
	clear: both;
	height:25px;
	padding: 10px 0 0px;
	font-size: .8em;
	border-top: 3px #fff solid;
}


