/* XPages Application CSS */
/* 
    Document   : form.css
    Created on : 05.11.2010, 16:41:30
    Author     : patrickdeden
    
    
 Anpassungen 06.12.2010 Lange/Friedrichs/Kapell
    
 2.2.2011 margin bei h1 ersetzt durch padding weil sonst rechter Scrollbalken!

 25.07.2013 - Übernahme des neuen Designs der Unternehmens-Webseite
    
    
*/

/* Basics */
* {
    padding: 0;
    margin: 0;
    color: #505E6B;
}

body {
    /*color: #333;*/
    	color: #505E6B;
    font-size: 12px;
    font-family: verdana;
}

h1 {
	
	font-size: 22px;
	margin-bottom: 18px;
	line-height: 28px;
	color: #006ab3;
	font-weight: normal;
	
    /*ALT:
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top:10px;
    font-weight: bold;*/
}

h2 {
	
	font-size: 14px;
margin-bottom: 6px;
line-height: 18px;
color: #006ab3;
font-weight: normal;

	
    /*
    ALT
    font-size: 1.083em;
    margin-bottom: 5px;
    margin-top:10px;
    */
}

h3 {
    
    font-size: 12px;
	margin-bottom: 4px;
	/*font-weight: normal;*/
    
}

p {
     font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    
    color: #505E6B;
    font-family: Verdana;
}

.clearer {
    margin: 0;
    padding: 0;
    clear: both;
}

a {
    text-decoration: none;
    color: #1f4d90;
}

a:hover {
    text-decoration: underline;
}

a.neu {
	color: #FF0000;
}

a.neu:after { 
	content: url(neu.jpg);	
}

#formContainer ul {
	list-style: none outside none;
    margin-bottom: 13px;
     padding: 0;
     font-size: 12px;
    line-height: 18px;
    color: #505E6B;
}


#formContainer ul.infolist {
		list-style: none;
		margin-bottom: 13px;
	}

#formContainer ul.infolist li {
		padding-left: 20px;
	background: url(forms_2013_bullet.jpg) no-repeat 8px 6px;
	margin-bottom: 8px;
}



#formContainer {
    width: 590px;
    height: auto;
    
}

#formContainerInner {
    padding-left: 0px;
}

#formFooter {
    clear: both;
    text-align: right;
}

input, select, textarea {
    font-size: 12px;
    padding: 2px;
    font-family: verdana;
}

select {
    /*width: 187px;*/
    margin-bottom: 0 !important;
    margin-bottom: 2px; /* IE6-Hack */
    padding: 1px;
}


/* IE 7+ Hack */
* + html select  {
    margin-bottom: 4px !important;
    width: 97%;
}

/* IE 7+ Hack */
* + html .chooseOuter label, * + html .bigForm .chooseOuter label {
    margin-top: 3px;
}

/*********************************************************************/
/* Ergänzungen ROLAND */

#formContainer * {
	font-family: verdana, Geneva, Arial, sans-serif;
}
/*Verwendung von Buttons zur Steuerung*/
button.submit {
	background: url(orangeButtonSmall.png) no-repeat left;
    color: #fff;
	padding: 0px 10px 0px 10px; 
	margin:0px 2px 0px 2px;
    border-width: 0px;   
}
button.reset {
    background: url(blueButtonSmall.png) no-repeat left;
    color: #1e4d90;
    padding: 0px 10px 0px 10px;
    margin:0px 2px 0px 2px;
    border-width: 0px;
    cursor:pointer;
}
/*aktuell noch nicht verwendet
button.submitBig {
    background: url(buttonOrange.gif) no-repeat right;
    color: #fff;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 25px;
	height: 30px;
}	
*/
/*------------------------------Fehler und sonstige Text-Styles ----------------------*/
.rrinfotext { /*für kleine Hinweise im Formular */
	font-size: 11px;
	margin: 2px 0px 20px 0px;
	color: #505E6B;
}
.moderation {
	/*margin: 0px 0px 5px 0px;*/
	/*padding-bottom: 5px;*/
	 font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #505E6B;
    font-family: Verdana;
}

.Block{ /*Um Abstand sicherzustellen vor H2 sicherzustellen (2013)*/
	margin-bottom:20px;
	}

.h2AbstandOben{
	margin-top:20px;
	}

.AenderungsFlags{ /*Bei Vertrag Aendern*/
	margin-bottom:20px;
	width:600px;
	}

.tbdatendisplay{
	margin-bottom:20px;
	}

