
/* SUCHEN MITTE */
.table_suchen{
        width: 560px;
        border-right: solid 1px;
        border-top: solid 1px;
        border-bottom: solid 1px;
        border-left: solid 1px;
        border-color: #233160;
        background-color: #5A88C6;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 0px;
}
.text_suchen{
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
}
.result_navigation{
		text-align:right;
        font-family: Arial;
        font-size: 11px;
        /*font-weight: bold;*/
        color: #FFFFFF;
}
.akt_seite{
		/*text-align:right;*/
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
}

#form_suchen{
        margin: 0px 0px 0px 0px;
}

a.link_search{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:underline;
	padding-left:20px;
}

a.link_search:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#DEE7F4;
	text-decoration:underline;
	padding-left:20px;
}



/* SUCHEN MENUE LINKS */ 
.table_suchen_menu{
        width: 163px;
        border-right: solid 1px;
        border-top: solid 1px;
        border-bottom: solid 1px;
        border-left: solid 1px;
        border-color: #233160;
        background-color: #5A88C6;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 0px;
}
.text_suchen_menu{
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
}

.enterfield {
		width:100px; 
		height:18px; 
		font-size:10px;
		border: 1px #999 solid; 
		border-style:inset;
}