/*	
---------------------------------------------------- 
	Allgemeine Style Definitionen für converia.de
	
	Lombego Systems GbR, Jens Papenroth 2009
	
	
	Farbwerte:
	
	Blau Überschrift 	0,140,255	#008CFF
	Green Hover			140,200,0	#8CC800
	Teaser Green		198,227,128	#C6E380
	Margin BG Grey		238,238,238	#EEEEEE
	Hellgrün			226,241,191	#E2F1BF
	Hellblau			191,226,255	#BFE2FF
	
	
----------------------------------------------------      
*/

/*--------------------------------------------------*/
@import url('navigation.css');
@import url('content.css');
/*--------------------------------------------------*/

body { /* overwritten by ie.css*/
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Lucida Grande, Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

html>body{
	overflow-x: hidden;
	overflow-y: scroll;
}


/*\*/
html*body {
[background-color:red;
background-color:blue;
]background-color:green;
}



.cl{
	height: 0px;
	line-height: 0px;
	clear:left;
	font-size: 0px;
}

.center_wrapper {
	margin: 0px auto;
	width: 910px;
}

.header {
	float: left;
	width: 910px;
}

.logo {
	float: left;
	height: 130px;
	width: 230px;
	background: transparent url('../img/converia.png') no-repeat top left;
}

.claim {
	float: left;
	height: 20px;
	padding: 72px 0px 0px 0px;	
}

.tools {
	float: right;
	height: 130px;
	width: 310px;
	background: transparent url('../img/infobereich-oben.png') no-repeat top left;
}

.lang_nav {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 10px;	
}

.search { /* overwritten by ie.css */
	float: right;
	height: 30px;
	width: 140px;
	background: transparent url('../img/suchfeld.png') no-repeat top left;
	margin: 10px 10px 0px 0px;
}

.search form{
	margin: 0px;
	padding: 0px;
}

.search input{
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Grande, Arial, Verdana;
	
	font-size: 12px;
	display: block;
	float: left;
}

.search .inputbox{ /* overwritten by ie.css */
	width: 94px;
	padding: 3px 3px 0px 3px;
	float: left;
}

.search #search_button{		
	width: 40px;
	height: 20px;
	cursor: pointer;
	margin: 0px;	
  	background: transparent url('../img/suchbutton.png') no-repeat top left;	
  }

.hotline{ /* overwritten by ie.css */
	float: left;
	width: 310px;
	height: 27px;
	text-align: center;
	font-family: Corporate S, Arial Narrow, Lucida Grande, Lucida Unicode, Lucida Sans, Verdana;
	font-size: 20px;
	color: #FFF;
	background-color: #8CC800;	
	padding: 2px 0px 0px 0px;
}

.info_links{
	float: right;
	text-align: right;
	width: 300px;
	height: 20px;
	padding: 5px 10px 5px 0px;
	background: transparent url('../img/infobereich-unten-trans.png') no-repeat top left;
}

.start{
	float: left;
	position: relative;
	width: 910px;
	height: 430px;
	z-index: 1;
	background: transparent url('../img/startgras.png') no-repeat bottom left;
}

