/**
 * @author Mediation GmbH fairmitteln & fairfinden
 * @package mediator-finden-2.0
 * @subpackage mediator-finden-2.0
 * @copyright Copyright (C) 2012 Mediation GmbH fairmitteln & fairfinden
 * @license Mediation GmbH fairmitteln & fairfinden
 */


body
{
	background: #fff;
	padding: 0px ;
	margin: 0px;
}
.wrapper {
	position:relative;
	margin:auto;
	max-width:1000px;
	padding:0px 20px;
	display:;
	}
#menu {
	/*background-color:#d8a9aa;*/
	background-image: -webkit-linear-gradient(#FEE8E9 0%, #EDD8D6 100%);
	background-image: -moz-linear-gradient(#FEE8E9 0%, #EDD8D6 100%);  	
	background-image: -o-linear-gradient(#FEE8E9 0%, #EDD8D6 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE8E9', endColorstr='#EDD8D6');
	display:block;
	min-height:35px;
	border-top:solid 3px #fff;
	box-shadow:-2px -4px 3px -4px #B19292 inset, -2px 3px 3px -4px #B19292 inset;
	}
#menu ul{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
	vertical-align: middle;
	}
#menu ul li {
	margin:0;
	padding:0;
	float:left;
	}
#menu ul li a , .customhome a{
	display:inline-block;
	margin:0;
	padding:5px 10px 5px 10px ;
	color:#900303;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Trebuchet, Myriad, Arial;
	}
#menu ul li:last-child a{
	padding-right:0px;
	}
.customhome a {
	padding-left:0px;
	}
#menu ul li a:hover , .customhome a:hover {
	color:#fff;
	text-decoration:none;
	text-shadow:0px 0px 3px #a1a1a1;
	}
#header {
	background:url("../images/bg-header.png") repeat-x center center transparent;
	min-height:201px;
	}
img.logo {
	margin-top: 20px;
	width:100%;
	}
#main {
	min-height:550px;
	}
#main .wrapper{
	padding-bottom:20px;
	}
#mf-breadcrumb {
	margin-bottom:20px;
	}
.content {
	padding-bottom:20px;
	}
#f-info {
	background-color:#f7f7f7;
	box-shadow:0px 0px 3px #9e9e9e inset;
	}
#footer {
	background:-moz-linear-gradient(#ddd, #fefefe) repeat scroll 0 0 #ddd;
	border-top:solid 1px #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#fefefe');
	box-shadow: 0 0 3px #A1A1A1;
	}
.footerbox {
	width:22.6%;
	min-height:100px;
	padding:10px;
	float:left;
	border-left:solid 1px #fff;
	border-right:solid 1px #ddd;
	}
.footerbox h3 {
	margin:0px 0px 10px 0px;
	font-weight:bold;
	text-shadow:0 0 3px #fff;
	}
.footerbox ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}

/* #Home Teaser-1 -----------------------------------------------------*/
.home-stichpunkt {
	padding:0px 0px 0px 20px;
	float:left;
	width:31%;
	min-height:6.5em;
	background:url("../images/listen-pfeil-gross.png") no-repeat scroll left 5% transparent;
	}
.home-stichpunkt h2{
	padding: 0px;
	margin-top:0px;
	margin-bottom:10px;
	font-size:24px;
	}
.home-stichpunkt h2 a{
	color:#900303;
	}
.home-stichpunkt p{
	margin-top:0px;
	}
.c-trenner {
	clear:both;
	border-top:solid 1px #E6E6E6;
	width:100%;
	height:18px;
	background:url("../images/schatten-trenner-900px.png") no-repeat top center transparent;
	}
/* #Ende Home Teaser-1 ------------------------------------------------*/
/* #Home Teaser-2 -----------------------------------------------------*/
#home-teaser-2 h2 {
	margin-bottom:5px;
	}
#home-teaser-2 .teaser {
	width:31.9%;
	float:left;
	margin-right:20px;
	}
#home-teaser-2 .teaser-last {
	margin-right:0px;
	}
#home-teaser-2 .teaser img{
	width:100%;
	}

/* #Ende Home Teaser-2 ------------------------------------------------*/
/*Social Icons --------------------------------------------------------*/
div#SN_icons {
	height:42px;
}
ul#SN_mfde {
	list-style:none;
}
ul#SN_mfde li {
	width:40px;
	height:48px;
	float:left;
	margin-left:10px;
}
ul#SN_mfde li a {
	width:122px;
	height:80px;
	display:block;
	text-decoration:none;
}
ul#SN_mfde li a#facebook {
	background-image:url(../images/SN_mfde/facebook.png);
	width:40px; height:48px;
}
ul#SN_mfde li a#facebook:hover {
	background-image:url(../images/SN_mfde/facebook_hover2.png);
	width:40px; height:48px;
}

ul#SN_mfde li a#twitter {
	background-image:url(../images/SN_mfde/twitter.png);
	width:40px; height:48px;
}
ul#SN_mfde li a#twitter:hover {
	background-image:url(../images/SN_mfde/twitter_hover2.png);
	width:40px; height:48px;
}

ul#SN_mfde li a#youtube {
	background-image:url(../images/SN_mfde/youtube.png);
	width:40px; height:48px;
}
ul#SN_mfde li a#youtube:hover {
	background-image:url(../images/SN_mfde/youtube_hover2.png);
	width:40px; height:48px;
}

ul#SN_mfde li a#xing {
	background-image:url(../images/SN_mfde/xing.png);
	width:40px; height:48px;
}
ul#SN_mfde li a#xing:hover {
	background-image:url(../images/SN_mfde/xing_hover2.png);
	width:40px; height:48px;
}
/* Ende Social Icons --------------------------------------------------*/
/* Weiterlesen Button auf der Startseite ------------------------------*/
.readmore a {
    background: url("../images/bg-input-button.png") center center repeat-x #900303;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	margin:1px 0;
	padding:3px 12px ;
	width:76px;
	line-height:135%;
	box-shadow:0px 0px 3px #a1a1a1;
	}
.readmore a:hover {
	text-decoration:none;
    background: #900303;
	box-shadow:0px 0px 0px #fff;
	}
/* Ende Weiterlesen Button auf der Startseite -------------------------*/
