@charset "utf-8";
/* CSS Document */
	
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d0c8ba;
	}
	
.floatL {
	float: left;
	}
	
.floatR {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
img {
	border: 0px;
	}
	
.csc-frame-rulerAfter {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

h1, h2 {
	margin: 5px 0px 10px 0px;
	color: #4e4e4e;
	font-weight: bold;
	font-size: 16px;
	}
	
.csc-textpic-caption {
	font-size: 10px;
	}
	
a {
	color: #ec751d;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	}
	
.wrapper {
	margin: auto;
	width: 900px;
	padding: 0px 0px 0px 0px;
	}
	
.left {
	float: left;
	width: 175px;
	margin-right: 15px;
	padding: 40px 0px 0px 0px;
	}
	
.center {
	float: left;
	width: 520px;
	padding: 27px 0px 0px 0px;
	line-height: 20px;
	}
	
.right {
	float: left;
	width: 175px;
	margin-left: 15px;
	padding: 11px 0px 0px 0px;	
	}
	
.center_content {
	background-color: #fff;
	padding: 25px 20px 25px 20px;
	float: left;
	width: 480px;
	}
	
/****** RIGHT *********************/

.socialmedia {
	margin-bottom: 53px;
	display: none;
	visibility: hidden;
	}
	
.sm_logos {
	background-color: #e26e19;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	width: 172px;
	text-align: center;
	}
	
.sm_logos img{
	margin: 0px 5px;
	}
	
.vendus_logo {
	margin-bottom: 55px;
	margin-top: 30px;
	}
	
.vendus_logo .contentbox_grey .content {
	font-size: 10px;
	}
	
/*********** FOOTER *******************/

.footerbox {
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 195px;
	color: #fff;
	}
	
.footer {
	margin: auto;
	width: 900px;
	text-align: left;
	position: relative;
	}
	
.vendus-companys {
	margin-top: 50px;
	}
	
.vendus-companys h1 {
	color: #fff;
}
	
	
/************** MENU *****************************/

.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: #ec751d;
	margin-bottom: 4px;
	float: left;
	width: 175px;
	}
	
.menu .main li.li_active {
	background-image:url(../images/menu_center_active.gif);
	background-repeat:repeat-x;
	background-color: #ffb47d;
	}
	
.menu .main li a {
	padding: 10px;
	display: block;
	background-image:url(../images/menu_button.gif);
	background-repeat: no-repeat;
	background-position: 150px center;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #f37c24;
	border-right: 1px solid #f37c24;
	}
	
.menu .main li a.active {
	background-image:url(../images/menu_button_active.gif);
	color: #000;
	}
	
.menu .main li a:hover {
	color: #000;
	}
	
.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;
	}

.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;
	}
	