.main_nav{
	float: left;
	width: 911px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.start_info_text{
	float: left;
	width: 430px;
	padding: 50px 0px 0px 20px;
	position: relative;
	z-index: 2;
}

.start_info_text h1 {
	font-family: Corporate S, Arial Narrow, Lucida Grande, Lucida Unicode, Lucida Sans, Verdana;
	font-size: 20px;
	color: #008CFF;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	line-height: 25px;
}

.start_info_text h2 {
	font-family: Corporate S, Arial Narrow, Lucida Grande, Lucida Unicode, Lucida Sans, Verdana;
	font-size: 18px;
	color: #008CFF;
	font-weight: 200;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}

.start_info_text li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 0px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.start_info_text_2{
	position: absolute;
	top: 63px;
	left: 476px;
	z-index: 1;
	
}

/*
	Start Icons
*/

.start_icon_headline{
	position: absolute;
	width: 410px;
	top: 177px;
	left: 479px;
}

.start_info_icon_1{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 150px;
	left: 490px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-basis-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_1 { 
 	background: transparent url('../img/modul-basis-trans.png') no-repeat top left;
}

.start_info_icon_1_active{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 150px;
	left: 490px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-basis-aktiv-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_1_active { 
 	background: transparent url('../img/modul-basis-aktiv-trans.png') no-repeat top left;
}

.start_info_icon_2{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 110px;
	left: 570px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-registration-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_2 { 
 	background: transparent url('../img/modul-registration-trans.png') no-repeat top left;
}
.start_info_icon_2_active{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 110px;
	left: 570px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-registration-aktiv-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_2_active { 
 	background: transparent url('../img/modul-registration-aktiv-trans.png') no-repeat top left;
}

.start_info_icon_3{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 90px;
	left: 660px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-submission-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_3 { 
 	background: transparent url('../img/modul-submission-trans.png') no-repeat top left;
}
.start_info_icon_3_active{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;	
	position: absolute;
	bottom: 90px;
	left: 660px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-submission-aktiv-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_3_active { 
 	background: transparent url('../img/modul-submission-aktiv-trans.png') no-repeat top left;
}

.start_info_icon_4{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;	
	position: absolute;
	bottom: 110px;
	left: 750px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-reviewing-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_4 { 
 	background: transparent url('../img/modul-reviewing-trans.png') no-repeat top left;
}
.start_info_icon_4_active{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	bottom: 110px;
	left: 750px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-reviewing-aktiv-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_4_active { 
 	background: transparent url('../img/modul-reviewing-aktiv-trans.png') no-repeat top left;
}

.start_info_icon_5{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;	
	position: absolute;
	bottom: 150px;
	left: 830px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-crm-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_5 { 
 	background: transparent url('../img/modul-crm-trans.png') no-repeat top left;
}
.start_info_icon_5_active{
	float: left;
	height: 50px;
	width: 50px;
	cursor: pointer;
	z-index: 2;	
	position: absolute;
	bottom: 150px;
	left: 830px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/modul-crm-aktiv-trans.png',
	sizingMethod='image');
}
html>body .start_info_icon_5_active { 
 	background: transparent url('../img/modul-crm-aktiv-trans.png') no-repeat top left;
}

.start_info_layer{
	display: none;
}

.start_info_layer_active{
	position: absolute;
	display: block;
	width: 250px;
	z-index: 3;
}

.callout_top{
	float: left;
	width: 250px;
	height: 30px;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/blase-kopf-trans.png',
	sizingMethod='image');
}
html>body .callout_top { 
  background: transparent url('../img/blase-kopf-trans.png') no-repeat top left;
}

.callout_content{
	font-size: 11px;
	width: 190px;
	float: left;
	padding: 0px 30px 2px 30px;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/blase-mitte-trans.png',
	sizingMethod='scale');
}
html>body .callout_content { 
  background: transparent url('../img/blase-mitte-trans.png') repeat-y top left;
}

.callout_bottom{
	float: left;
	width: 250px;
	height: 30px;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/blase-fuss-trans.png',
	sizingMethod='image');
}
html>body .callout_bottom { 
   background: transparent url('../img/blase-fuss-trans.png') no-repeat top left;
}

#layer_1{
	left: 389px;
	bottom: 200px;
}
#layer_2{
	left: 469px;
	bottom: 160px;
}
#layer_3{
	left: 559px;
	bottom: 140px;
}
#layer_4{
	left: 649px;
	bottom: 160px;
}
#layer_5{
	left: 729px;
	bottom: 200px;
}

.start_teaser_box{
	position: absolute;
	bottom: 20px;
	left: 480px;
	width: 410px;	
	height: 30px;
}
/*
.start_teaser_box_top{
	float: left;
	width: 140px;
	height: 10px;
	line-height: 0px;
	font-size: 0px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/teaser-gruen-kopf-trans.png',
	sizingMethod='image');
}
html>body .start_teaser_box_top { 
  background: transparent url('../img/teaser-gruen-kopf-trans.png') no-repeat top left;
}
*/

.start_teaser_box_content{
	float: left;
	width: 410px;
	color: #000;	
	height: 30px;
}

.start_teaser_box_text{
	float: left;
	width: 280px;
	line-height: 16px;
}

.blue_button{
	float: right;
	width: 120px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}

.blue_button_cap_left{
	float: left;
	height: 30px;
	width: 30px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/button-blau-links-trans.png',
	sizingMethod='image');
}
html>body .blue_button_cap_left { 
  background: transparent url('../img/button-blau-links-trans.png') no-repeat top left;
}

