@charset "utf-8";

/* reset css in all browsers start */

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

@font-face {
   font-family: 'Roboto';
   src: local ('Ø')
}


a, 
a:hover,
.article-slider li:hover a,
.article-detail .downloads li a:hover {
	color: #E00019;
	text-decoration: none;	
}

strong {
	font-weight: 500;	
}

/* Fallback für ältere Browser */
main,header,nav,section,article,aside,footer {
	display: block;	
}

/* Rahmen */

main .csc-default {
	margin-bottom: 20px;	
}

.col-1 .csc-default,
.col-2 .csc-default,
.col-3 .csc-default, 
.col-4 .csc-default,
.col-5 .csc-default {
	margin-bottom: 0;	
}



/* Tabelle */

table.historie {
	width: 100%;
	border: none;
	border-collapse: collapse;	
}

table.historie tr td {
	padding: 5px 0;
	font-weight: 200;	
}

table.historie tr:nth-child(2n) td {
	background-color: #eee;
	
}

table.historie tr td:nth-child(1) {
	color: #E00019;
	font-size: 17px;
	vertical-align: top;
	width: 60px;
	padding: 13px;
}

/* Allgemeines */


html {
	width: 100%;
	height: 100%;
	min-width: 1100px;
}

body {
	width: 100%;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px;
	color:#333;
	line-height: 1.5em;	
	min-height: 101%;
	min-width: 1100px;
}

body.mobile {
	width: 96%;
	padding: 0 2%;
	/*
	width: 96%;
	margin: 0 0;
	min-width: 0;*/
}

ul {
	margin: 5px 0;	
}

ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 15px;	
	list-style-type: none;
	background: url(../images/bg/arrow-right-grey.png) left 6px no-repeat;
}

ol {
	margin-left: 10px;
}

ol li {
	list-style-type: none;
}

main .csc-textpic-text {
	margin-bottom: 25px;	
}


main .csc-textpic-imagewrap {
	position: relative;	
	
}

main .csc-textpic-imagewrap a {
	display: block;
	/*border: 1px solid #CCC;*/
}


div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-right: 0px;	
}

figcaption {
	margin-top: 5px;
	font-weight: 300;
	font-style: italic;
}


.inner {
	position: relative;	
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;	
}



.clear {
	clear: both;
	float: none !important;
	display: block !important;
	font-size: 1px;
	line-height: 1px;
}


h1 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 38px;
	color: #333;
	line-height: 1.4em;	
	margin-bottom:10px;
}

h1.with-subtitle {
	margin-bottom: 0;	
}

main h2 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E00019;
	margin: 0 0 10px 0;
	line-height: 30px;
}

sup {
	font-size: 11px;	
}

main h3  {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin: 0 0 0px 0;
	line-height: 24px;
}

main .grey-bg h3,
main .red-bg h3 {
	font-weight: normal;
}



.red {
		color: #E00019;	
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 26px;
}


header.page {
	width: 100%;
	height: 135px;
	position: relative;
	z-index: 20;
}

header.page div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px;
}

header #logo {
	float: left;	
	margin-top: 20px;
}

header .service {
	width: 800px;
	float: right;
	margin-top: 20px;	
}

header .service .login-status {
	float: right;
	margin-right: 25px;	
}

header .service .login-status span{
	display: block;
	float: left;	
	margin-left: 10px;
	font-size: 13px;
}

header .service #language{
	float: right;
}

header .service #search {
	float: right;
}

header nav {
	clear: right;
	float: right;	
}

header nav ul {
	margin-top: 45px;	
}

header nav ul li {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	color: #444;
	padding: 5px 15px 13px 15px;
	position:relative;
	background: none;
}

header nav ul li.last {
	padding-right:  0px ;
}

header nav ul li a{
	display: block;
	color: #444;	
}

header nav ul li:hover a,
header nav ul li.active a,
header nav ul li.active li.active strong {
	color: #E10019;	
}

header nav ul li .nav-2-container {
	display: none;	
	position: absolute;
	top: 40px;
	left: 0px;	
}

header nav ul li.first .nav-2-container {
	display: none;	
}	

header nav ul li ul {
	display: block;
	background: url(../images/bg/subnav.png) top left repeat transparent;
	width: 200px;
	z-index: 5;
	padding: 20px 10px 15px 10px;
	margin-top: 0px;
}

