/* font face for serif font */
@font-face {
    font-family: 'MidoMedium';
    src: url('fontface/Mido-webfont.eot');
    src: url('fontface/Mido-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/Mido-webfont.woff') format('woff'),
         url('fontface/Mido-webfont.ttf') format('truetype'),
         url('fontface/Mido-webfont.svg#MidoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CharisSILRegular';
    src: url('fontface/CharisSILR-webfont.eot');
    src: url('fontface/CharisSILR-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/CharisSILR-webfont.woff') format('woff'),
         url('fontface/CharisSILR-webfont.ttf') format('truetype'),
         url('fontface/CharisSILR-webfont.svg#CharisSILRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationRegular';
    src: url('fontface/Sansation_Regular-webfont.eot');
    src: url('fontface/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/Sansation_Regular-webfont.woff') format('woff'),
         url('fontface/Sansation_Regular-webfont.ttf') format('truetype'),
         url('fontface/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('fontface/Sansation_Light-webfont.eot');
    src: url('fontface/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/Sansation_Light-webfont.woff') format('woff'),
         url('fontface/Sansation_Light-webfont.ttf') format('truetype'),
         url('fontface/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Typography from baseline */
h1, h2, h3, h4, h5, h6				{ font-family: 'SansationRegular', Georgia, serif; position: relative; }
h1, h2							{ line-height: 36px; margin-bottom: 18px; }
h3 									{ line-height: 36px;  }
h1, h2, h3, h4						{ margin-top: 18px; }
h4, h5, h6							{ line-height: 18px; }
h1									{ font-size: 36px; /* top: 5px; */ }
h2									{ font-size: 28px; /* top: 8px; */ }
h3									{ color: #C42248;font-size: 22px; /* top: 1px; */ }
h4									{ font-size: 18px; /* top: 2px; */ }
h5									{ font-size: 15px; /* top: 4px; */ }
h6									{ font-size: 13px; /* top: 5px; */ }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

p, pre, address						{ font-size: 12px; line-height: 18px; position: relative; /* top: 5px; */ }
small								{ font-size: 11px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; top: 5px; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol, ul ul, ol ol			{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
ul, ol 								{ left: 15px; }
/* END Typography from baseline */


/* general shadow style for boxes */
.shadow {
        -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
        }

/* links in the header */
a.top:link, a.top:visited{
	font-size: 24px;
	line-height:36px;
	text-align: left;
	text-decoration: none;
	color: #004895;
}


a.top:hover, a.top:active{
	color: #E70048;
}
	
	
a:hover,a:active{
	color: #333;
}

/* links in the menu */
#center_menu_main a {
	font-family: 'SansationRegular', Verdana, serif;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	top: 4px;
	padding-left: 5px;
	display: block;
	text-align: left;
	text-decoration: none;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	/*border-bottom-image: url(bilder/design/separatorDots.png) 100% repeat; */
	border-bottom: 4px solid transparent;
	background: transparent;
}

#center_menu_main a:hover, #center_menu_main a:active {
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	border-bottom: 4px solid #C42248;
/*
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(99%, #E1E1F8), color-stop(100%, #004795));
	background: -moz-linear-gradient(top, #FFFFFF,  #004795);
*/

}


#center_menu_main a.menuakt 	{
	background-color: #FFF;
	color: #C42248;
	cursor:default;
	border-bottom: 4px solid #C42248;
}

#center_menu_main a.menu:link, #center_menu_main a.menu:visited		{color: #004895;}

#center_menu_main a.menu:hover, #center_menu_main a.menu:active		{color: #C42248;}

#center_menu_main a.menuu, #center_menu_main a.menuuakt {
	font-size: 13px;
	margin-left: 2em;
	background-color: #FFF;
	color: #C42248;
	cursor:default;
	top: 4px;
}

#center_menu_main a.menuuakt:link, #center_menu_main a.menuuakt:visited, #center_menu_main a.menuuakt:active, #center_menu_main a.menuuakt:hover{
	background-color: #FFF;
	color: #C42248;
	cursor:default;
}

#center_menu_main a.menuu:link, #center_menu_main a.menuu:visited	{color: #004895;}

#center_menu_main a.menuu:hover, #center_menu_main a.menuu:active	{color: #C42248;}

	

.tabtitel{
	background-color: #004895;
	color:white;
	font-size:14px;
	padding:2px;
	font-weight:bold;
}

#menu_ueberschriften{
	background-color:#0C50A0;
	color: #FFF;
	text-align:center;
	font-weight:bold;
	font-size: 14px;
	margin:0px 1px 0px 1px;
}


label, input, select, textarea{
	/* Alle Labels UND Formularelemente auswählen */
	background-color: #FFFFFF;
	font-family:Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	border: 1px solid;
	border-color:  #0C50A0;
}
  input#submit, .submit{ /* den Submit-Button */
	background-color: #0C50A0;
	color: #FFFFFF;
	border: 1px solid;
	border-color: #0C50A0;
	font-weight:bold;
}

input#radio{
	/* den Submit-Button */
	color: #000000;
	border: none;
	border-color:none;
	background-color:none;
	vertical-align:middle;
}

