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

.sliderElement {
	width:409px;
	height:352px;
	float:left;
	border-right:1px solid #fff;
}

.imageHolder {
	width:409px;
	height:352px;
	overflow:hidden;		
}

.messsage {
	font-weight:bold;
	color:#fff;
	padding:5px 10px;
	margin-bottom:10px;
}

.messsage.ok {background-color:#3C0;}
.messsage.error {background-color:#C00;}

/*------------SLIDER----------------*/
.slideshow{
	position:relative;
	width:420px;
}

.imgKarte{
	float:right;
	margin:10px 20px 0 0;
}

.imgOne{
	float:right;
	margin-right:80px;
}

.imgTwo{
	float:right;
	position:relative;
	top:-115px;
	left:0;
}

/*Sitemap zum Anbinden an Seite*/

/*#sitemap li.kat{
	font-weight:bold;
	background-image:url(../pics/red-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:10px;
}
#sitemap li.subkat{
	padding-left:10px;
	background-image:url(../pics/black-pfeil.png);
	background-repeat:no-repeat;
	background-position:left 4px;
}
*/

/*Sitemap zum Ausklappen (unter Footer)*/

/*.toggleLink {
	padding-left:10px;
	background-position:left 3px;
	background-repeat:no-repeat;
	background-image:url(../pics/navi-pfeil-hover.png);
	cursor:pointer;
}
.toggleLink.opened {background-image:url(../pics/navi-pfeil-hover.png);}
*/

/*#sitemapHolder {
	background-color:#e9e9e9;
}

#sitemapHolder #sitemapContent {
	width:960px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

#sitemapHolder .headline {
    color: #5c6f7c;
    font-size: 12px;
    font-weight: bold;
}

#sitemapHolder .sitemapColumn {
    float: left;
    width: 20%;
}

#sitemapHolder, #sitemapHolder a {
    font-size: 11px;
    line-height: 18px;
}

#sitemapHolder .sitemapRow {
	padding-bottom:20px;
}

ul.uebersicht li{margin-bottom:7px !important;}
*/



/* Layer */

#mainLayer {
	position:absolute;
	left:0;
	top:0;
	background:url(http://www.mk-reha.de/pics/blackkachel.png) repeat 0 0;
	width:100%;
	height:100%;
	padding:30px 0 0 0;
}

#mainLayerInner {
	background:#FFE9C7;
	margin:0 auto;
	width:750px;
	padding:15px 30px;
}

#layerCloser{
	color:#f59314;
	cursor:pointer;
	display:block;
	font-size:13px;
	float:right;
	padding:0 0 10px 0;
}

#layerCloser:hover{font-style:italic;}
	
#mainLayer a{
	background:#f59314;
	color:#000;
	cursor:pointer;
	display:block;
	font-size:13px;
	padding:8px 0;
	width:170px;
	text-align:center;
	text-decoration:none;
	float:right;
	margin-top:15px;
}

#mainLayer a:hover{background:#696969; color:#f59314;}