header nav ul li.first {
	position: inherit;	
}

header nav ul li.first .nav-2-container {
	width: 1100px;
	top: 136px;	
}

header nav ul li.first ul {
	width: 1050px;	
	padding: 20px 25px;	
}


header nav ul li.last .nav-2-container {
	right:0px;
	left: auto;	
}


header nav ul li:hover ul li a,
header nav ul li.active ul li a {
	color: #444;	
}

header nav ul li ul li a img,
header nav ul li ul li a span {
	display: none
}

header nav ul li.first ul li a img,
header nav ul li.first ul li a span {
	display: block;
}


header nav ul li ul li {
	width: 150px;
	margin: 0 25px 0 0px;
	padding: 5px 0;
	text-transform: none;
	text-align: left;
	font-size:15px;
	height: auto;
	line-height: 22px;
}

header nav ul li ul li:hover a,
header nav ul li ul li.active a{
	color: #E10019;	
}

/*header nav ul li.first ul li:hover a,
header nav ul li.first ul li.active a {
	color: #444;	
}*/


header nav ul li.first ul li {
	float:left;
	width: 316px;
	padding-right: 25px;
	font-size:18px;
	background: url(../images/bg/subnav-seperator.png) top right no-repeat;	
	line-height: inherit
}

header nav ul li.first ul li.last {
	padding-right: 0px;	
	margin-right: 0px;
	background: none;
}

header nav ul li ul li span{
	display: block;	
	font-weight: 500;
	font-size: 14px;
	color: #333;
	margin: 15px 0;
}

header nav ul li.first ul li span {
	min-height: 66px;	
}

main {
	background: url(../images/bg/main.png) top left repeat-x;	
	min-width: 1100px;
	min-height: 400px;
	position: relative;
	z-index: 15;
}

.grey-bg.high {
	height: 250px;
}	

.grey-bg.low {
	height: 150px;	
}

.grey-bg {
	background-color: #ececec;
	padding: 20px 20px;	
}

.grey-bg .csc-textpic-text {
	margin-bottom: 0px;	
}

.grey-bg header {
	margin: 0 0 5px 0;	
}

.red-bg.low {
	height: 150px;	
	background-color: #E10019;
	padding: 20px;
}


#main-content .columns-2 .col-1,
#main-content .columns-2 .col-2 {
	float: left;
	width: 520px;	
}

#main-content .columns-2 .col-1 {
	margin-right: 60px;	
}

#main-content .columns-2.wide .col-1 {
	float: left;
	width: 210px;	
	background: #EEE;
	padding: 20px 25px;
	margin-right: 20px;
}

#main-content .columns-2.wide .col-2 {
	float: left;
	width: 820px;	
}


#main-content .columns-2 .columns-2 {
	position: relative;	
}

#main-content .columns-2 .columns-2 .col-1,
#main-content .columns-2 .columns-2 .col-2 {
	width: 250px;	
	margin: 0;
}

#main-content .columns-2 .columns-2 .col-1{
	width: 250px;	
	margin-right: 20px;	
}






.columns-3 .col-1,
.columns-3 .col-2,
.columns-3 .col-3 {
	float: left;
	width: 350px;	
}

.columns-3 .col-1,
.columns-3 .col-2 {
	margin-right: 25px;	
}


#main-content .row.cols8-4 .col-1{
    width: 350px;
}

#main-content .row.cols8-4 .col-2{
    width: 690px;

}


.video-teaser {
    /*display: none;*/
    background-color: #ececec;
}


.video-teaser .video-play {
    position: relative;
    display: block;
}

.video-teaser .teaser-content {
    padding: 20px;
}



.video-teaser .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    background-image: url(/fileadmin/images/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
}
.video-teaser img {
    display: block;
}


.product-video-teaser .overlay {
    background-size: 70px 70px;
}




#breadcrumb {
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding-top: 0px;	
	font-size: 12px;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px 0;
}

.mobile #breadcrumb {
	padding: 0 0px;	
	
}

#breadcrumb a{
	color: #666;
}

#header-slider {
	padding-top: 25px;	
	width: 1100px;
	height: 455px;
	margin-bottom: 25px;
}

#below-content {
	border-top: 1px solid #ccc;	
	padding-top: 20px;
}


footer {
	background-color: #F0F0F0;	
	min-height: 300px;
	padding-top: 30px;
	font-size: 12px;
	line-height: 1.8em;
	min-width: 1100px;
}