.blue_button_content{ /* overwritten by ie.css*/
	float: left;
	height: 28px;
	padding: 2px 0px 0px 0px;
	width: 80px;
	background: #C6E380 url('../img/button-blau-mitte.png') repeat-x top left;	
}

.blue_button_cap_right{
	float: left;
	height: 30px;
	width: 10px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/button-blau-rechts-trans.png',
	sizingMethod='image');
}
html>body .blue_button_cap_right { 
  background: transparent url('../img/button-blau-rechts-trans.png') no-repeat top left;
}
/*
.start_teaser_box_bottom{
	float: left;
	width: 140px;
	height: 10px;
	line-height: 0px;
	font-size: 0px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/teaser-gruen-fuss-trans.png',
	sizingMethod='image');
}
html>body .start_teaser_box_bottom { 
  background: transparent url('../img/teaser-gruen-fuss-trans.png') no-repeat top left;
}
*/

.teaser_box_label{
	float: left;
	width: 220px;
	margin: 20px 0px 0px 0px;
}

.teaser_box_top{
	background: transparent url('../img/teaser-grau-kopf.png') no-repeat top left;
	width: 220px;
	height: 10px;
	float: left;
	line-height: 0px;
	font-size: 0px;
}

.teaser_box_content{ /* overwritten by ie.css */
	width: 200px;
	min-height: 80px;
	background: #FCFCFC url('../img/teaser-grau-mitte.png') repeat-x top left;
	padding: 0px 10px;
}

.teaser_box_bottom{
	background: transparent url('../img/teaser-grau-fuss.png') no-repeat bottom left;
	width: 220px;
	height: 10px;
	float: left;
	line-height: 0px;
	font-size: 0px;
}

.teaser_box{
	float: left;
	width: 220px;
	margin: 20px 0px 0px 10px;
}

.news_teser_box{
	margin-left: 0px;
	float: right;
}

.green_button{
	float: left;
	width: 200px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}

.teaser_box .green_button{
	margin: 0px 0px 5px 0px;
}

.green_button_cap_left{
	float: left;
	height: 30px;
	width: 30px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/button-gruen-links-trans.png',
	sizingMethod='image');
}
html>body .green_button_cap_left { 
 	background: transparent url('../img/button-gruen-links-trans.png') no-repeat top left;
}

.green_button_content{ /* overwritten by ie.css */
	float: left;
	height: 27px;
	padding: 3px 0px 0px 0px;
	width: 159px;
	background: transparent url('../img/button-gruen-mitte.png') repeat-x top left;	
}

.green_button_cap_right{
	float: left;
	height: 30px;
	width: 10px;
	
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/converia/img/button-gruen-rechts-trans.png',
	sizingMethod='image');
}
html>body .green_button_cap_right { 
 	background: transparent url('../img/button-gruen-rechts-trans.png') no-repeat top right;
}

.footer{ /* overwritten by ie.css */
	background: transparent url('../img/footer-bg.png') no-repeat top right;
	width: 910px;
	height: 30px;
	line-height: 30px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	float: left;
	text-align: center;
}

.footer img{
	behavior: url(iepngfix.htc);
	margin: 0px 5px 0px 0px;
}




/*
	Textseite
*/

.connector{
	float: left;
	position: relative;
	width: 910px;
	height: 70px;
	z-index: 1;
	background: transparent url('../img/subnavi-verbinder.png') no-repeat bottom left;
}

.content_wrapper{
	float: left;
	width: 910px;
}

