body{
	margin:0;
	color:#000;
	font:14px/20px Arial, Helvetica, sans-serif;
	background:#fff;
	overflow-y: scroll;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#9c2840;
}
a:hover{text-decoration:none;
		color:#000;
}

/*page*/
#page{
	width:1024px;
	border:1px solid #dfdfdf;
	box-shadow: 3px 3px 3px #dfdfdf;
	-webkit-box-shadow:3px 3px 3px #dfdfdf;
	-moz-box-shadow:3px 3px 3px #dfdfdf;
	margin:0 auto 62px;
	position:relative;
	border-radius:1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	behavior: url(css/PIE.html);
}
/*header*/
#header{
	background:#f2f2f2  no-repeat;
	width:1024px;
	height:210px;
	overflow:hidden;
	position:relative;
	padding:37px 0 4px;
}
.linie{
	background-color:#fff;
	color:#fff;
	border:#fff;
	height:18px;
	margin-top:125px;
}
#header .logo{
	width:20%;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/logoneu.png) no-repeat;
	transform: scale(1.0);
}
#header .right-header{
	float:right;
	padding:0 430px 0 0;
}
#page h1{
	font:bold 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9c2840;
	text-align:left;
	margin:0;
	padding:0 0 7px 9px;
}
#page h1 a:hover {
	color:#9c2840;
}
/*header-nav*/
.right-header .header-nav{
	/*width:604px;
	list-style:none;
	overflow:hidden;
	margin:0 -8px 0 0;
	padding:0;*/
	list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;	
}
.right-header .header-nav li:last-child{padding:0 0 0 10px;}
.right-header .header-nav li{
	background:url(../images/separator.png) no-repeat 0 50%;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9c2840;
	float:left;
	padding: 0 8px 0 10px;
	margin:0 0 0 -2px;
}		
/*main*/
#main{
	width:100%;
	padding:0 0 76px;
	background:#f2f2f2;
}
/*body.home #main{
	padding:0 0 126px;
}*/
#main:after {
	content:"";
	display:block;
	clear:both;
}
#main h2{
	margin:0;
	padding:0 0 5px;
	font:bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main h3{
	margin:0;
	font-size:13px;
	line-height:16px;
}
#main h4{
	margin:0;
	font:bold 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9c2840;
}
#main h5{
	margin:0;
	font-size:11px;
	line-height:15px;
}
#main h6{
	margin:0;
	font-size:10px;
	line-height:14px;
}
#main p{
	padding:0 0 20px;
	margin:0;
}
#main td{
	padding:0px;
	margin:0;
}
#main table{
	padding:0px;
	margin:0;
}
#main p.nospace{
	padding: 0;
	margin: 0;
}
#content strong{
	color:#000;
	font-size:14px;
	display:inline;
}
.slide-holder .strong,
.post-holder .strong{
	font:bold 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9c2840;
	padding:0;
	margin:6px 0 0;
	display:block;
}
.slide-holder .strong{
	background:#f6ebe5;
	bottom: 5px;
	display: block;
	left: 0;
	line-height: 20px;
	padding: 8px 16px 1px;
	position: absolute;
	width: 456px;
}

