body{
	margin: 0px;
	padding: 0px;
	color: #3e494f;
	background: #eff4f4;
	text-align: center;
	font: 10px Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
}

div#centerlayer { 
	height: 100%;
	width: 890px; 
	margin : 0 auto;  
	text-align : left;
	padding: 0px 0px 25px 0px;
	background: #ffffff url(../images/schatten.gif) repeat-y left top;
}

div#page { 
	background: #ffffff;
	width: 836px;  
	margin: 0 27px;
}

div.claim {
	float:left;
}

div.logo {
	float:right;
}

div#content {
	width: 836px; 
	clear: both;
	margin: 0;
}
div#content-main {
	width: 665px; 
	clear: both;
	margin-bottom: 20px;
	margin-right: 21px;
	height: 100%;
	float: left;
}

div#content-tools {
	width 665px;
	clear: both;
	height: 40px;
	margin-top: 25px; 
}

div#content-tools a {
	margin-right: 10px;
}

div#content-right {
	width: 150px; 
	height: 100%; 
	margin-top: 0px;
	float: left;
}

div#content-right a {
	color: #5b595c; 
	font: 1.1em Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

/* Style für Datumsanzeige */	
div#date { 
	color: #5b595c; 
	font: 1.1em Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
	float: right;
}

/* Styles für Keyvisual Bilder */

div#keyvisuals {
	clear : both;
}
div#keyvisuals p.keyvisual a  {
    	display:block; 
    	width:209px;
	float: left;
}
div#keyvisuals p.keyvisual img {
	display: block; 
    	width: 209px; 
    	height: 112px; 
    	border: 0;
}
div#keyvisuals p.keyvisual a:hover img {
	visibility: hidden;
}
div#keyvisuals p#keyvisual1 a {  
	background: url(../images/keyvisual01c.jpg) no-repeat;
}
div#keyvisuals p#keyvisual2 a {  
	background: url(../images/keyvisual02c.jpg) no-repeat;
}
div#keyvisuals p#keyvisual3 a {  
	background: url(../images/keyvisual03c.jpg) no-repeat;
}
div#keyvisuals p#keyvisual4 a {  
	background: url(../images/keyvisual04c.jpg) no-repeat;
}

/* Styles für Slot-Header */
div.slot-header {
	float: left;
	width: 150px;
	clear:both;
}

div.slot-header div.header-text {
	/*width: 150px;*/
	float: left;
	color: #FFFFFF; 
	font: bold 0.9em Verdana, sans-serif;
	padding: 4px;
}

/* Style für News-Box */
div.slot-header.news {
	background-color: #9db5bb; 
	width: 150px;
}
div#news-content { 
	clear: both;
	width: 148px;
	background-color: #ffffff;
	border-right: 1px solid #9db5bb;
	border-left: 1px solid #9db5bb;
	border-bottom: 1px solid #9db5bb;
	margin-bottom: 15px;
}
div#news-content p { 
	color: #31403d;
	padding: 5px;
	background: url(../images/line_dotted.gif) repeat-x;
	font: 0.9em/1.6em Verdana, sans-serif;
}
div#news-content img {
	margin:2px 0px 5px 0px;
}

/* Style für Umfrage-Box */
div.slot-header.poll {
	background-color: #9db5bb; 
	width: 150px;
}
div#poll-content { 
	clear: both;
	width: 148px;
	background-color: #eff4f4;
	border-right: 1px solid #9db5bb;
	border-left: 1px solid #9db5bb;
	border-bottom: 1px solid #9db5bb;
	margin-bottom: 15px;
}
div#poll-content p { 
	color: #31403d;
	padding: 5px;
	/*background: url(../images/line_dotted.gif) repeat-x;*/
	font: 0.9em/1.6em Verdana, sans-serif;
}

/* Style für Empfehlungs-Box */

div.slot-header.recommendation {
	background-color: #9db5bb; 
	width: 150px;
}
div#recommendation-content {
	clear: both;
	width: 148px;
	background-color: #ffffff;
	border-right: 1px solid #9db5bb;
	border-left: 1px solid #9db5bb;
	border-bottom: 1px solid #9db5bb;
	margin-bottom: 15px;
}
div.content-recommendation-image {
	padding: 5px;
	width: 140px;
	float:left;
        clear:both;
	height: auto;
}
div.content-recommendation-desc {
	width: 148px; 
	clear:both;
}
div.content-recommendation-desc p {
	font-weight: normal; 
	color: #31403d; 
	font-size: 0.9em;
	padding: 5px; 
}