.subnav_content_left{
	float: left;
	width: 690px;
	background: transparent url('../img/margin_bg.gif') repeat-y top left;
	position: relative;
	z-index: 1;
}

.marginalie_left{
	float: left;
	width: 210px;	
}

.sub_nav{
	float: left;
	padding: 0px 0px 10px 0px;
}

.subnav_content_left .subnav_cap_bottom{
	float: left;
	width: 210px;
	height: 10px;
	background: transparent url('../img/subnavi-fuss.png') no-repeat top left;
	line-height: 0px;
	font-size: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 5;
}

.subnav_content_left img#subnav_img{
	float: left;
	position: absolute;
	left: 0px;
	bottom: 10px;
	z-index: 5;
	
	/*vorerst ausblenden*/
	display: none;
}

.content{
	float: left;
	width: 440px;
	min-height: 440px;
	padding: 0px 20px;	
}



.marginalie_right{
	float: right;
	width: 220px;
}

.margin_box_green{
	float: left;
	width: 220px;
	margin: 0px 0px 20px 0px;
}

.margin_box_green .cap_top{
	float: left;
	height: 10px;
	width: 220px;
	line-height: 0px;
	font-size: 0px;
	background: transparent url('../img/teaser-hellgruen-kopf.png') no-repeat top left;
}

.margin_box_green .margin_box_content{
	float: left;
	width: 200px;
	background-color: #E2F1BF;
	padding: 0px 10px;
}

.margin_box_green .cap_bottom{
	float: left;
	height: 10px;
	width: 220px;
	line-height: 0px;
	font-size: 0px;
	background: transparent url('../img/teaser-hellgruen-fuss.png') no-repeat top left;
}

.margin_box_blue{
	float: left;
	width: 220px;
	margin: 0px 0px 20px 0px;
}

.margin_box_blue .cap_top{
	float: left;
	height: 10px;
	width: 220px;
	line-height: 0px;
	font-size: 0px;
	background: transparent url('../img/teaser-hellblau-kopf.png') no-repeat top left;
}

.margin_box_blue .margin_box_content{
	float: left;
	width: 200px;
	background-color: #BFE2FF;
	padding: 0px 10px;
}

.margin_box_blue .cap_bottom{
	float: left;
	height: 10px;
	width: 220px;
	line-height: 0px;
	font-size: 0px;
	background: transparent url('../img/teaser-hellblau-fuss.png') no-repeat top left;
}

.margin_box_content .green_button{
	margin: 5px 0px 0px 0px;
}

.margin_box_content img{
	border: none;
	padding: 0px 10px 0px 0px;
	
}

/*
	Übersicht
*/

.connector_2_col{
	background-image: none;
	background-color: #EEEEEF;
	height: 50px;
}

.subnav_content_2_col{
	width: 910px;
}

.subnav_content_2_col .marginalie_left{
	padding: 20px 0px 0px 0px;
}

.subnav_content_2_overview .marginalie_left{
	padding: 0px 0px 0px 0px;
}

.content_2_col{
	width: 700px;
	float:right;
	padding: 0px 0px 0px 0px;
}

.content_2_col_2{ 
	width: 680px;
	float:right;
	padding: 0px 0px 0px 20px;
}

.overview_head{
	padding: 13px 0px 17px 20px;
	height: 150px;
	width: 680px;
	background: transparent url('../img/subportal.png') no-repeat top left;
}

.teaser_wrapper{ /* overwritten by ie.css */
	float: left;
	padding: 0px 0px 0px 10px;
	width: 690px;
}

.ae_content_teaser{ 
	width: 370px;
	float: left;
	color: #000000;
}

.ae_content_detail{
	color: #000000;
}

.content_2_col .teaser_box{
	margin: 0px 0px 20px 10px;
}

/*
	Konfigurator
*/

.connector_configuration{
/*	background: transparent url('../img/konfig-navi-bg.png') no-repeat bottom left;
	height: 100px;
	width: 910px;
	*/
	
	height: 0px;
	
}