footer .inner {
	background: url(../images/bg/footer-seperator.png) right 0px no-repeat;	
	min-height: 180px;
}

footer .inner a {
	color: #333;	
}

footer .inner a:hover {
	color: #E10019;	
}

footer .inner .footerlink {
	width: 120px;	
}

footer .inner .footerlink a{
	margin-top:10px;
	border:1px solid #ccc;
	background: url(../images/bg/arrow-right-grey.png) 100px center no-repeat;
	color: #333;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left:10px;
}

footer .inner .footerlink a:hover {
	background: url(../images/bg/arrow-right-grey.png) 100px center no-repeat #ddd;	
}

footer h4{
	font-size: 16px;
	font-weight: 300;	
	text-transform: uppercase;
	margin-bottom: 10px;
}

footer table{
	border-spacing: 0;	
}

footer .columns-5 > div {
	float: left;	
	background: url(../images/bg/footer-seperator.png) left 0px no-repeat;
	width: 135px;
	min-height: 180px;
	padding: 0 20px;
}

footer .columns-5 div.col-1 {
	width: 	320px;
}


footer .columns-5 div.col-5 {
	width: 	175px;
}



/* slider */
.tx-cinslider-entry-container.header {
	height: 455px;	
}

.tx-cinslider-entry img {
	display: block;	
}

.tx-cinslider-entry {
	width: 1100px;
	height: 455px;	
}

.tx-cinslider-entry h2 {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	font-size: 38px;
	color: #fff;
	position: absolute;
	top: 80px;
	right: 130px;	
	line-height: 45px;
	/*background: url(../images/bg/header-description-80.png) top left repeat;
	padding: 15px 25px;*/
	-webkit-text-stroke: 0.1px;
}

.tx-cinslider-entry .description {
	position: absolute;
	bottom: 15px;
	right: 30px;
	/*background: url(../images/bg/header-product-link.png) top left no-repeat;	*/
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
}

.tx-cinslider-entry .description div {
	float: left;	
}

.tx-cinslider-entry .description .button-left {
	background-color: transparent;
	background:url(../images/bg/header-product-link-left.png) top left no-repeat transparent;
	width: 29px;
	height: 49px;
}	

.tx-cinslider-entry .description .button-mid {
	background: url(../images/bg/arrow-right-white.png) right center no-repeat 	#E10019;	
	width: auto;
	height: 34px;
	padding-right: 15px;
	padding-top: 3px;
	line-height: 34px;
}

.tx-cinslider-entry .description .button-right {
	background-color: transparent;
	background:url(../images/bg/header-product-link-right.png) top right no-repeat;
	width: 30px;
	height: 49px;
}


.tx-cinslider-entry .description a{
	color: #fff;
	/*background: url(../images/bg/arrow-right-white.png) right center no-repeat 	#E10019;*/
	padding-right: 15px;	
	display: inline-block;
	margin-bottom: 0px;
	line-height: 37px;
}

.slider-left {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 220px;
	left: 20px;
	background: url(../images/bg/slider-left.png) top left no-repeat;	
	z-index: 120;
	cursor: pointer;
}

.slider-right {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 220px;
	right: 20px;
	background: url(../images/bg/slider-right.png) top right no-repeat;	
	z-index: 120;	
	cursor: pointer;	
}


/* teaser */

.teaser-box {
	width: 350px;
	float: left;	
	margin: 0 25px 25px 0;
}

.teaser-box.last-row {
	margin: 0 25px 0 0;
}

#below-content .teaser-box {
	margin-bottom: 0;	
}

.teaser-box.last-in-row {
	margin-right: 0px;
}	

.teaser-box .title {
	background: url(../images/bg/teaser-title.png) top right no-repeat;
	color: #fff;	
	margin-top: 25px;
	padding: 0 25px 0 15px;
	display: inline-block;
	line-height: 29px;
	font-size: 18px;
	font-weight: 300;
}


.teaser-box.image-high,
.teaser-box.image-high .image {
	height: 290px;	
}

.teaser-box.image-low,
.teaser-box.image-low .image {
	height: 190px;
	width: 348px;
	border: 1px solid #efefef;	
}

.teaser-box.image-low .title {
	margin-left: 0px;	
}

.teaser-box.image-top {
	width: 260px;
	margin: 0 20px 20px 0;	
}