.menu .sub li a.active {
	background-image:url(../images/arrow_grey_small.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-weight: bold;
	}
	
/************** MENU RIGHT *****************************/	

.menu_right {
	float: left;
	margin-bottom: 20px;
	}
	
.menu_right ul {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #f4f4f4;
	}
	
.menu_right ul h5 {
	margin: 0px;
	padding: 10px 5px 5px 5px;
	border-left: 1px solid #d6d6d5;
	border-right: 1px solid #d6d6d5;
	color: #4e4e4e;
	font-size: 14px;
	}	
	
.menu_right li {
	list-style: none;
	padding: 5px 10px 5px 10px;
	float: left;
	width: 153px;
	border-left: 1px solid #d6d6d5;
	border-right: 1px solid #d6d6d5;
	background-image:url(../images/border_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
	
.menu_right li.end {
	background-image: none;
	}
	
.menu_right li a {
	background-image: url(../images/arrow_orange.gif);
	background-position: 0px center;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.menu_right li a:hover {	
	color: #f67d25;
	}
	
.menu_right .sub li {
	background-image: none;
	}

.menu_right .sub li a {
	background-image: none;
	padding: 0px 5px 0px 25px;
	text-transform: none;
	float: left;
	}
	
.menu_right li a.active, .menu_right .sub li a.active {
	color: #f67d25;
	}
	
/****** meta nav ***************/

.metanav {
	float: right;
	}

.metanav ul {
	margin: 0px;
	padding: 0px;
}

.metanav li {
	list-style: none;
	float:left;
	margin-left: 10px;
	}
	
.metanav li a {
	color: #fff;
	text-decoration: none;
	}
	

/******** CONTENTBOX WHITE ****************/

.contentbox_white {
	float: left;
	margin-bottom: 15px;
	}
	
.contentbox_white h1 {
	font-size: 14px;
	}

.contentbox_white .content {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	padding: 0px 5px 0px 5px;
	width: 163px;
	}
	
.left_content .contentbox_white .content {
	width: 163px;
	}

/******** CONTENTBOX GREY ****************/	

.contentbox_grey {
	width: 175px;
	float: left;
	margin: 0px 25px 15px 0px;
	}
	
.contentbox_grey .content {
	width: 163px;
	padding: 0px 5px 0px 5px;
	float: left;
	background-color: #f4f4f4;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	}
	
.contentbox_grey ul {
	margin: 0px 10px;
	padding: 0px 0px 0px 10px;
	}
	
.fontsize11 {
	font-size: 11px;
	}
	
.fontsize11 img {
	vertical-align: middle;
	}
	

/********** CASES / MOOFLOW ******************/

.cases {
	background-color: #fff;
	float: left;
	width: 100%;
	}
	
.cases h1 {
	padding: 10px 20px 0px 20px;
	
	}

.mf {
	background-image: url(../images/cases_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 200px!important;
	border-bottom: 10px solid #7b7b7b;
}

.mf div.mfNav {
	bottom: -15px!important;
	}
	
.mf div.sliderCon {
	width: 510px!important;
	margin-left: 10px!important;
	}

.mf a.play {
background:url("../images/slider/spacer.gif") no-repeat scroll 0 0 transparent!important;
}
.mf a.stop {
background:url("../images/slider/spacer.gif") no-repeat scroll 0 0 transparent!important;
}
.mf a.sliderNext {
background:url("../images/slider/left.gif") no-repeat scroll 0 0 transparent!important;
}
.mf a.sliderPrev {
background:url("../images/slider/right.gif") no-repeat scroll 0 0 transparent!important;
}
.mf a.resize {
background:url("../images/slider/spacer.gif") no-repeat scroll 0 0 transparent!important;
}
.mf div.slider {
background:url("../images/slider/spacer.gif") repeat-x scroll 0 0 transparent!important;
width: 450px!important;
}
.mf div.knob {
background:url("../images/slider/spacer.gif") repeat-x scroll right center transparent!important;
}
.mf div.knobleft {
background:url("../images/slider/spacer.gif") repeat-x scroll center center transparent!important;
}

/************ NEWS **********************************/

.news-list-item {
	background-color: #f4f4f4;
	border: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 15px;
	}
	
.news-list-item h2 a {
	text-decoration: none;
	color: #4e4e4e;
	}
	
.news-single-item h2 {
	font-size: 12px;
	}
	
.news-list-item h2 a:hover {
	color: #EC751D;
	}
	
.news-list-item .img, .news-single-img {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.news-list-morelink, .news-single-backlink {
	display: block;
	clear: both;
	}
	
.sheet {
	margin-left: 5px;
	}
	
/************** FORUM *****************************/

.tx-felogin-pi1 {
	margin-bottom: 20px;
	}
	
.tx-felogin-pi1 label {
	font-weight: bold;
	}

.tx-felogin-pi1 fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

.tx-mmforum-textbutton {
	border: 0px;
	}
	
.tx-mmforum-table {
	margin-top: 10px;
	}
	
/********************* ANMELDUNG ************************/

.tx-powermail-pi1 label {
	float: left;
	width: 325px;
	}
	
.tx-powermail-pi1 fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
.tx-powermail-pi1 legend {
	display: none;
	visibility: hidden;
	}
	
#powermaildiv_uid1 label, #powermaildiv_uid2 label, #powermaildiv_uid3 label, #powermaildiv_uid12 label, #powermaildiv_uid13 label, #powermaildiv_uid14 label {
	width: 150px;
	}
	
.tx-powermail-pi1 input {
	float: left;
	}
	
.tx_powermail_pi1_fieldwrap_html {
	float: left;
	margin-bottom: 10px;
	}
	
.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	float: left;
	}

	
#powermaildiv_uid10 {
	margin-top: 10px;
	clear: both;
	padding-top: 20px;
	}
	

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:2px solid #dedede;
	padding:0;
}

.powermail_mandatory_js {
	color: #F67D25;
	}
	
.uid13_msg {
	clear: both;
	display: block;
	}
	
.tx_powermail_pi1_fieldwrap_html_radio_title {
	font-weight: bold;
	}