.config_progress{
	
	height: 30px;
	padding: 50px 0px 0px 0px;
	width: 462px;
	margin: 0px auto;
}

.config_progress .progress_cap_left{
	float: left;
	height: 30px;
	width: 10px;	
	background: transparent url('../img/konfig-fortschritt-grau-links-trans.png') no-repeat top left;
}
.config_progress .progress_cap_left_active{
	background: transparent url('../img/konfig-fortschritt-blau-links-trans.png') no-repeat top left;
	float: left;
	height: 30px;
	width: 10px;	
}

.config_progress .progress_cap_right{
	float: left;
	height: 30px;
	width: 10px;
	background: transparent url('../img/konfig-fortschritt-grau-rechts-trans.png') no-repeat top left;
}
.config_progress .progress_cap_right_active{
	background: transparent url('../img/konfig-fortschritt-blau-rechts-trans.png') no-repeat top left;
	float: left;
	height: 30px;
	width: 10px;	
}

.config_progress .progress_step, .config_progress .progress_step_active, .config_progress .progress_step_past{
	float: left;
	height: 30px;
	width: 162px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#progress_step_4{
	width: 164px;
}

.config_progress .progress_step{
	background: transparent url('../img/konfig-fortschritt-grau-mitte.png') repeat-x top left;
}
.config_progress .progress_step_active{
	background: transparent url('../img/konfig-fortschritt-blau-mitte.png') repeat-x top left;
}
.config_progress .progress_step_past{
	background: transparent url('../img/konfig-fortschritt-grau-mitte.png') repeat-x top left;
	color: #888888;
	cursor: pointer;
}

.config_progress .progress_step_past form, .config_progress .progress_step_past form button{
	cursor: pointer;
}

.config_progress .progress_divider, .config_progress .progress_divider_active, .config_progress .progress_divider_past{
	float: left;
	height: 30px;
	width: 14px;
}
.config_progress .progress_divider{	
	background: transparent url('../img/konfig-fortschritt-grau-grau.png') no-repeat top left;
}
.config_progress .progress_divider_active{
	background: transparent url('../img/konfig-fortschritt-blau-grau.png') no-repeat top left;
}
.config_progress .progress_divider_past{
	background: transparent url('../img/konfig-fortschritt-grau-blau.png') no-repeat top left;
}










.konfiguration_wrapper{
	float: left;
	width: 910px;
	background: transparent url('../img/konfig-navi-bg.png') no-repeat top left;
	position: relative;
	
	z-index: 0;
	margin: 40px 0px 0px 0px;
	
	
}

.content_configuration{
	width: 910px;
	padding: 0px;
	float: left;
	background: transparent url('../img/config_bg.gif') repeat-y top right;
}

.content_configuration .accordion_element{ 
	background: transparent url('../img/modul-bg-offen.png') no-repeat bottom left;
	width: 450px;
	
	margin: 0px 0px 10px 0px;
}

.content_configuration .accordion_element .cap_bottom{ 
	background: transparent url('../img/modul-bg-offen-fuss.png') no-repeat bottom left;
	width: 450px;
}

.content_configuration .ae_content_teaser{
	width: 300px;
}

.configuration_headline{
	width: 440px;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.configuration_left{
	background-color: #FFFFFF;
	float: left;
	width: 460px;
}

.configuration_right{
	float: left;
	width: 430px;
	padding: 0px 10px;
}

.configuration_right #accordion{
	width: 430px;

}

.field_err{
	background: transparent url('../img/error_icon.png') no-repeat 410px 0px !important;
}

.field_err input{
	border: 1px solid #D2006E!important;
	-webkit-box-shadow: #D2006E 0px 0px 5px;
	-moz-box-shadow: #D2006E 0px 0px 5px;
	-khtml-box-shadow: #D2006E 0px 0px 5px;
	box-shadow: #D2006E 0px 0px 5px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin-bottom: 5px!important;
}


.field_err .cap_bottom, .edit_input .cap_bottom{
	background-image: none !important;
	background-color: transparent !important;
}