.teaser-box.image-top.last-in-row {
	margin-right: 0;
}	

.teaser-box.image-top .image {
	width: 100%;
	height: 160px;
	text-align: center;	
	margin-bottom: 10px;
}

.teaser-box.image-top .image img {
	border: 1px solid #eee;	
}

.teaser-box.image-top .image a{
	display: block;	
}

.teaser-box.image-top .content {
	background-color: #eee;	
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px;
	width: 230px;
	text-align: center;
}

.teaser-box.image-top .content h4 {
	font-size: 16px;
	color: #333;
	font-weight: 500;	
	margin-bottom: 5px;
	height: 40px;
}

.teaser-box.image-top .content h4 a{
	color: #333;
}




/* news */

.clear.news {
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin-bottom: 25px;	
}

.news-list-view .teaser-right .category {
	float: left;
	width:  300px;
	font-size: 15px;
	color: #E00019;	
	margin: -5px 0 20px 0;
}

.news-list-view .teaser-right .title {
	font-size: 15px;
	color: #E00019;	
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

.news-list-view .teaser-right .datetime {
	font-size: 15px;	
	padding: 0;
	margin: 0;
}

.news-list-view .teaser-right .news-description {
	font-size: 15px;
	line-height: 1.4em;	
	float: left;
	width: 100%;
}

.news-list-view .teaser-right .news-description a {
	color: #333;	
}


.news .news-list-view .entry {
	float: left;	
}

.news .news-list-view .entry.col-1 {
	width: 145px;
	margin-right: 20px;	
}

.news .news-list-view .entry.col-2 {
	width: 	355px;
}



.news-list-view .article {
	width: 	520px;
	margin-right: 60px;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.grey-bg .news .article {
	width: 310px;	
	margin-right: 0px;
}

.news-list-view .article.odd {
	margin-right: 0px;	
}

.news .news-list-view .article .news-img-wrap {
	width: 145px;
	height: 145px;
	margin: 0 20px 0 0;	
	border: 1px solid #ccc;
	display: block;
	vertical-align: middle;
	text-align: center;
	float: none;
	position: relative;
}

.news .news-list-view .article .news-img-wrap a{
	width: 145px;
	height: 145px;
	border: none;
	padding: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;	
	text-align: center;
	float: none;
}

.news .news-list-view .article .news-img-wrap img {
	float: none;
}

.news .news-list-view .article h3 {
	margin-bottom: 5px;	
	line-height: 1.2em;
}

.news .news-list-view .article .news-description a{
	color: #333;
}

.news-img-caption {
	float: left;
	font-size: 15px;
	color: #333;		
	font-weight: 300;
	padding: 5px 0;
	font-style: italic;
}


.news-single .article .header,
.news-single .article .header h1 {
	width: 100%;	
}

.news-single .article .header {
	margin-bottom: 30px;	
}

.news-single .article .date {
	margin-top: -30px;	
	font-size: 18px;
	margin-bottom: 20px;
}

.news-single .article .news-img-wrap {
	width: 520px;	
	margin: 0;
	padding-top: 10px;
}

.news-single .article .news-img-wrap a {
	border: none;
	padding: 0;
	display: block;
	text-align: center;
	width: 100%;
	border: 1px solid #ccc;	
}	

.news-single .article .mediaelement.mediaelement-image.small {
	display: none;
	width: 120px;
	height: 120px;	
}

.news-single .article .mediaelement.mediaelement-image.small img {
	width: 100%;
	height: auto;
}	


.news-single .article .news-img-wrap a img {
	float: none;
}

.news-single .article .teaser-text, 
.news-single .article .news-text-wrap {
	width: 520px;	
}

.news-backlink-wrap {
	margin-top: 40px;	
}


/* searchbox */

.tx-macinasearchbox-pi1 {
	width: 160px;	
}

.tx-macinasearchbox-pi1 input {
	background: url(../images/bg/search-field.png) top right no-repeat;
	border: none;
	width: 113px;
	float: left;
	height: 25px;
	padding: 0 0 0 20px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.tx-macinasearchbox-pi1 input.submit {
	width: 25px;
	height: 25px;
	background: url(../images/bg/search-button.png) top right no-repeat;
	margin: 0px;	
	padding: 0px;
	cursor: pointer;
}


/* suchergebnis */

.tx-indexedsearch .tx-indexedsearch-browsebox li.prev_next {
	display: none;	
}

.tx-indexedsearch {
	position: relative;	
}

.tx-indexedsearch-searchbox {
	display: none;
	}

.tx-indexedsearch-res.entry {
	float: left;
	margin-bottom: 10px;	
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.tx-indexedsearch-res.entry h3 {
	width: 360px;
	margin-right: 20px;	
	float: left;
}

.tx-indexedsearch-res.entry .search-result-entry {
	float: left;	
	width: 720px;

}

.tx-indexedsearch-browsebox {
	height: 20px;
	padding-bottom: 30px;
}

.tx-indexedsearch-browsebox > p {
	width: 50%;
	float: left;
}	

.tx-indexedsearch-browsebox ul.browsebox {
	padding: 0 0 20px 0;
	margin: 0;	
	text-align: right;
	font-size: 16px;
	font-weight: 500; 
	float: right;
	width: 50%;		
}


.tx-indexedsearch-browsebox ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #E00019;	
}

.tx-indexedsearch-browsebox ul.browsebox li a {
	color: #333;	
}


.browsebox li {
	padding: 0;
	margin: 0 8px 0 0;
	background: none;
}


/* powermail */

.tx-powermail h3,
.tx-powermail legend {
	display: none;	
}



.tx-powermail span.mandatory {
	color: #E10019;
	margin-left: 4px;
}	

.tx-powermail .powermail_fieldwrap {
	margin-bottom: 10px;	
}

.tx-powermail legend.powermail_label,
.tx-powermail label {
	display: block;
	float: left;	
	width: 160px;
}

.tx-powermail .powermail_radio_inner label {
	width:75px;	
}


.tx-powermail input,
.tx-powermail textarea {
	width: 350px;	
}

.tx-powermail .button.medium {
	margin-left: 160px;	
}

.tx-powermail input.powermail_submit {
	border: none;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
}

.tx-powermail input.powermail_radio {
	width: 20px;	
	float:left;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_text {
	font-size: 13px;
	width: 350px;
	margin-left: 160px;	
	margin-bottom: 0;
}

.powermail_message.powermail_message_error li{
	background: #E00019;
	margin: 0 0 3px 0;	
	color: white;
	text-align: center;
}

.powermail_message.powermail_message_error {
	margin: 0 0 10px 0;	
}

.powermail_fieldwrap.powermail_fieldwrap_check legend {
	float: left;
	height: 90px;	
}

.tx-powermail input.powermail_checkbox{
	width: 30px;
	float: left;	
}

.tx-powermail .powermail_check_inner label {
	float: left;
	width: 300px;	
}


/* google maps*/
.tx-go-maps-ext form {
	display: none;	
}



/* cin-contacts */

.tx-cincontacts-pi1 .contact-entry {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0;	
}

.tx-cincontacts-pi1 .name {
	float: left;
	width: 45%;	
}

.tx-cincontacts-pi1 .tel {
	float: left;
	width: 35%;
}

.tx-cincontacts-pi1 .email {
	float: left;
	width:20%;	
	padding-top: 2px;
	text-align: right;
}


.tx-cincontacts-pi1 .email a{
	color: #333;	
}

.tx-cincontacts-pi1 h3 {
	color: #333;
	margin: 20px 0 10px 0;
	line-height: 30px;	
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}

/* mb-gallery */

.mb-gallery-list.slider {
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}	


/* sitemap */


.tx-flseositemap-pi1 ul li {
	background: none;
	padding: 0;
	margin: 0;	
}

.tx-flseositemap-pi1 ul li.deep0 {
	font-size: 15px;	
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #ccc;			
}

.tx-flseositemap-pi1 ul li.deep0.first {
	padding-top: 0;	
}

.tx-flseositemap-pi1 ul li.deep0.last {
	border-bottom:none;	
	padding-bottom: 0;
}

.tx-flseositemap-pi1 ul li.deep1 {
	font-size: 14px;	
	line-height: 27px;
	margin-left: 30px;
}

.tx-flseositemap-pi1 ul.deep2 {
	margin-bottom: 10px;	
}

.tx-flseositemap-pi1 ul li.deep2 {
	font-size: 13px;	
	line-height: 22px;
	background: url(../images/icons/li-bullet.png) left 8px no-repeat;
	margin-left: 30px;
	padding-left: 15px;
}

.tx-flseositemap-pi1 ul li ul li ul{
	border-bottom: none;	
}

.tx-flseositemap-pi1 ul li ul li {
	padding-left: 30px;	
	font-size: 13px;
}

.tx-flseositemap-pi1 ul li ul li a {
	color: #333;	
}

/* Publications */

.tx-mbpublications-pi1 .backlink {
	margin-top: 20px;	
}

.tx-mbpublications-pi1 .pagebrowser {
	padding-top: 10px;
}	


/* Pagebrowser */

.pagebrowser-result {
	width: 50%;
	float: left;	
}

.tx-pagebrowse-pi1 {
	float: left;
	width: 50%;
	text-align: right;	
}

.tx-pagebrowse-pi1 ul.tx-pagebrowse li {
	display: inline-blick;
	background: none;
	font-size: 16px;
	font-weight: 500;	
}

.tx-pagebrowse-pi1 ul.tx-pagebrowse {
	text-align: right;	
}

.tx-pagebrowse-pi1 ul.tx-pagebrowse li a {
	color: #333;	
}

.tx-pagebrowse-current {
	color: #E10019	
}
/* FAQ*/

.tx-cinfaq-pi1 .cin-faq-list-entry {
	position: relative;
	margin-bottom: 20px;	
	border-bottom:1px solid #ccc;
	padding-bottom: 20px;
}

.tx-cinfaq-pi1 .cin-faq-list-entry span.index {
	display: block;
	position: absolute;
	left: -32px;
	top: 0;	
	color: #999;
	width: 24px;
	height: 24px;
	background: #F0F0F0;
	color: #666;
	text-align: center;
	line-height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.tx-cinfaq-pi1 .cin-faq-list-entry.last {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

.tx-cinfaq-pi1 .cin-faq-list-entry h3 {
	color: #E10019;
	margin-bottom: 5px;		
	font-size: 15px;
}


/* tx-femanager */

.tx-femanager legend {
	display: none;	
}

.tx-femanager .femanager_fieldset {
	margin-bottom: 10px;	
}

.tx-femanager label {
	display: block;
	float: left;
	width: 180px;	
}

.tx-femanager label span {
	color:  #E00019;	
}

.tx-femanager input  {
	width: 330px;	
}

.tx-femanager .button.medium {
	margin-left: 180px;	
}

.femanager_flashmessages > .message-ok {
	background: none;	
	padding: 0;
	border: none;
	color: #333;
}


.tx-femanager .femanager_error {
	background: none;
	background-color: 	#E00019;
	border: none;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.tx-femanager .femanager_error li {
	background: none;
	padding: 0;
	margin: 0;	
}



/* tx-felogin-pi1 */

.tx-felogin-pi1 {
	margin-top: 25px;	
}


.tx-felogin-pi1 .error-msg div {
	margin-bottom: 15px;	
}

.tx-felogin-pi1 h3 {
	margin-bottom: 10px;		
}

.tx-felogin-pi1 legend {
	display: none;	
}

.tx-felogin-pi1 fieldset div {
	margin-bottom: 10px;	
}

.tx-felogin-pi1 label {
	display: block;
	float: left;
	width: 180px;	
}

.tx-felogin-pi1 .forgot-passwd label {
	width: 150px;	
	margin-right: 30px;
}

.tx-felogin-pi1 .change-passwd label {
	width: 200px;	
	margin-right: 30px;
}

.tx-felogin-pi1 input  {
	width: 250px;	
}

.tx-felogin-pi1 .change-passwd,
.tx-felogin-pi1 .password-forgot {
	color: #333;
	float: left;	
	margin-top: 20px;
}



.tx-felogin-pi1 .button.medium .submit {
	float: left;	
}

.tx-felogin-pi1 .button.medium {
	margin-left: 180px;	
	border: none !important;
	color: #fff;
}

.tx-felogin-pi1 .change-passwd .button.medium {
	margin-left: 230px;	
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #666;
	background-color:#666;
	padding:10px;
	z-index: 999;
	color:#FFF;
	font-size:11px;
}




#vm main {
    width: 85% !important;
    min-width: 85% !important;
    margin: 0 auto;

}

#vm main .inner {
    width: 100%;
}

.vsv-tooltip {
    z-index: 100!important;
}

#vm header.page {


}


#vm #breadcrumb {
    width:1100px;
    margin: 0 auto;
}