
/* CSS für Prämienrechner */


/* normale Content-Elemente anpassen */
a, input { outline:  none; }
.clearer { clear: both; }

#wrapper
{
	background-image: none;
}
#inhalt
{
	position: relative;
	float: left;
	width: 655px;
	margin: 28px 0px 0px 35px;
}
#seitenfuss div.seitenfusscontent
{
	width: auto;
}
iframe
{
	width: 100%;
	height: 370px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Styles für Prämienrechner */
#inhalt #pr { font-size: 11px; float: left; width: 100%; }
#inhalt #pr p.bodytext { font-size: 11px; }
#inhalt #pr td { font-size: 11px; }
#inhalt #pr h2 { font-size: 11px; }
#inhalt #pr form table tr td { padding-left: 2px; padding-right: 2px; }

/* Styles input und select Felder */
#inhalt #pr input { background-color: #fff; border: 1px solid gray; font-size: 11px; }
#inhalt #pr input.pr_out { background-color: #ffcccc; }
#inhalt #pr input.number { text-align: right; }
#inhalt #pr select { font-size: 11px; }
#inhalt #pr textarea.pr_out { background-color: #ffcccc; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif}


/* cusror Help */
#inhalt #pr a.help
{
	cursor: help;
	text-decoration: none;
	background: #F3F3F3 url(/fileadmin/templates/bilder/help.gif) top right no-repeat;
	padding: 2px 16px 2px 0;
	line-height: 200%; height: 25px;
	/*border: 1px solid black;*/
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Gestaltung der Auswahlknöpfe (Basisdaten, Fabrikation unsw */

#inhalt #pr .pr-auswahl {  }

#inhalt #pr .pr-auswahl .pr-auswahl-feld { 	margin: 0 0 12px 0; }

#inhalt #pr .pr-auswahl .pr-auswahl-feld a
{
	display: block;
	width: 120px; width: auto;
	height: 24px; height: auto;
	padding: 3px 8px 4px 22px;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	background: #a7a7a7 url(/fileadmin/templates/bilder/pr_plus.gif) 5px 4px no-repeat;
}
* html #inhalt #pr .pr-auswahl .pr-auswahl-feld a { width: 100%; }

/* Gestaltung der Inhaltsfelder */
#basisdaten-div, #fabrikation-div, #lieferanten-div, #akkreditiv-div, #bonds-div, #resultate-div, #iteration-div
{
	border: 1px solid #ccc;
	display: none;
	margin: -12px 0 12px 0;
	padding: 12px;
}

td.bodytext {
	font-size: 75%;
	line-height: 140%;
	margin-bottom: 10px;
}

a.helptext
{
	color: #9F141A;
	cursor: help;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Gestaltung für Printversion */


@media print {
	.clearer { display: none; }
	html, body, #wrapper, #content { width: 480pt; font-size: 12px; /*border: 1px solid green;*/ }
	#inhalt { font-size: 11px; }
	#inhalt { float: none; width: 500pt; margin: 10pt 0px 0px 15pt;}
	#inhalt #pr { font-size: 11px; width: 500pt; /*border: 1px solid black;*/ }
	#inhalt #pr p.bodytext { font-size: 11px; }
	#inhalt #pr td { font-size: 11px; }
	#inhalt #pr h2 { font-size: 11px; }
	#inhalt #pr input { font-size: 11px; }
	#inhalt #pr select { font-size: 11px; }
	#inhalt #pr .pr-auswahl .pr-auswahl-feld a { font-size: 11px; }
	iframe { width: 500pt; }
	#seitenkopfprint { display: none; }
	#seitenkopfbild { display: none; }
	#seitenfuss-print { display: none; }
}




