input#checkbox{
	/* den Submit-Button */
	color: #000000;
	border: none;
	border-color:White;
	vertical-align:middle;
}

label{
border: none;
background-color:none;
color: #333333;
}


	




#referenzbox{
text-align:center;
}

blockquote{
	background-color:#F7F7F7;
	border: 1px solid #6FADE6;
	padding:0px 10px 0px 10px;
}

#pressebox{
width: 250px;
height: 290px;
padding:0px 10px 0px 10px;
background-color:#F7F7F7;
border: 1px solid #6FADE6;
text-align:center;
}

#pressebox:hover{
background-color:#6FADE6;
color:#FFFFFF;
cursor:pointer;
}

.pressetitel{
width: 250px;
margin-bottom:5px;
text-align:center;
}
.pressebox:link, .pressebox:hover, .pressebox:visited, .pressebox:active{
text-decoration:none;
}
a.pressebox:link, a.pressebox:hover, a.pressebox:visited, a.pressebox:active{
text-decoration:none;
display:block;
width: 250px;
height: 265px;
padding:5px 10px 0px 10px;
background-color:#F7F7F7;
border: 1px solid #6FADE6;
text-align:center;
color:#000000;
font-size:14px; line-height:14px;
}

a.pressebox:hover{
background-color:#6FADE6;
color:white;
}

a.pressebox:link img, a.pressebox:hover img, a.pressebox:visited img, a.pressebox:active img{
margin: 4px 0px 4px 0px;
}


#nospace img{
	margin:0px 10px 0px 0px;
	border: 2px solid;
	border-color: #1F1F1F;
	background-color:#FFF;
}

.klein{
font-size:11px;	
}

.w_klein{
font-size:12px;	
}


	
	
	
	
	#produkte_gross_box:hover{
	background-color:#FFF;
	color:#C06;
	cursor:pointer;
}

.produkte_gross_titel{
width: 340px;
text-align:center;
font-weight: bold;
}
.produkte_gross_box:link, .produkte_gross_box:hover, .produkte_gross_box:visited, .produkte_gross_box:active{
text-decoration:none;
}
a.produkte_gross_box:link, a.produkte_gross_box:hover, a.produkte_gross_box:visited, a.produkte_gross_box:active{
	text-decoration:none;
	display:block;
	width: 250px;
	height: 230px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	border: 1px solid #E70046;
	text-align:center;
	color:#E70046;
	font-size:16px;
	margin: 0px 10px 20px 10px;
	font-weight:bold;
}

a.produkte_gross_box:hover{
	background-color:#E70046;
	color:#FFF;
}

a.produkte_gross_box:link img, a.produkte_gross_box:hover img, a.produkte_gross_box:visited img, a.produkte_gross_box:active img{
margin: 0px 0px 2px 0px;
}

.dottedSeparator {
background: url(bilder/design/separatorDots.png) center repeat-x;
height: 2px;
margin: 2px;
margin-left: 0px;
margin-right: 0px;
}