.fmrechts {  /* gleiche Zeile rechts neben Feld */
	color: red;
	margin-left: 10px;
	font-size: 12px;
}
.fmunten {/* Zeile unter Feld */
	color: red;
	margin-top: 2px;
	font-size: 12px;
	margin-bottom: 10px;
	display: inline-block; 
}
/*----- Anzeige Tabellenzellen (egal, ob Fehlertext darunter oder nicht)*/   
#formContainer td {
		vertical-align: top;
}
.tbzweiSpalten td {
	width: 295px;
}
.tbzweiSpalten .tdmitte {
	width: 11px;
	}
.tbzweiSpalten .xspInputFieldEditBox{
	width: 97%;
}

.tbzweiSpalten .xspComboBox{
	width: 99%;
	}

.tbeineSpalte td {
	width: 590px;
}
.tbeineSpalte .xspInputFieldEditBox {
	width: 98.5%;
}
.tbeineSpalte .xspInputFieldTextArea {
	width: 100%;
}
/*------------------Daten-Anzeige Summary-Seite ---------------*/
/*Benenne Tabelle mit Style tbdatendisplay und Zellen tdlinks bzw. tdrechts */
.tbdatendisplay .tdlinks {
	width: 150px;
			}
	.tbdatendisplay .tdrechts {
	width: 450px;
	}	
		
.tbdatendisplay .tdrechts .xspTextComputedField{ /*Spalteninhalt Daten fett */
		font-weight:bold;
		}
/* ActionLink in Orange - z.B <Beitrag berechnen>*/
#formContainer .actionLink {
	color: #ED8F09;
	text-decoration: underline;
	font-weight:bold;
		}
/*----Sonderdinge 1malig aber Klasse weil id von Domino dynamisch vergeben wird ----*/
.tbProduktauswahl td{
	padding: 0px 5px 10px 0px;
		}
.tbnavigation tr{
		height: 60 px;
		}
.tbnavigation td{
	width: 210px;
	background: #7698c6;
	color: white;
	padding: 3px 0px 3px 5px;
	border-collapse: collapse;
	border-right: 12px solid;
	border-color: white; /*transparent evt. besser - aber nicht für firefox */
	}
		
.tbnavigation .tdaktuelleSeite {
	background: #1f4d90;
		}
.tbnavi3seiten	 td {
	width: 210px;
	}
.tbnavi4seiten	 td {
	width: 157px;
	}
.tbnavigation .Vermittler{
	background: #F9CE86;
}
.tbnavigation .VermittlerAktiv{
	background: #F4A418;
}
#formContainer .beitrag {
	font-weight:bold;
	}
.tooltipHellblau {
	width:400px;
	background-color:#E3EAF4;
	padding:10px;
}	

/* --- Lob und Kritik ....   #formContainer #lobkritik     --**/
#formContainer .mainTable{
	width:610px;
}

#formContainer .mainTable .tdLinks{
	width:300px;
}

#formContainer .mainTable .tdRechts{
	width:300px;	
}

#formContainer .mainTable .tdMitte{
	width:10px;
}

#formContainer .xspInputFieldEditBox{
	width:100%;
}

#formContainer .snrvnrinput{
	width:auto;	
	/*background: #ffffff url(./images/validationInputBg.gif) repeat-x scroll left top;*/
	
	border: 1px solid #b3b3b3;
	line-height: 1.5em;
	margin: 0em 0.1em;
	overflow: hidden;
	position: relative;
	height: 1.25em;
	
}
#formContainer .fragenBox{
	
	height:150px;
	width:100%;
	resize:vertical;
}



#formContainer .lobkritikThema{
width:49%;
margin-bottom:20px !important;
}

#formContainer .SNR_VNR_Trenner{
	width:6px;
	
	}
/*
#formContainer tr{
	height:30px;
	
	}	
*/
.Printtable span{
font-size:16px;
}

.Print_checkbox{
color: #000000;
}

#formContainer {
width: 600px;
padding: 15px 10px 15px 10px;
border-width: 10px 5px 10px 0px;
border-color: #F2F7FA; 
border-left-style:solid;
}

#formContainer #formContainerInner .logo_single_Div_third{
		float:left;
		width:33%;
	}

#logolinks {
	margin-left:auto; margin-right:0;
	Float:left;
}

#formContainerInner #logolinks .HeaderLogoErsatz{
	/*Keine Logo-Anzeige von BMW*/
	font-size: 2em !important;
	color: #0B74BC !important;
	font-weight: bold !important;
	display: block !important;
	margin: 10px !important;
	
	}

