@charset "utf-8";
/* CSS Document */

* {
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	text-decoration:none;
	}

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #ebeef3;
	font-size: 80%;
	color: #3d3d3d;
	}
	
p {
	margin: 10px 0px 10px 0px;
	}
	
img {	
	border: 0px;
	}
	
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, div.csc-textpic-border div.csc-textpic-single-image img {
border:1px solid black;
padding:0;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap.csc-textpic-caption {
margin:0;
color:#F00;
}
	
	
.floatL {
	float: left;
	}
	
.floatR {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
.csc-frame-rulerAfter {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	}
	
.csc-frame-invisible {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

.csc-frame-frame1 {
	padding-left: 30px;
	}	


h1, h3, h5 {
	color: #000000;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
	
.teaser h2 a {
	text-decoration:none;
	color:#000;
}
	
a {
	color: #e2001a;
	}
	
a:hover {
	color: #000;
	}
	
i {
	background-color: #dfdfdf;
	padding: 2px;
	display: block;
	color: #000;
	}
	
.red {
	color: #e2001a;
	}
	
.csc-textpic-caption {
	font-size: 80%;
	padding-bottom: 5px;
	}
		
.wrapper {
	margin: auto;
	width: 850px;
	}
	
.head {
	padding: 0px 25px;
	height:80px;
	background-image:url(../images/bg_head.gif);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	} 
	
.metanav {
	float: left;
	font-size: 10px;
	width: 353px;
	color: #ccc;
	padding-top: 2px;
	}
	
.metanav a {
	color: #fff;
	text-decoration: none;
	}
	
.metanav a:hover {
	color: #e2001a;
	}
	
.metanav p {
	margin: 0px;
	}
	
.flags {
	float: left;
	text-align: right;
	width: 447px;
	font-size: 12px;
	padding-top: 5px;
	}
	
.search {
	float: left;
	background-image:url(../images/tab_center.jpg);
	background-repeat: repeat-x;
	width: 170px;
	margin-top: 27px;
	font-size: 12px;	
	}
	
.search input {
	width: 128px;
	float: left;
	margin-top: 5px;
	}
	
.search input.searchbox-button {
	width: 14px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
	}
	
#indexedsearch fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.fontsizebox {
	float: left;
	background-image:url(../images/tab_center.jpg);
	background-repeat: repeat-x;
	margin: 27px 2px 0px 480px;
	font-size: 12px;
	}
	
.fontsize {
	float: left;
	padding-top: 9px;
	}
	
.paravan-facebook {
	float: left;
	margin: 27px 0px 0px 2px;
}

.contentbox {
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	padding: 25px 39px;
	float: left;
	z-index: 2;
	position: relative;
	}
	
.contentbox .left {
	width: 206px;
	float: left;
	margin-right: 15px;
	font-size: 12px;
	}
	
.logo {
	margin-bottom: 20px;
	}
	
.menu {
	float: left;
	margin-bottom: 20px;
	}
	
.menu ul {
	margin: 0px;
	padding: 0px;
	}
	
.menu .main li {
	list-style: none;
	background-image:url(../images/menu_center.jpg);
	background-repeat:repeat-x;
	background-color: #adadad;
	margin-bottom: 4px;
	float: left;
	width: 206px;
	}
	
.menu .main li a {
	padding: 10px 40px 10px 10px;
	display: block;
	background-image:url(../images/arrow_grey.jpg);
	background-repeat: no-repeat;
	background-position: 170px center;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
	
.menu .main li a.active {
	background-image:url(../images/arrow_red.jpg);
	font-weight: bold;
	}
	
.menu .main li a:hover {
	color: #e2001a;
	}
	
.menu .main li img {
	float: left;
	}
	
.menu .sub li {
	list-style: none;
	background-image: none;
	background-color: #fff;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	width:185px;
	}

.menu .sub li a {
	padding: 5px 5px 5px 15px;
	display: block;
	background-image:url(../images/arrow_grey_small.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
	
.sub_2 li {
	padding-left:28px!important;
	width:167px!important;
}
	
.menu .sub li a.active {
	background-image:url(../images/arrow_grey_small.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-weight: bold;
	}
	
.left .content {
	float: left;
	width: 206px;
	}
	
.contentbox .right {
	width: 550px;
	float: left;
}

.rgslideshow {
	border: 4px solid #d0d0d0!important;
}

.footerbox {
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
	padding: 0px 25px;
	float: left;
	width: 800px;
	}
	
.footer {
	background-color: #000;
	padding: 15px;
	float: left;
	width: 770px;
	color: #fff;
	font-size: 11px;
	}
	
.footer h4 {
	color: #e2001a;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	}
	
.footer a {
	color: #fff;
	}
	
.footer a:hover {
	color: #e2001a;
	}
	
.footer ul {
	margin: 0px;
	padding: 0px;
	}
	
.footer li {
	list-style: none;
	background-image:url(../images/arrow_footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 4px;
	padding-left: 17px;
	}
	
	
.copyright {
	background-image:url(../images/footer_raster.gif);
	background-repeat:repeat;
	text-align: right;
	padding: 5px;
	font-size: 11px;
	color: #989898;
	}
	
/******* RAHMEN *********************/

.teaser {
	background-image:url(../images/teaser_bg.jpg);
	background-repeat: repeat-x;
	background-color: #d5d4d4;
	padding: 5px 5px 0px 5px;
	border: 1px solid #d0d0d0;
	margin-bottom: 5px;
	}
	
.teaser h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	}
	
.left .content h5 {
	border-top: 1px solid #ccc;
	font-size: 12px;
	color: #999999;
	margin: 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
/*********** 3er BOX ****************/

.box_3er {
	float: left;
	}
	
.left_3er {
	float: left;
	}
	
.center_3er {
	float: left;
	margin: 0px 15px 0px 15px;
	}
	
.right_3er {
	float: left;
	}
	
/******* 2 Spalten *******************/

.tx-fdfx2cols-pi1 td {
	vertical-align: top;
	}
	
.tx-fdfx2cols-pi1 td p {
	margin-top: 0px;
	}
	
.c2l1-left {
	border-right:0px solid #FFEDA8;
}

/********** TABELLEN TECHNOLOGIE **************/

.table_technologie {
	border: 1px solid #cacaca;
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom:20px;
	}
	
.table_technologie caption {
	text-align: left;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	}
	
.table_technologie td {
	padding: 5px;
	}
	
.table_technologie .tr-even {
	background-color: #fff;
	}

.td-0 {
	width: 122px;
	}
	
.table_head {
	text-align: left;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
}
	
/*************** LOGIN **************************/

.tx-felogin-pi1 {
	margin: 10px 0px 10px 0px;
	}
	
.tx-felogin-pi1 fieldset {
	padding: 10px;
	margin: 10px 0px 10px 0px;
	width: 300px;
	}
	
.tx-felogin-pi1 label {
	width: 150px;
	float: left;
	}
	
.tx-felogin-pi1 input {
	float: left;
	}
	
/****** VIDEOS **************/

.rgmediaimages-caption {
	padding: 10px 0px 20px 0px;
}

.logo .rgmediaimages-caption {
	padding: 0px;
}

/********** FORM **************/

.form_div {
	float: left;
	margin-bottom: 10px;
	width: 99%;
	}

#mailform fieldset {
	border: 0px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	}

.csc-mailform label {
	width: 230px;
	float: left;
	}
	
.csc-mailform input {
	float:left;
}

.csc-mailform-submit {
	margin-left: 230px;
	}
	
/****** FORM BEDARFSERMITTLUNG ********************/

.tx-powermail-pi1 legend {
	display: none;
	visibility: hidden;
	}
	
.tx_powermail_pi1_fieldwrap_html {
	widht: 100%;
	display:block;
	margin-bottom: 10px;
	}
	
.tx_powermail_pi1_fieldwrap_html label {
	width: 50%;
	float: left;
	}
	
.tx_powermail_pi1_fieldwrap_html input[type=checkbox] {
	float: left;
	}
	
.powermail_check_inner {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
	}

.powermail_check_inner label {
	width: 70%;
	padding: 0%;
	}
	
.tx_powermail_pi1_fieldwrap_html p {
	float: left;
	width: 100%;
	}
	
.tx_powermail_pi1_fieldwrap_html_radio_title, .tx_powermail_pi1_fieldwrap_html_checkbox_title, .tx_powermail_pi1_fieldwrap_html_15, .powermail_mandatory_js {
	color: #E2001A;
	}

.tx_powermail_pi1_fieldwrap_html_16 .tx_powermail_pi1_fieldwrap_html_checkbox_title  {
	color: #3D3D3D!important;
	}
	
.tx_powermail_pi1_fieldwrap_html_36 label, .tx_powermail_pi1_fieldwrap_html_37 label, .tx_powermail_pi1_fieldwrap_html_39 label, .tx_powermail_pi1_fieldwrap_html_40 label {
	color: #999;
	}
	
.tx_powermail_pi1_fieldwrap_html label:hover {
	background-color: #f0f0f0;
	}
	
.tx_powermail_pi1_submitmultiple_back, .tx_powermail_pi1_submitmultiple_forward {
	margin-top: 10px;
	}
	
.powermail_all_table tr {
	padding-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	}
	
.powermail_all_table tr:hover {
	background-color: #f0f0f0;
	}
	
.powermail_all_table td {
	width: 285px;
	}
	
.detail {
	font-size: 10px;
	color: #aaa;
}

/****** news ********/
.news-list-morelink {
	clear: both;
	display: block;
	padding: 5px 0px 0px 20px;
	background-image:url(http://www.paravan.de/fileadmin/images/newsletter/symbol-more-link.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	line-height: 20px;
}

.news-list-item img {
	float: left;
	padding: 0px 15px 15px 0px;
}

.news-list-item {
	padding: 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
}

.news-single-item {
	padding: 15px 0px 0px 0px;
}

.news-single-img {
	float: left;
	padding: 0px 15px 15px 0px;
}

.disabledLinkWrap, .browseLinksWrap a {
    background-color: #EFEFEF;
    border: 1px solid #C6C6C6;
    padding: 2px;
}
.disabledLinkWrap {
    color: #999999;
}
.showResultsWrap, .browseLinksWrap {
    float: left;
    padding: 0 10px 0 0;
}
.activeLinkWrap {
    background-color: #f2d9d9;
    border: 1px solid #d58989;
    padding: 2px;
}

/****** newsletter anmeldung **********/

.nl-left, .nl-right, .nl-anrede {
	float: left;
	width: 165px;
	padding: 0px 0px 20px 0px;
}

.nl-subscribe {
	padding: 12px 0px 0px 0px;
}

.nl-req {
	float: left;
	color: #F00;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}


.scroll-top {
	text-align: right;
	clear: both;
	cursor: pointer;
	color: #e2001a;
}

.video-js-box  {
	margin: auto!important;
}

.contact-button-2 {
	padding: 0px 0px 10px 0px;
}

.contact-button {
	display: none;
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 1;
}

@media only screen and (max-width: 1200px) {
	.contact-button {
		display: none;
	}
