/********************************************************************************/
/* Standard-CSS for search
/********************************************************************************/
@charset "utf-8";

/********************************************************************************/
/* =General CSS-Data
/********************************************************************************/
* {
    margin: 0;
    border: 0;
    padding: 0;
}
body {
    background: #FFF;
    font-size: 100.01%/1.5;
	font-family: Verdana, Arial, sans-serif;
}

#searchResult {
    margin: 0;
    font-size: 70%;
    line-height: 130%;
}

abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    height: 1px;
}
label {
    cursor: pointer;
}
input, button, select, textarea {
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
}

a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}

p {
	margin-bottom: 0.5em;
}

small {
	font-size: 80%;
}

dl {
    clear: both;
}

dt {
    clear: both;
    margin: 1em 0 0.5em 0;
    border-bottom: 1px dotted #34B0C0;
    color: #004D57;
    font-weight: bold;
}

dt a:link, dt a:visited {
	color: #004D57;
	text-decoration: none;
}
dt a:hover, dt a:active, dt a:focus {
	text-decoration: underline;
}


dd {
	margin: 0 0 1em 1em;
}


.highlight {
	font-weight: bold;
}

.grey {
	color: #707070;
}

.footer {
	margin: 1em 0 1em 0;
}

.noResult {
	margin-top: 1em;
	font-weight: bold;
}