#formContainerInner ul{
	list-style: none outside none;
    margin-bottom: 13px;
    margin-left:10px;
	}	
	
#formContainerInner ul li {
    background: url("/media/rolandcss/img/bullet.png") no-repeat scroll 8px 6px transparent;
    margin-bottom: 8px;
    padding-left: 20px;
}

#formContainerInner  strong {
    color: #006AB3;
    font-weight: bold;
}
#logorechts {
	margin-left:auto; margin-right:5px;
	Float:right;
	
}
#formContainerInner {
	clear:both;
}

ul {
	margin-left: 	30px;
}

li {
	line-height: 	1.5em;
}

.tdSpace {
	width:			20px;
}

#formContainerInner{
	/*width: 590px;*/
}
button.weiter{
	background: url(orangeButtonSmall.png) no-repeat left;
color: #fff;
padding-left:20px;
padding-right:20px;
margin: 0px 4px 0px 4px;
border-width: 0px;
font-size: 15px;
cursor:pointer;
}
 
tr {
   vertical-align:top;
}

.tdCheckbox_links{
	width:7px !important;
}



.tableSummaryCheck{	
	border-spacing: 5px;
	width: 100%;
	}

.EintragVRDokument{
	line-height:2em;
	}
	
.EintragVRDokument a{
	color="rgb(112, 159, 228)";
	text-decoration: underline;
	
	}
	
	
.panelZustimmungen{	
	border-color:rgb(0,0,0);
	border-style:solid;
	border-width:1px;	
	
}
.panelZustimmungen .zustimmungenUeberschrift{
	font-weight: bold;
		
}
	


#formContainer .styleHidden{
	display:none;
}

/*
#formContainer div.dijitTextBox{
	width:93%;
}*/

#formContainer div.dijitTextBox .dijitReset{
	/*line-height:1.75em;*/
	height:1.75em;
}

#formContainer div.dijitTextBox .dijitPlaceHolder {
	line-height:1;
	margin-left: 2px;
	margin-top: 3px;
}

#formContainer .HinweisFGNr{
	font-size: 0.9em;
	margin-right: 15px;
	}
	
.VermittlerButton {
	font-size: 100%;
	background:#F9CE86;
	color: #FFFFFF;
	border: 0 none;
}

.checkBox {
	border-style:none;
	
}

.checkBox td{
padding-right:10px;
}
.Printtable span{
font-size:16px;
}
.Printtable td{
	padding-top:20px;
	
	}

.xspComboBox {
    padding-left: 5px;
        padding-right: 10px;
}
	
#tableDeckungsbeginn{
	width:100%;
}

.tbnavigation {
		width:100%
		}

	
 #formContainer .tbzweiSpalten td {    
    padding: 2px 0;    
}

.rTable{
	width:100%;
}

.rTableBody{
	width:100%;
}

.rTableRow{
	width:100%;
	display: inline-flex;
}

.rTableCellLeft{
	width:45%;
}

.rTableMiddle{
	float:right;	
}

.rTableRight{
	width:45%;
	float:right;
}

.clearFloat{
	
	clear:both;
}

#div_Anmoderation td{
		padding-top: 8px;
	}

#div_Anmoderation .xspComboBox{
		padding:4px;
		width:252px;
	}
	
#div_Anmoderation .xspInputFieldEditBox{
		padding:4px;
		width:242px;
		height: 1.4em;
	}


#div_pdaten .xspComboBox{
	padding:4px;
	width: 99.5%;
	}
	
#div_pdaten .xspInputFieldEditBox{
	padding:4px;
	height: 1.4em;
	width: 96%;
	}
	
#div_pdaten .inputHausnummer{	
	width: 88%;
}	

#div_pdaten .inputPLZ{	
	width: 93.5%;
}


#div_pdaten .dijitSelect, #div_pdaten .dijitTextBox {
    margin-top: 2px;
    padding: 0.1em;
    width: 98%;
}

.tableBank{
	width:100%;
	}

.tableBank td{
	width: 295px;
	/*width:45%;*/	
    padding: 2px 0;
	}
	
.tableBank td.tdmitte{
	width:2%;	
    padding: 2px 0;
	}
	
	#div_tab_bank .xspInputFieldEditBox{
	padding:4px;
	height: 1.4em;
	width: 96%;
	}
	
	#div_tab_bank .xspComboBox{
	padding:4px;
	width: 99.5%;
	}

