/*  Title:     TD08 Forms CSS          
    Creator:   cf                          
    Date:      080516                      
    Content:                               
               - Tabelle
               - Felder                                                  
*/

/* TABELLE -------------------------------------------------------- */

form {
	line-height:20px;
	margin:0;
	padding:0;

}
form table.main {
	margin-left:10px;
}
form * table.main tr td, form table.main tr td {
	padding-top:10px;
	vertical-align:top;
}
form * table.main tr td.label, form table.main tr td.label {
	line-height:15px;
	width:160px;
	padding-right:20px;
	color: #333333;
}
div.hinweis {
	border:1px solid #333333;
	background-color: #FFFF99;
	padding:5px;
	margin-top:5px;
	margin-bottom: 5px;
	line-height:15px;
}
div.hinweis span.title, div.hinweis h4 {
	font-weight:bold;
	margin:0px;
	font-size:11px;
	color:#333;
}
p.info {
	line-height:15px;
}
fieldset {
	margin-top: 20px;
	padding:0px 10px 20px 10px;
	border:0px;
	border-top: 1px solid #CCCCCC;
}
fieldset legend {
	font-weight:bold;
	padding-bottom: 1px;
	text-transform:uppercase;
	color: #000000;
}
/* FELDER ---------------------------------------------------------- */

input{
	font-size:12px;
}

input[type=submit] {
	display:block;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	border:1px solid #000000;
	float:left;
}
input[type=submit]:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}
input[type=text], input[type=password] {
	width:200px;
	border:1px solid #999999;
	padding:2px;
	margin-right: 4px;
}
input[disabled=disabled] {
	width:200px;
	border:1px solid #999999;
	padding:2px;
	margin-right: 4px;
	color:#000000;
}
select {
	border:1px solid #999999;
	padding-left:2px;
	width:200px;
	font-size:12px;
}
select option {
	padding:1px 1px 1px 5px;
	cursor:pointer;
}
input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus, textarea:focus, textarea:hover, select:hover {
	border:1px solid #000000;
}
input[disabled=disabled]:hover {
	border:1px solid #999999;
}
textarea {
	border:1px solid #999999;
	padding:2px;
}
textarea.small {
	width:200px;
	height:80px;
}
textarea.large {
	width:450px;
	height:250px;
}
textarea.xlarge {
	width:450px;
	height:600px;
}

a.button {
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	border:1px solid #000000;
	background-color:#f0f0f0;
	color:black;
	display:block;
	float:left;
	margin-left:20px;
	line-height:17px;
}
a.button:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}

div.searchFormToolbar a {
	display:block;
	margin-top:5px;
	font-weight:bold;
	font-size:13px;
	color:green;
	text-decoration:underline;
}

div.searchFormToolbar a img {
	float:left;
	margin-left:5px;
	margin-right:5px;
}