/*left-sidebar*/
#left-sidebar{
	width:160px;
	float:left;
	margin:0 0 0 -7px;
}
#left-sidebar .main-nav{
	list-style:none;
	margin:0;
	padding:0;
}
#left-sidebar .main-nav li{
	padding:0 0 5px 0;
}
#left-sidebar .main-nav li a{
	background:#fff;
	display:block;
	width:117px;
	font:bold 15px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9c2840;
	border:1px solid #dfdfdf;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:0 5px 0 28px;
	behavior: url(css/PIE.html);
	position:relative;
}
#left-sidebar .main-nav li a:hover, 
#left-sidebar .main-nav li a.current,
#left-sidebar .main-nav li a.section
{
	text-decoration:none;
	background:#9c2840;
	border:1px solid #9c2840;
	color:#fff;
}
/*content*/
/*.home #content{
	width:480px;
	float:left;
	margin:4px 0 0 70px;
}*/
/*content*/
#content{
	width:490px;
	float:left;
	margin:4px 0 0 60px;
}
#content .content-list{
	padding:0 0 5px;
}
#content .content-list ul{
	list-style:none;
	margin:0;
	padding:0;
}
#content .content-list ul li{
	padding:7px 0 7px 12px;
	border-bottom:1px solid #efdbce;
	background:url(../images/bg-li.png) no-repeat 0 15px;
}
#content .content-list ul li:first-child{
	border-top:1px solid #efdbce;
}
#content .time-table{
	font:14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #efdbce;
	border-top:1px solid #efdbce;
	padding:0 0 10px;
	margin:5px 0 25px -2px;
}
#content .time-table td{
	padding:0 36px 0 0;
	line-height:18px;
}
#content .team-item{
	overflow:hidden;
	border-bottom:1px solid #EACFBC;
	padding:0 0 16px;
	margin:16px 0 0;
}
.post-holder {
	background:#fff;
	border: 1px solid #dfdfdf;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/PIE.html);
	padding: 14px 14px 14px 16px;
	margin:0;
	text-align: left;
	width: 180px;
	float:left;
	position:relative;
}
.post-holder img{display:block;}
#content .info-block{
	border-top: 1px solid #EFDBCE;
	margin:16px 0 0;
}
#content .team-item .info{
	float:left;
	width: 236px;
	margin: 1px 10px 0 30px;
	font-size:12px;
	line-height:16px;
}
#content .info p{
	padding:0 0 10px;
}
#content .team-item strong{
	text-align:left;
}
/*slider*/
.slide-holder{
	background:#f6ebe5;
	border:1px solid #eacfbc;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:488px;
	height:326px;
	behavior: url(css/PIE.html);
	position:relative;
}
.slider-frame{
	position:relative;
}
.slider-frame .slider{
	width:488px;
	height:361px;	
}
.slide{
	width:488px;
	height:331px;
	/*text-align: center;*/
}
.slide img {
	margin: 0 auto ;
	display: block;
}
#prev_slide,#next_slide{
	display:none;
	position:absolute;
	top:145px;
	left:17px;
	width:45px;
	height:45px;
	background:url(../images/nav.png) no-repeat 0 0;
	cursor:pointer;
	z-index:100;
}
#next_slide{
	left:429px;
	background:url(../images/nav.png) no-repeat 0 -49px;
}
/*right-sidebar*/
#right-sidebar.home{
	width:210px;
	float:left;
	margin:-125px 0 0 70px;
	position:relative;

}
#right-sidebar{
	width:210px;
	float:left;
	margin:7px 0 0 70px;
}
#right-sidebar.home .post-holder{
	padding:14px 13px 14px 15px;
	width:180px;
	text-align:center;
	height: auto;
}
#right-sidebar .post-holder{
	float:none;
	margin:0 0 45px;
	padding:0;
	width:208px;
	height: 197px;
}
#right-sidebar.home .post-holder .strong{
	padding:0;
}
#right-sidebar .post-holder .strong{
	padding:0 11px;
	display:block;
	margin:6px 0 0;
}
#right-sidebar .time-table{
	margin:0;
	width:180px;
	padding:8px 14px;
	font: 12px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #dfdfdf;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/PIE.html);
	position:relative;
}
#right-sidebar .time-table p{
	margin:0 0 4px 3px;
	padding: 0 0 10px;
	line-height: 1.4em;
}
#right-sidebar .time-table h4{
	padding:0 0 2px 3px;
 	line-height: 15px;
 	
}
#right-sidebar .time-table .more{
	background:url(../images/bg-li.png) no-repeat 0 60%;
	color:#9c2840;
	padding:0 0 0 10px;
	margin:0 0 0 4px;
	font-size:12px;
}
#right-sidebar .time-table .more:hover{
	font-weight:bold;
	text-decoration:none;
}
/*footer*/
#footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
	margin:0;
	padding:8px 24px 8px 19px;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	color:#9c2840;
}
#footer .left-part{
	padding:0;
	float:none;
}
#footer .contacts{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
}
#footer .contacts.bottom{
	margin-top: 5px;
}
#footer .contacts li{
	float:left;
	padding:0 13px 0 0;
}
#footer .contacts li a{
	color:#9c2840;
}
#footer .contacts li a:hover{
	color:#000;
	text-decoration:none;
}
#footer .right-part{
	float:right;
}
#footer .right-part a{
	color:#9c2840;
}
#footer .right-part a:hover{
	color:#000;
	text-decoration:none;
}

#main .border_bottom {
	border-bottom: 1px solid #EFDBCE;
    /*border-top: 1px solid #EFDBCE;*/
    margin-bottom: 10px;
 }

#right-sidebar .praxis_open_zeit {
 	line-height: 15px;
 	width: 145px;
 }