body{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 0.75em;
    line-height: 1.21em;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

.container {
    position: relative;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
}
* html .container { /* nur fuer Internet Explorer */
    padding-right: 30px;
    padding-left: 30px;
}

a          {color: black;  text-decoration: none;}	
a:visited  {color: black;  text-decoration: none;}
a:active   {color: black;  text-decoration: none;}
a:hover    {color: black;  text-decoration: underline;}

.footer{
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #ffcc00;
    height: 20px;
    padding-top: 4px;
    padding-bottom: 0px;
    margin: 0px;
}
* html .footer { /* nur fuer Internet Explorer */
    height: 26px;
}

#header{
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 45px;
    background-color: #ffcc00;
    border-bottom: 6px solid #000;
}
* html #header { /* nur fuer Internet Explorer */
    height: 51px; 
}

.footer_header_button {
    position: absolute;
    top: 4px;
    right: 6px;
}

.footer_header_button_left {
    position: absolute;
    top: 4px;
    left: 30px;
}

#content {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
}
* html #content {
    padding-right: 0px;
    padding-left: 0px;
}

.introtext_title{
    font-size: 1.7em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

#result_table{
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    margin-top: 3px;
}
* html #result_table{
    margin-top: -17px;
}

#result_table th{
    background-color: #ffcc00;
    text-align: left;
    font-size: 0.7em;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#result_table td{
    background-color: #ffe88a;
    text-align: left;
    font-size: 0.7em;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.searchbox_table {
    background-color: #ffe88a;
    width: 100%;
    padding: 0px;
}

.searchbox_field {
    font-size: 0.7em;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.searchbox_text {
    font-size: 0.75em;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.searchbox_tabs_table {
    font-size: 0.75em;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

a.searchbox_tab_inactive {
    width: 134px;
    height: 27px;
    display: block;
    color : black;
    background: #ccc;
    text-decoration : none;
    border-bottom: 1px solid #666;
    padding: 4px;
    margin-right: 1px;
}
* html a.searchbox_tab_inactive { /* nur fuer Internet Explorer */
    height: 36px;
    width: 142px;  
}
a.searchbox_tab_inactive:hover {
    text-decoration: none;
}

/* inaktiver Tab mit linkem grauen Rand */
a.searchbox_tab_inactive_l {
    width: 133px;
    height: 27px;
    display: block;
    color : black;
    background: #ccc;
    text-decoration : none;
    border-bottom: 1px solid #666;
    padding: 4px;
    margin-right: 1px;
    border-left: 1px solid #666;
}
* html a.searchbox_tab_inactive_l { /* nur fuer Internet Explorer */
    height: 36px;
    width: 142px;  
}
a.searchbox_tab_inactive_l:hover {
    text-decoration: none;
}

/* inaktiver Tab mit rechtem grauen Rand */
a.searchbox_tab_inactive_r {
    width: 133px;
    height: 27px;
    display: block;
    color : black;
    background: #ccc;
    text-decoration : none;
    border-bottom: 1px solid #666;
    padding: 4px;
    margin-right: 1px;
    border-right: 1px solid #666;
}
* html a.searchbox_tab_inactive_r { /* nur fuer Internet Explorer */
    height: 36px;
    width: 142px;  
}
a.searchbox_tab_inactive_r:hover {
    text-decoration: none;
}

a.searchbox_tab_active {
    width: 134px;
    height: 34px;
    display: block;
    color : black;
    background: #ffe88a;
    text-decoration : none;
    font-weight: bold;
    padding: 4px;
    border: 0px;
    margin-right: 1px;
}
* html a.searchbox_tab_active { /* nur fuer Internet Explorer */
    height: 42px; 
    width: 142px;   
}
a.searchbox_tab_active:hover {
    text-decoration: none;
}

input.button1_grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em; 
    font-weight: bold;
    background-color: #e4e4e4;
    background-image: url(images/bg_formbutton_grey.gif);   
    padding-left: 11px;    
    padding-right: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0px;
    width: 108px;
    text-align: left;
}
* html input.button1_grey { /* nur fuer Internet Explorer */
    padding-left: 14px;    
    padding-right: 6px;
    padding-top: 7px;
    padding-bottom: 6px;
}

input.button1_yellow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em; 
    font-weight: bold;
    background-color: #ffcc00;    
    background-image: url(images/bg_formbutton_yellow.gif);  
    padding-left: 11px;    
    padding-right: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 0px;
    width: 108px;
    text-align: left;
}
* html input.button1_yellow { /* nur fuer Internet Explorer */
    padding-left: 14px;    
    padding-right: 6px;
    padding-top: 7px;
    padding-bottom: 6px;
}

input.long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    width: 140px;
}

input.short {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    width: 67px;
}

#result_info_hint{
    width: 100%;
    background-color: #e4e4e4;
    margin-top: 20px;
}
#result_info_hint td{
    font-size: 0.75em;
    padding: 6px;
}

a.services_icon, a.services_icon:visited {
    display: block;
    height: 12px;
    width: 12px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ffffff;
}

a.services_icon:hover, a.services_icon:active {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

.tabletitle {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 14px;
    margin-bottom: 5px;
}

#searchresult_title{
    width: 100%; 
    padding: 0px; 
    margin: 0px; 
    margin-top: 40px; 
    margin-bottom: -7px;
}
* html #searchresult_title{
    margin-bottom: 5px;
}

#searchresult_title_without_paging{
    width: 100%; 
    padding: 0px; 
    margin: 0px; 
    margin-top: 40px; 
    margin-bottom: -29px;
}
* html #searchresult_title_without_paging{
    margin-bottom: 5px;
}

#searchresult_paging {
    text-align: right; 
    width: 100%; 
    padding: 0px; 
    margin-top: 5px; 
    margin-bottom: -7px;
}
* html #searchresult_paging{
    margin-bottom: 5px;
}
a.pagebutton, a.pagebutton:hover, a.pagebutton:active, a.pagebutton:visited {
    text-decoration: none;
}
* html #servicesDiv{ /* nur fuer ie*/
    margin-left: -30px;
}

