body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#krimmel_wrapper{
	background-color: #FFFFFF;
	position:relative;
	height: 500px;
	width: 650px;
	margin-left: auto;
	top: 50px;
	margin-right: auto;
}
#krimmel_lo{
	position:absolute;
	text-align:left;
	left: 0px;
	top: 0px;
	background-color: #fff;
	height: 300px;
	width: 450px;
	float:left;
	z-index:1;
}
#krimmel_ro{
	position:absolute;
	text-align:left;
	background-color: #E6E6CC;
	height: 300px;
	width: 200px;
	top: 0px;
	right:0px;
	float: right;
	z-index:2;
	background-image: url(img/strichpunkt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#krimmel_ro_txt{
	position:relative;
	z-index: 5;
	height: 190px;
	width: 160px;
	left: 20px;
	top: 90px;
	right: 20px;
	bottom: 20px;
	font-size: 11px;
	line-height:28px;
	font-weight: bold;
	color: #FF6600;
	vertical-align: bottom;
}
#krimmel_lu{
	position:absolute;
	text-align:left;
	background-color: #E6E6CC;
	height: 200px;
	width: 450px;
	top: 300px;
	left:0px;
	float: left;
	z-index:auto;
}
#krimmel_lu_txt{
	font-size: 11px;
	line-height: 14px;
	position: relative;
	z-index: 8;
	height: 180px;
	width: 430px;
	left: 20px;
	top: 14px;
	color: #333333;
}
#krimmel_ru{
	position:absolute;
	text-align:left;
	background-color:#FF6600;
	height: 200px;
	width: 200px;
	top: 300px;
	right:0px;
	z-index:auto;
	background-image: url(img/kommunikationsdesign.gif);
	background-repeat: no-repeat;
}
p {
	font-size: 11px;
	/*line-height: 13px;*/
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.mini:link {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a.mini:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

