#fulltextsearch{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:15px;
	width:200px;
}

input.searchfield{
	position:relative;
	float:left;
	background-color: #EAEAEA;
    border: medium none;
    height: 17px;
    padding-top: 3px;
}

input.submit{
	position:relative;
	float: left;
	background-color: #EAEAEA;
    background-image: url("images/icon_lupe.png");
    background-position: 1px 5px;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 15px;
}

table.fullsearchResult{
	width:100%;
	border-collapse: separate;
}

table.fullsearchResult td.headline{
	border-bottom: 1px dotted #006AB3;
    color: #006AB3 !important;
    font-size: 12px !important;
    font-weight: bold;
    padding-top: 25px;
}

table.fullsearchResult td {
    font-size: 11px !important;
    font-weight: normal;
}

table.fullsearchResult td.top {
    padding-top:5px;
    padding-bottom:0px;
}

table.fullsearchResult td a:link {
    color: #005794;
    text-decoration: none;
}

#search_message{
  color:red;
  font-size:10px;
  margin-top:4px;
}

#reference{
	position:relative;
	float:left;
	border-left:1px solid #006AB3;
	padding:0px 5px;
	margin-top:5px;
}

#clear{
	clear:both;
}