

/* StyleSheet zum Anpassen*/

#MHWK_Suchformular{
width:150px; /* Breite der Box */
padding:0px;
margin-top:50px; /* Abstand zum oberen Element */
margin-bottom:0px; /* Abstand zum unteren Element */
margin-left:2px; /* Abstand zum linken Element */
margin-right:0px; /* Abstand zum rechten Element */
}

#mhwk_tablehead{
/*Hintergrundfarbe der Ueberschrift*/
	background-color:#ed8919;
	width:100%;
}
	
#mhwk_headline{
/*Farbe der Ueberschrift*/
	color:black;
}

/*Tabelle*/
#db_mhwk_001 {
	border:1px solid #916900;
	width:100%;
	background-color:#e5ebff;
}
	
/*Eingabefelder*/
.db_mhwk_002 {
	border:				1px solid #686667; 
	font-size:			10px;
	padding:			2px; 
	color:				#BBBBBB;
	background-color:	white; 
	width:				96%;
	margin:				auto;
}

/*Eingabefelder aktiv*/	
.db_mhwk_002_e {
	border:				1px solid #686667; 
	font-size:			10px;
	padding:			2px; 
	color:				black;
	background-color:	white; 
	width:				96%;
	margin:				auto;
}

/********************* Ende Stylesheet zum Anpassen *******************/
/*
Ab hier bitte nichts mehr ändern. 
Copyright indygfx.com 2008
*/
a.db_mhwk_nav_weiss 
{
	letter-spacing:		1px; 
	font-size:			95%;
	text-decoration:	none;
}
			
#stich 
{
	margin-top:5px;
}

#mhwk_copy 
{
	color:black;
	font-size:	75%;
}

#active {
padding:3px 5px 3px 5px; 
font-size:11px; 
color:#3DA074; 
background-color:#EFF3DC; 
float:left; 
border-style:solid; 
border-width:1px 1px 0 1px; 
border-color:#3DA074;
text-decoration:none;
font-weight:bold;
font-family:verdana, arial;
}

#active a {
font-family:verdana, arial;
font-size:11px; 
color:#3DA074;
text-decoration:none;
font-weight:bold;
}



