@charset "utf-8";
/* CSS Document */

* { }

body {	
	background-color:#FFF;
	background-image:url(/worlds/de/2010/graphics/body_kachel.gif);
	background-repeat:repeat-y;
	background-position:0 200px;
}

body.slider {	
	background-color:#FFF;
	background-image:none;
}

.page-wrapper {
	height:auto;
	width:968px;
	overflow:hidden;
}

.slider .page-wrapper {
	width:928px;
	padding:10px 20px;
}

.page-id, .page-content {
	float:left;
}

.page-id {
	height:auto;
	width:230px;
}

.page-content {
	height:auto;
	width:550px;
}

.info-block {
	list-style:none;
	float:none;
}

.info-block li {
	float:left;
}

.info-block li img {
}

.info-block .info-img {
	width:100px;
}
.info-block .info-txt {
	width:450px;
}

/* ---------------- misc ---------------- */
.m-top-12 { margin-top:12px; }
.m-top-24 { margin-top:24px; }
.m-top-36 { margin-top:36px; }
.cll { clear:left; }


.tsrImgFlo{margin:0 20px 0px 0;float:left;}
.tsrTxt{display:inline;}
.vertSep{clear:left;height:20px;}
