﻿/*************************************/
/* Allgemeines CSS fuer das Mailform */
/*************************************/
div.mailformplus_anfrage h2 { font-size: 16px; margin: 0 0 10px 0; }
div.header { font-weight: bold; }

#step1,
#step3,
#step5 {
	width: 350px;	
}

#step1,
#step2,
#step3,
#step4 {
	float: left;	
	margin: 0 0 10px 0;
}

#step5 {
	float: left;
	width: 700px;	
}

#step5-col1,
#step5-col2 {
	float: left;
	width: 350px;
}

.col1,
.col2,
.col3 {
	float: left;
	width: 105px;
	margin: 0 0 5px 0;
}

.pupillendistanz-label {
	float: left;
	width: 105px;
}

#gesamtpreis {
	font-size: 20px;
	font-weight: bold;
}

#sonnenglaeser-option,
#transition-option,
#einschleifservice-option {
	margin: 5px 0 5px 0;	
}

#nahwert-addition,
#addition-nahwert {
	padding: 0 0 0 105px;	
}

#glastyp-option { display: none; margin: 5px 0 0 0; }
#sonnenglaeser-option { display: none; }
#transition-option { display: none; }
#einschleifservice-option { display: none; }
#txtferne { display: none; }
#nahwert { display: none; }
#addition { display: none; }
#nahwert-addition { display: none; }
#addition-nahwert { display: none; }
#inklusiv { margin: 5px 0 0 7px; }

div.mailformplus_anfrage select { border: 1px solid black; }
div.option { float: left; width: 60px;}
input.pupillendistanz { width: 30px; border: 1px solid black; }
input.gesamtpreis { border: 0; font-size: 30px; font-weight: bold; background-color: transparent; text-decoration: none; width: 200px;}
input.anfrage { width: 240px; border: 1px solid black; }
input[type=radio] { vertical-align:text-bottom; }
textarea.bemerkung { width: 240px; border: 1px solid black; } 
input.btn_absenden { margin: 0 0 0 80px; width: 242px;}
span.small { font-size: 10px; } 

label { display: block; float: left; width: 80px; }


.col2 select,
.col3 select  { 
	width: 75px; 
}

div.option-label {
	float: left;
	width: 50px;	
}

div.option-label-big {
	float: left;
	width: 60px;	
}

div.linie {
	margin: 0 0 5px 0;	
}

/*************/
/* Clear-Div */
/*************/
.clear{
	clear: both;
	font-size: 1pt;
}

span.required{
	color: #FF0000;
}



