/* Formulardefinitionen
*******************************************************************************/

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

.form legend { display:none; }

div.form {
	padding:0px;
	margin:0;
	background: #E5E5E5 url("../images/verlauf-form.jpg") repeat-y;
}

p.hint { clear:both; width: 100%; }

div.error {
	font-weight:bold;
	color:red;
	background-color:white;
}

.form fieldset {
	margin: 0;
	padding: 0 10px 1em 10px;
	border: none;
	border-color:white;
	border-bottom:10px solid #E5E5E5;
}

.form .pl10px { padding-left:11px; }

.form legend {
	font-size:110%;
	font-weight:bold;
	color:black;
	padding: 10px 0 2px 0;
	margin: 0 0 10px 0;
}

.form legend.show { display:block; }
.form .last { padding-bottom:2em; }

.form p {
	margin:0;
	padding-bottom:1em;
	font-size:1em;
}

.form h2 { padding:0 0 1em 0; }

.form h3 {
	clear:both;
	padding:5px 10px;
	background-color:#DFDDDD;
	margin: 0 -10px 10px -10px;
	border-bottom:1px solid #ccc;
}
	
.form h3.invers {
	background-color:#00628D;
	color:white;
}

.formtext, .formtextarea, .formselect {
	display:block;
	float:left;
	padding-bottom: 3px;
}

.formcheckbox {
	display:block;
	float:left;
	padding-bottom: 3px;
}

.form .more {
	padding-top: 1em;
	padding-bottom: .4em;
}

.form label {
	display:block;
	padding:0;
	margin-bottom: -2px;
}

.form label.checkbox {
	padding-top:0 !important;
	padding-top:3px;
	padding-left:5px;
	border-right:none;
}

.form label.radio { margin-left:2em; }

.form input, 
.form select, 
.form textarea {
	border:1px solid #BDBDBD;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	margin:2px;
	font-size:1em;
}

.form .flNone {
	float:none;
	margin:0;
	padding:2px;
}

.form select.selectshort {
	width:100px;
}

.form select option, .form selectshort option {
	padding: 0 0 1px 2px;
} 

.form input:focus, .form input:hover,
.form selectshort:focus, .form selectshort:hover, 
.form select:focus, .form select:hover, 
.form textarea:focus, .form textarea:focus {
 	border: 1px solid #000;
}

input.radio, input.radio:hover, input.radio:focus { border:none; }

.form .wfull { width:100%; }
input[readonly] { background-color: #ECF5FE; }
.form input.text { width:380px; height:1.4em; padding: 0 2px; }
.form input.kurz { width:100px; height:1.4em; padding: 0 2px; }
.form select.select { width:387px; }
.form textarea.textarea { width:380px; height:100px; padding:2px; }
.form input.int { width:2em; }

.form input.checkbox {
	width:25px;
	padding:0;
	border:none;
	margin-top:4px;
}

.form label.untereinander {
	float:right;
	display:block;
	width:200px;
}

.form input.untereinander {
	width:50px;
	padding:0;
	border:none;
	margin-top:2px;
}

.form input.checkboxinner {
	width:30px;
	padding:0;
	margin:0 0 0 123px;
	border:none;
}

.form input.submit { 
	float:left;
	margin:1em 1em 1em 0;
	padding:2px 5px;
	width:120px;
	background-color:#FA931C;
	color:#fff;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

.form input.bold { 
	font-weight:bold;
}

.form input.delete { /* loeschen-Icon */
	float:right;
	width:80px;
	height:25px;
	border:none;
	color:white;
	background:transparent url(../images/delete2.gif) no-repeat top left;
	cursor:pointer;
}

.form input.submit:hover { 
	background-color:#00AEEF;
	color:#fff;
}








/*	Tab Navigation ************************************************************/
div.com-tab { margin-bottom: 1em; }
div.com-tab-navi ul { margin:0px; }
#preamble div.com-tab-navi ul { padding:0; }
div.com-tab-navi li {
	display: block;
	float: left;
	padding-right: 22px;
	background-image: url(../images/bg_tab_navi.gif);
	background-position: 100% 0px;
}
div.com-tab-navi li.active,
div.com-tab-navi li.tab-frst-active {
	background-position: 100% -100px;
	color:white;
}
div.com-tab-navi li.active-nxt {
	background-position: 100% -400px;
}
div.com-tab-navi li.tab-lst {
	background-position: 100% -200px;
}
div.com-tab-navi li.tab-lst-active,
div.com-tab-navi li.tab-aln {
	background-position: 100% -300px;
}
div.com-tab-navi li a {
	display: block;
	padding: 4px 0 2px 0;
	color: #4D7F7F;
}
div.com-tab-navi li.tab-frst a,
div.com-tab-navi li.tab-frst-active a,
div.com-tab-navi li.tab-aln a {
	padding-left: 8px;
	background-image: url(../images/bg_tab_navi.gif);
	background-position: 0px -500px;
}
div.com-tab-navi li.tab-frst-active a,
div.com-tab-navi li.tab-aln a {
	background-position: 0px -600px;
}
div.com-tab-navi li.active a,
div.com-tab-navi li.tab-frst-active a,
div.com-tab-navi li.tab-lst-active a,
div.com-tab-navi li.tab-aln a {
	color: #0CAEDF;
}

#preamble div.com-tab-navi a:hover { 
	border-bottom:0px solid black; 
}

.form fieldset.nopaddingbottom { 
	padding-bottom:0; 
	border-bottom:0px solid #E5E5E5;
}
.innerCheckbox { margin-left:30px; margin-top:10px; }
.innerCheckbox .formcheckbox { float:none; }
