@charset "iso-8859-2";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#mainmenu {
padding: 0;
width: 100%;
background: #fbc445;
}
#mainmenu {
	height: 25px;
	background-color: #fbc445;
	padding-bottom: 1px;
}


#mainmenu ul{
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

#mainmenu li{
	display: inline;
	padding: 0;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainmenu a{
	float: left;
	display: block;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: right top;
	border: 1px none #999999;
	background-image: url(grafiks/tabright2_transp.jpg);
}

#mainmenu a:hover{
	color: #000000;
	background-color: #FFF2CA;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #F6BA26;
	border-right-width: 1px;
	border-right-color: #666666;
}

#mainmenu #current a{ /*Ausgewaehlter Tab*/
	background-color: #FBDA8C;
	color: #000000;
	background-image: url(grafiks/tabright2_current.jpg);
}

#suchfeld{ /*Suche */
	margin: 0;
	padding: 0;
	background-color: #fbc445;
	width: 150px;
	position: relative;
	left: 770px;
	bottom: 25px;
	line-height: normal;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#suchfeld .textinput{
	width: 80px;
	background-color: #FCE7B8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#suchfeld .submit{
	font: bold 11px Verdana;
	height: 16px;
	background-color: #FCE7B8;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

</style>
