
body { background-color:#FFFFE5; margin: 0px;font-family : Arial, Helvetica, Tahoma;font-size : 10px;}

<!--
td {font-family : Arial, Helvetica, Tahoma;font-size : 12px;color : #333333;}

a:link {font-family:Arial;font-style:normal;font-weight:bold;font-size:11px;color:#333333; text-decoration:none }
a:visited {font-family: Arial;font-style:normal;font-weight:bold;font-size:11px;color:#333333;text-decoration:none }
a:hover {font-family: Arial;font-style:normal;font-weight:bold;font-size:11px;color:#333333;text-decoration:underline }
a:active {font-family: Arial;font-style:normal;font-weight:bold;font-size:11px;color:#333333;text-decoration:none }
a:focus {font-family: Arial;font-style:normal;font-weight:bold;font-size:11px;color:#333333;text-decoration:none }
-->

/*
 * Suche
 */
#searchform{
    border:1px solid #c1c1c1;
    height:20px;
	width:148px;
	display:block;
	background:#FFF;
}

#searchform .search{
    background:#FFF;
    border:0px;
    width:128px;
    height:20px;
    font-size:11px;
    float:left;
}

#searchform .searcher{
    background:url('/search_icon.jpg') no-repeat center center;
    background-color:#FFF;
    border:0px;
    height:20px;
    width:18px;
    float:left;
}