.konfiguration_wrapper .edit_input{
	border-left:2px dashed #FF8C28;
	border-right:2px dashed #FF8C28;
	background-image: none !important;
	background-color: transparent !important;
	float: left;
}

/* Konfigurator neu */


#config_converia_version_overview{
	float: left;
	height: 170px;
	width: 440px;
	margin: 20px 10px 0px 10px;
	background: transparent url('../img/Versionen.png') no-repeat top left;
}

.configuration_left h3{
	padding: 14px 0px 5px 10px;
	color: #000;
	clear: both;
}

.event_wrapper h2.headlinelabel_without{
	font-size: 14px;
	line-height: 20px;
	margin: 4px 0px 0px 0px;
}

.event_wrapper .ae_content_teaser{
	width: 400px;
	padding: 10px 0px 0px 0px;
}

.event_wrapper .spacer{
	display: none;
}

.content_configuration .text_wrapper{
	padding-top: 16px!important;
} 

.your_version{
	float: left;
	width: 440px;
	padding: 0px 10px;
	margin: 0px 0px 22px 0px;
	position: relative;
}

.your_version h2{
	margin: 0px 0px 17px 0px;
}

.your_version img{
	padding: 4px 20px 0px 0px;
}

.version_description{
	float: left;
	width: 250px;	
}

.your_version_form_wrapper .version_description ul{
	padding: 0px 0px 0px 0px;
}

.version_description .to_do{
	position: absolute;
	bottom: -2px;
	left: 200px;
	width: 250px;
}

.version_description .green_button,
.configuration_right .green_button{
	display: block;
	border: 0px;
	float: left;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	width: auto;
	cursor: pointer;
	background-color: transparent;
}


*+html .version_description .green_button { width: 250px!important; /* something for IE7 */ }
*+html .configuration_right .green_button { width: 250px!important; /* something for IE7 */ }

.version_description .green_button .green_button_content,
.configuration_right .green_button .green_button_content{
	color: #FFF;
	font-size: 18px;
	height: 27px;
	width: auto;
	padding: 3px 0px 0px 0px;
}
*+html .version_description .green_button .green_button_content { width: 210px!important; /* something for IE7 */ }
*+html .configuration_right .green_button .green_button_content { width: 210px!important; /* something for IE7 */ }

.your_version_form_wrapper ul{
	padding: 0px 0px 0px 10px;
}

.your_version_form_wrapper p{
	margin: 0px 10px 10px 10px;
}

.your_version_form_wrapper h3{
	padding: 10px 0px 5px 10px;
}

.blue{
	color: #008CFF!important;
}

.green_star{
	display: inline;
	color: #8CC800;
}

button:focus{
	outline: none;
}

.final_contact{
	float: left;
	width: 440px;
	padding: 0px 10px;
	position: relative;
}

.configuration_left p{
	margin-left: 10px;
}

.final_contact img{
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: #D0D0D0 0px 0px 5px;
	-moz-box-shadow: #D0D0D0 0px 0px 5px;
	-khtml-box-shadow: #D0D0D0 0px 0px 5px;
	box-shadow: #D0D0D0 0px 0px 5px;
	
	margin: 4px 20px 0px 0px;
	padding: 0px;
}

.final_contact .contact_info{
	position: absolute;
	bottom: 47px;
	left: 200px;
	width: 230px;
	
	
}

.final_contact .cta_tel{
	position: absolute;
	bottom: 1px;
	left: 200px;
	width: 230px;
	height: 28px;
	padding: 2px 10px 0px 10px;
	background-color: #8CC800;
}

.final_contact .cta_tel h2{
	font-size: 18px;
	height: 30px;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #FFF;
}

.final_contact .contact_info p{
	margin: 0px;	
}

.configuration_right h3{
	margin: 0px 0px 20px 0px;
	color: #000;
}

.optional_fields{
	float: left;
	padding: 0px 0px 0px 0px;
}

.optional_fields .accordion_element,
.optional_fields .cap_bottom{
	background-image: none!important;
	background-color: transparent!important;
}

.final_contact a:link, .final_contact a:visited{
	border: 0px;
}


