html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
.hideme{position:absolute;left:-9999em;top:-9999em;}
label,
input[type=button],
input[type=submit],
button{cursor:pointer;}
q:lang(de){quotes:'Ñ' 'ì' 'Ç' 'ë';}
q:lang(en){quotes:'"' '"' "'" "'";}
abbr[title]{border-bottom:1px dotted #888 !important;cursor:help;}
a abbr{cursor:pointer !important;}
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/ 
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */




/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plugin from jQuery.
* @name jquery-lightbox-0.5.css
* @author Leandro Vieira Pinho - http://leandrovieira.com
* @version 0.5
* @date April 11,2008
* @category jQuery plugin
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
* @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;}
#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0;}
#jquery-lightbox a img{border:none;}
#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}
#lightbox-container-image{padding:10px;}
#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0;}
#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#lightbox-container-image-box > #lightbox-nav{left:0;}
#lightbox-nav a{outline:none;}
#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block;}
#lightbox-nav-btnPrev{left:0;float:left;}
#lightbox-nav-btnNext{right:0;float:right;}
#lightbox-container-image-data-box{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;padding:0 10px 0;}
#lightbox-container-image-data{padding:0 10px;color:#666;}
#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left;}
#lightbox-image-details-caption{font-weight:bold;}
#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1.0em;}
#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:0.7em;}



/* ----------------------------------------------------- */

body {
	background-color: #5c5c5c;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #444;
}

p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444;
	padding-top: 0px;
	padding-bottom: 6px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 16px;
	padding-bottom: 12px;
	font-size: 22px;
	line-height: 28px;
}

#impressionen h1 { font-size: 18px; color: #fff; padding-top:0;}

h2 {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 8px;
	color: #ee8900;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #e72e27;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
}

#header {
	height: 120px;
	background: url('../images/header-back.gif');
	background-repeat: no-repeat;
	background-color: #fff;
}

#header-mediplex {
	float: left;
}

#header-logo {
	padding-top: 25px;
	padding-left: 690px;
}

#navigation {
	width: 940px;
	height: 30px;
	background: url('../images/navigation-back.gif');
	background-repeat: no-repeat;
}

#navigation ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

#navigation li {
	display: block;
	float: left;
	position: relative;
}

#navigation li a {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Verdana, Arial, Helvetica, sans-serif;
	display: block; 
	float: left;
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 15px;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

#navigation ul.level2	{ display: none; position: absolute; z-index: 20; top: 30px; left: 0; width: 200px; margin: 0; padding: 0;}
#navigation li.level2 a	{ width: 200px; background: #F29129;}
#navigation li.level2 a:hover	{ font-weight: bold;}
#navigation li:hover ul.level2, #navigation li.hover ul.level2	{ display: block;}


#teaser {
	width: 940px;
	background: url('../images/teaser-back.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	color: #fff;
}

#teaser-content {
	width: 890px;
	padding: 20px 0 0 30px;
}

#main {
	width: 940px;
	background-color: #fff;
}

#content {
	width: 580px;
	padding: 20px 30px;
	float: left;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#content li {
	font-size: 12px;
	padding: 4px;
	padding-left: 2px;
	line-height: 20px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#sidebar {
	width: 250px;
	margin-left: 650px;
	padding: 20px 30px 20px 0;
}

#impressionen {
	width: 940px;
	height: 110px;
	background: url('../images/impressionen-back.gif');
	background-repeat: repeat-x;
}

#impressionen a {
	color: #fff;
}

#impressionen-text {
	float: left;
	padding: 40px 20px 10px 35px;
}

#impressionen-images {
	float: left;
}

#impressionen-images img {
	border: 2px solid #e72e27;
	margin-right: 10px;
}

#impressionen-link {
	padding-top: 40px;
}

#footer {
	width: 940px;
	height: 60px;
	background: url('../images/footer-back.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#footer-left {
	float: left;
	padding: 15px 20px;
}

#footer-right {
	padding: 15px 20px;
	text-align: right;
}

#footer a {
	color: #fff;
}

.teaser-box {
	width: 280px;
	height: 136px;
	border: 2px solid #eee;
	background-color: #fff;
}

.teaser-box h2 {
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 45px;
}

.teaser-box p {
	padding-top: 4px;
	padding-left: 45px;
	padding-bottom: 0;
}

.teaser-box img {
	float: left;
}

#teaser-box-1 {
	float: left;
}

#teaser-box-2 {
	float: left;
	margin-left: 18px;
}

#teaser-box-3 {
	margin-left: 602px;
}

#teaser-box-2col {
	width: 580px;
	height: 136px;
	border: 2px solid #eee;
	background-color: #fff;	
}

#teaser-box-3col {
	width: 880px;
	height: 100px;
	border: 2px solid #eee;
	background-color: #fff;	
}

.tx-chgallery-pi1 img {
	margin-top: 5px;
	margin-right: 5px;
}

.sp_bettercontact_label {
	padding-top: 8px;
}

.csc-textpic-caption {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #777;
	padding-top: 6px;
	padding-bottom: 12px;	
}

.csc-menu-1 li	{ margin: 5px 0 10px 0; font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Verdana, Arial, Helvetica, sans-serif; font-size: 15px;}
.csc-menu-1 li.active a	{ text-decoration: none !important; font-weight: bold;}

/*
.roundabout-holder { width: 350px; height: 200px; float: none; margin-left: 30px;}
.roundabout-holder .csc-textpic-image	{ width: 300px; margin-right: 0 !important;}
.roundabout-holder .csc-textpic-image * { }
*/

.csc-frame-indent3366	{ width: 170px; float: left; margin-right: 18px; margin-top: 10px; margin-bottom: 10px; padding-bottom: 5px; height: 185px; border: 1px solid #ccc; background: #efefef; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);box-shadow: 1px 2px 2px rgba(0,0,0,0.1);}
.csc-frame-indent3366:hover	{ border-color: #E72E27; background: #fff;}
.csc-frame-indent3366 h2 a	{ display: block; text-decoration: none; text-align: center; height: 40px;}
.csc-frame-idnent3366


.jdGallery .carousel .label	{ color: #fff;}
.jdGallery .slideInfoZone h2	{ font-family: Verdana, Arial, sans-serif; font-size: 13px !important; color: #fff; padding: 5px !important; font-weight: normal !important;}


.jdExtCarousel .thumbnail	{ margin-left: 0 !important; margin-right: 10px; margin-bottom: 10px; float: left; width: 80px !important; height: 50px !important;}
.tx-rgsmoothgallery-pi1	{ clear: left; margin-top: 10px;}