.highlightBox {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 20px;

-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 20px;

background-color: #E8E8F7;
padding: 12px 20px 3px 40px;
margin: auto;
margin-bottom: 50px;
width: 590px;
    -webkit-box-shadow: 1px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 1px 1px 5px 0px #4a4a4a;
    box-shadow: 1px 1px 5px 0px #4a4a4a;
text-shadow: 1px 1px 1px white;
font-size: 18px;
vertical-align: middle;
}

/* --- Nivo Image Slider --- */
#nivoSliderWrapper {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 20px;

-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 20px;
    margin-top:30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto; 
	padding: 25px;
	padding-bottom: 25px;
	background: #EAEAEA; /*rgba(164,177,194,0.5);*/
	width: 600px;
	height: 375px;
    -webkit-box-shadow:inset 1px 1px 5px 0px #4a4a4a;
    -moz-box-shadow:inset 1px 1px 5px 0px #4a4a4a;
    box-shadow:inset 1px 1px 5px 0px #4a4a4a;
    z-index: 0;
}

#mySlider {
	background:#fff; /* url(bilder/design/loading.gif) no-repeat 50% 50%;*/
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}

#mySlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	display:none;
}
#mySlider a {
	border:0;
	display:block;
} 
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height: 570px;
	width: 270px;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:340px;
	z-index: 9000;
    margin-left: -50px; /* Tweak this to center bullets */
	opacity: 0.6;
}
/* position and control bullets */
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background: url(bilder/design/bullets.png) no-repeat;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
	z-index: 900;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
/* arrow on the slide */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:90;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(bilder/design/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* Caption style */
.nivo-caption {

-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;

-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
	position:absolute;
	left:0px;
	bottom:0px;
	background: rgba(30,30,30,1);
	color:#fff;
	opacity:0.2; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	min-height: 60px;

}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
.nivo-caption p {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	padding: 10px;
	padding-top: 0px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;

}
/* If an image is wrapped in a link */
#mySlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.vLine {
display: inline;
margin-left: 330px;
margin-right: 330px;	
height: 400px;
padding: 0;
margin: 8px auto;
width: 0px;
border: none;
border-left: 1px solid #888;
border-right: 1px solid #BBB;
font-size: 1px;
line-height: 0;
overflow: visible;
}

.summary h4 {
display: none;
}

.summary .Text {
display: none;
}

.summary .Text .read-more {
display: inline;
}

.details {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 20px;

-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 20px;

background-color: #F2F2FA;
padding: 18px 20px 18px 40px;
margin: auto;
margin-bottom: 18px;
margin-top: 18px;
width: 590px;
    -webkit-box-shadow: 1px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 1px 1px 5px 0px #4a4a4a;
    box-shadow: 1px 1px 5px 0px #4a4a4a;
text-shadow: 1px 1px 1px white;
vertical-align: middle;
}


.summary {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;

-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;

background-color: #FFF/* #C42248; */
padding: 9px 20px 9px 40px;
margin: auto;
margin-bottom: 0px;
margin-top: 18px;
width: 590px;
text-shadow: 1px 1px 1px white;
line-height: 18px;
}


.details ul{
list-style-image: url(bilder/design/ul_marker.png);
}


.details .zusammenfassung {
display: none;
}

.lightSmall {
color: gray;
font-size: 10px;
}

.expandable .details .vanish {
	display: none;
}

.expandable .summary .vanish {
	display: block;
}

.read-less {
text-align: right;
display: block;
text-shadow: none;
}

.contentwrap {


-moz-border-radius: 5px;

-webkit-border-radius: 5px;

    margin-top:6px;
    margin-bottom: 8px;
/*
    margin-left: auto;
    margin-right: auto; 
*/
	padding: 10px;
/* 	padding-bottom: 25px; */
	background: #EAEAEA; /*rgba(164,177,194,0.5);*/
	width: 530px;
	height: 296px;
    -webkit-box-shadow:inset 1px 1px 5px 0px #4a4a4a;
    -moz-box-shadow:inset 1px 1px 5px 0px #4a4a4a;
    box-shadow:inset 1px 1px 5px 0px #4a4a4a;
}



#plog-wrapper {
	width: 100%;
	
}
