

/************************** Suchformularfelder Normal **************************/
.dictonary {
	background-color:#2b205a;
	border-left:3px solid #91b742;
	width:506px;
	padding:13px 27px 13px 27px;
	margin-bottom:10px;
}

.dictonary .input{
	height:18px;
	border:0px;
	width:125px;
	margin-top:5px;
}

.dictonary .input_sel{
	height:20px;
	border:0px;
	width:125px;
	margin-top:5px;
}

.dictonary .label, .dictonary_small .label {
	color:#FFFFFF;
	font-weight:bold;
}

.dictonary .block_button .submit, .dictonary_small .block_button .submit {
	background: #2b205a;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
	font-weight:bold;
}

.dictonary .block_button, .dictonary_small .block_button{
	height:30px;
	float:right;	
}

.dictonary .block {
	float:left;
	width:135px;
	height:40px;
	color:#FFFFFF;
}

.dictonary .checkbox  input{
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:text-top;
}


/************************** Suchformularfelder Small **************************/
.dictonary_small {
	width:176px;	
	background-color:#FFFFFF;
	padding:10px;
	float:right;
	border:1px solid #2b205a;
	border-left:3px solid #2b205a;
	margin:0px;
	margin-bottom:10px;
}

.ueberschrift {
	background-color:#2b205a;
	width:179px;
	color:#FFFFFF;
	border-left:1px solid #2b205a;
	margin:0px;
	padding:5px 10px;
	float:right;
	font-weight:bold;
	margin-top:10px;
}

.dictonary_small .input {
	height:15px;
	border:0px;
	width:170px;
	margin-top:5px;
	border:1px solid #2b205a;
}

.dictonary_small .input2 {
	height:20px;
	border:0px;
	width:174px;
	margin-top:5px;
	border:1px solid #2b205a;
	color:#2b205a;
}

.dictonary_small .submit {
	height:20px;
	border:0px;
	width:75px;
	float:right;
	font-weight:bold;
	font-size:11px;
	color:#2b205a;
	margin-top:5px;
	border:1px solid #2b205a;
}

/************************** Listenansicht **************************/
.listenansicht_dic {
	width:505px;
	padding:8px 27px 10px 27px;
	border:1px solid #2b205a;
	border-left:3px solid #91b742;
	margin:8px 0px;
}


.row_h1 {
	background-color:#2b205a;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	line-height:18px;
	padding:0px;
}

.h1_left {
	float:left;
	width:234px;
	line-height:20px;
	padding:0px 5px;
}

.h1_right {
	float:left;
	width:240px;
	line-height:20px;
	padding:0px 5px;
}

.row_1 {
	background-color:#FFFFFF;
	line-height:20px;
}

.row_2 {
	background-color:#CCCCCC;
	line-height:20px;
}

.clear {
	clear:both;
}
