/* --------------------------------------------------------------- */
/*                                                                 */
/*    FORMS CSS-DATEI                                              */
/*    Diplomarbeit NiedermannDruck AG                              */
/*    MMP06-09                                                     */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- HTML TAGS  ------------------------------------------------ */
/* --------------------------------------------------------------- */

input,
textarea {	
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B2B2B2;
	background-color: #E5E5E5;
	padding:2px;
	margin:2px;
}

input[type = "submit"],
input[type = "button"],
input[type = "password"],
input[type = "reset"] {
	border: 1px solid #B2B2B2;
	background-color: #E5E5E5;
	padding: 2px 2px;
	width:172px;
}

input[type = "radio"],
input[type = "checkbox"] {
	background: none;
	border: none;
	width:10px;
}

input:hover,
select:hover,
textarea:hover {
	background-color: #CCCCCC;
}

input:focus,
select:focus,
textarea:focus {
	background-color: #FFFFFF;
}

select {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #F2F2F2;
	padding: 1px;
	width:176px;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

/* --------------------------------------------------------------- */
/* --- VISUELLE UNTERSTÜTZUNG  ----------------------------------- */
/* --------------------------------------------------------------- */

label,
select,
input[type = "checkbox"],
input[type = "radio"], 
input[type = "button"],
input[type = "submit"] {
	cursor: pointer;
}

/* --------------------------------------------------------------- */
/* --- EIGENE KLASSEN  ------------------------------------------- */
/* --------------------------------------------------------------- */
.formTitle {
	font-weight:bold;
	width:700px;
}

.input_klein {
	width:70px;
}

.input_gross {
	width:172px;
}

#submit_klein {
	width:110px;
}

#input_fachwort {
	width:105px;
}

.formRequired {
	color: #FF0000;
}

.formLabel {
	line-height:2em;
}

.formRadio {
	background: none;
	border: none;
}

.formError {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #FF6600;
	background-color: #FFD1A4;
}

.formError ul {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
}

.formError ul li {
	background-image: url(../images/icons/list_error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.tab_spalte1 {
	width: 130px;
}

.tab_spalte2 {
	width: 429px;
} 

.tab_25 {
	width:25px;
}

.tab_35 {
	width: 35px;
}

.tab_40 {
	width:40px;
}

.tab_50 {
	width:50px;
}

.tab_75 {
	width:75px;
}

.tab_106 {
	width:106px;
}

.tab_134 {
	width:134px;
}
	
.tab_197 {
	width: 197px;
}

.tab_200 {
	width: 200px;
}

.tab_220 {
	width:220px;
}

.tab_559 {
	width: 559px;
}

