/*all*/
h3{
	font-size: 18px;
	margin-bottom: 11px;
	font-weight: normal;
}

.main {
	position: relative;
	z-index: 2;
	}
	.main .page {
		padding: 20px 0 27px 0;
		}
.page {
	position: relative;
	width: 967px;
	margin-left: 29px;
	}

.nojs{
    display:none;
}

a.link_print{
   /*float:right;
   padding:12px 8px 0px 0px;
   position:relative;
   z-index:700;*/
   position: absolute;
   bottom: 19px;
   right: 22px;
}

#div_print_link{
	clear:both;
	display: block; 
	text-align:right; 
	padding-top: 4px;
	margin-bottom: -20px;
	font-size: 11px;
}

#div_print_link img{
 	margin-left: 2px;
 	margin-right: 0px;
}

a.link_print img{
    margin: 0px; padding: 0px; border: 0px; height:15px; width:85px;
    background: transparent url(../images/print.png) 0px 0px no-repeat;
}

/*frames*/
.frame_rl{
    background-image:url(../images/border_lr.png);
    background-position: center;
    background-repeat:repeat-y;
    margin:0;
    padding:0;
}


.frame_bt{
    background-image:url(../images/border_tb.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 15px;
    margin:0;
    padding:0;
}


.frame_bb{
    background-image:url(../images/border_tb.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 15px;
    margin:0;
    padding:0;
}

.frame_bg{
    background: #F6F6F6 url(../images/bg_tc.png) 0px 0px repeat-x;
}

.content_padding{
    padding: 6px 24px 25px 22px;
}

/*search*/
#search .frame_rl{
    min-height:175px;
    _height:175px;    
}

.search_btn_find{
    /*height: 43px;
    width: 133px;
    background: transparent url(../images/btn_find_de.png) 0px 0px no-repeat;
    border:0px;
    cursor: pointer;*/
	background:url("../images/global/bg_buttons.png") no-repeat scroll 0 0 #FFCC00;
	border-color:#FECB00 #D1A700 #D1A700 #FECB00;
	border-style:solid;
	border-width:1px;
	color:#000000;
	cursor:pointer;
	display:inline-block;
	overflow:visible;
	text-align:left;
	width:auto;
	font-size:18px;
	padding:2px 9px;
}


.search_btn_find:hover, .search_btn_find:focus{
	background-color:#FFEB99;
	background-position:0 -50px;
	border-color:#FEE582 #D0BD6B #D0BD6B #FEE582;
	text-decoration:none;
}
.search_btn_find:active{
	background-color:#FFFFFF;
	background-position:0 -105px;
	border-color:#D1A700 #FECB00 #FECB00 #D1A700;
}

.search_btn_find span {
	background:url("../images/global/bg_arrows.png") no-repeat 0 2px transparent;
	height:17px;
	width:18px;
	margin-left: 9px;
}

input.long{
    min-width:450px;
    width:100%;
    padding:4px 0px 4px 6px;
    font-size: 12px;
    background: transparent url(../images/bg_input.png) 0px 0px repeat-x;
    border-top: 1px solid #909090;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
    /*height: 24px;
    line-height: 22px;*/
}

input.search_input_focus{
    color:#000000;
}

input.search_input_idle{
    color:#666666;
}

input.search_input_error{
	background: transparent url(../images/bg_input.png) 0px -32px repeat-x;
    border: 1px solid #FF0000;
}

.search_error{
    margin:0px 0px 20px 0px;
    padding: 5px 0 4px 6px;
    min-width:450px;
    width:100%;
    background: #FEE8E8 url(../images/error_exclam.png) 9px center no-repeat;
    border: 1px solid #FF0000;
}

.search_error_text{
    padding:4px 2px 6px 19px;
    font-size: 12px;
    line-height:14px;
    color: #FF0000;
}

.search_radio{
    font-size:13px;
}

.search_radio input{
	margin: 0px;
}

.search_radio label{
	/*vertical-align: top;*/
}

.search_radio.pleft{
    padding-left:5px;
}

.search_radio.pright{
    padding-right:5px;
}

.standalone_l {
    padding-left: 10px;
    position: absolute;
    margin-top: 6px;
    background: url(../images/global/icons.png) no-repeat 1px -1595px;
    font-size: 11px;
}


#search_mapvisual{
    position:absolute; 
    right:40px; 
    top:-21px; 
    z-index:500;
    background-image:url(../images/visual_map.png);
    background-repeat: no-repeat;
    height:225px;
    width:171px;
}

.display_none{
    display:none;
}

/*auto-complete*/

/*automcomplete*/

.ac_results {
    padding: 0px 3px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 3px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #fff;
}

.ac_over {
    background-color: #d0d0d0 !important;
}

.ac_more{
    /*background-color: #FFE371;*/
    border-top: 1px solid #d0d0d0;
    font-weight: bold !important;
}

/*tabs*/

a.ctab {
    position:relative; 
    top:0px; 
    left:0px;
    float:left;
    margin: 0px;
    padding: 0px;
    border: 0px;
	overflow: hidden;
	height:35px; 
	width:100px;
}

a.ctab img{
    margin: 0px; padding: 0px; border: 0px;height:35px; width:100px;
}

a.ctab.ct_list, a.ctab.ct_list_na{
    z-index:2; width: 100px;
}

a.ctab.ct_list{
	background: transparent url(../images/flags_de.png) 0px -105px no-repeat;
}

a.ctab.ct_list_na{
	background: transparent url(../images/flags_de.png) 0px -0px no-repeat;
}

a.ctab.ct_list_na:hover{
    background: transparent url(../images/flags_de.png) 0px -35px no-repeat;
}

a.ctab.ct_list_na:focus, a.ctab.ct_list_na:active{
     background: transparent url(../images/flags_de.png) 0px -70px no-repeat;
}

a.ctab.ct_map, a.ctab.ct_map_na{
	z-index: 1; width: 105px;
}

a.ctab.ct_map{
    background: transparent url(../images/flags_de.png) -103px -105px no-repeat;
}

a.ctab.ct_map_na{
    background: transparent url(../images/flags_de.png) -103px -0px no-repeat;
}

a.ctab.ct_map_na:hover{
    background: transparent url(../images/flags_de.png) -103px -35px no-repeat;
}

a.ctab.ct_map_na:focus, a.ctab.ct_map_na:active{
    background: transparent url(../images/flags_de.png) -103px -70px no-repeat;
}

/*tab_content*/

#tcontent{
    clear:left; position:relative; top:-5px; left:0px; z-index:0; 
}

#search_hint {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;	
	margin: 1px 0 28px 0;
	padding: 12px 15px 12px 40px;
	background: #F3F3F3 url(../images/info_i.png) 5px 11px no-repeat;
	line-height: 1.25;
	height: 30px;
}

.ltable {
    border:0px;
    border-collapse:collapse;
    margin-bottom: 8px;
}

.ltable_top, .ltable_bottom{
    display:block;
    text-align:right;
    clear:both;
    margin-bottom: 7px;
    line-height: 15px;
}
    

.ltable th{
    /*padding: 2px 3px 2px 17px;*/
    padding: 5px 3px 5px 17px;
    *padding: 4px 3px 4px 17px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    white-space:nowrap;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background-color: #EFEFEF;
    cursor: pointer;
    line-height:1px;
    vertical-align:middle;
}

/*.ltable .headerRow th{
    border-bottom: 1px solid #F7F7F7;
}*/

/*.ltable .header{
    //background-image: url(../images/sort_without.png);
	//background-repeat: no-repeat;
	//background-position: right center;
	background-color: #E5E5E5;
	cursor: pointer;
    vertical-align: middle;
    color: #000000;
}*/

.ltable th img{
    height: 13px;
    width: 29px;
    border: 0px;
    margin-left: 5px;
    background-image: url(../images/sort_without.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align:-2px;
}

/*.ltable .headerSortUp{
    //background-image: url(../images/sort_desc.png);
    color: #000000;
}*/
.ltable .headerSortWithout img{
    background-image: url(../images/sort_without.png);
}


.ltable .headerSortUp img{
    background-image: url(../images/sort_desc.png);
}

/*.ltable .headerSortDown{
    //background-image: url(../images/sort_asc.png);
    color: #000000;
}*/

.ltable .headerSortDown img{
    background-image: url(../images/sort_asc.png);
}

.ltable .mOver_Down img{background-image: url(../images/sort_asc.png);}
.ltable .mOver_Up img{background-image: url(../images/sort_desc.png);}
.ltable .mOver_Both img{background-image: url(../images/sort_both.png);}

.ltable td{
    padding: 2px 3px 3px 17px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    vertical-align: middle;
    white-space:nowrap;
    *white-space:normal;
}

.ltable .narrowcol{
    padding-left: 3px;
}

.ltable .lastrow td{
    border-bottom: 0px solid #f0f0f0;
}

.ltable tr.highlight td{
    background: url(../images/flyout_highlight.png) repeat-x left top;
    cursor: pointer;
}

.ltable a{
    font-size: 11px;
    display:block;
    padding:2px 0px 0px 9px;
    background:url(../images/global/icons.png) no-repeat 0 -993px;
}

a.link_back{
    display:block;
    border:0px;
    width: 65px;
    height: 26px;
    background: transparent url(../images/btn_back.png) no-repeat 0px 0px;
    text-decoration: none !important;
    
}

a.link_back span{
	padding-left: 21px;
	padding-top: 3px;
	display: block;
	font-size: 12px;
	text-decoration: none !important;
}

/*a.link_back img{
    border:0px;
    width: 65px;
    height: 26px;
}*/

a.link_back:hover, a.link_back:focus, .link_back_hover_focus{
    background-position: 0px -28px;
}

a.link_back:active, .link_back_active{
    background-position: 0px -56px;
}



span.info {
    text-align:left; 
    padding-right:25px; 
    float:left;
    font-size:15px;
    font-weight: bold;
}

.pagedisplay{
	color: #666666;
}

.pagedisplay span{
    color: #000000;
    font-weight: bold;
    padding-left: 6px;
    font-size: 15px;
}

.pager a{
    color: #666666;
    font-weight: normal;
    padding-left: 6px;
    font-size: 15px;
    text-decoration: none;
}

.pager a.prev{
	color: #000000;
	font-size: 13px;
    text-decoration: none;
    padding-left: 10px;
    /*background: transparent url(../images/pager_ar.png) no-repeat left 4px;*/ 
    background: url("../images/global/icons.png") no-repeat left -2095px transparent;
}

.pager span.prev {
	color: #666666;
	font-size: 13px;
	font-weight: normal;
    padding-left: 10px;
    background: transparent url(../images/pager_ar.png) no-repeat left -16px; 
}

.pager a.next {
	color: #000000;
	font-size: 13px;
    text-decoration: none;
    padding-right: 10px;
    margin-left: 6px;
    /*background: transparent url(../images/pager_ar.png) no-repeat right -35px; */
    background: url("../images/global/icons.png") no-repeat right -1995px transparent;
}

.pager a:hover, .pager a.prev:hover, .pager a.next:hover{
	text-decoration: underline;
}

.pager span.next{
	color: #666666;
	font-size: 13px;
	font-weight: normal;
    padding-right: 10px;
    margin-left: 6px;
    background: transparent url(../images/pager_ar.png) no-repeat right -55px; 
}


/*adds auf homesite*/
.home_adds{
    float:left;
    position:relative;
    height: 115px; 
    width: 323px;
    padding:0px;
    margin-right:21px;
}

.home_adds a{
    border:0px;
    position:absolute;
    bottom: 16px;
    left: 18px;
    width: 79px;
    height: 26px;
}

#add1{
   /* background: transparent url(../images/plz_start_links_323px_115px.jpg) no-repeat center;*/
}

#add1 a{
    background: transparent url(../images/btn_gogreen.png) no-repeat 0px 0px;
}

#add1 a:hover, #add1 a:focus{
    background-position: 0px -28px;
}

#add1  a:active{
    background-position: 0px -56px;
}

#add3{
    background: transparent url(../images/sp_add2.png) no-repeat center;
    width: 299px;
    padding-top: 2px;
}

#add3 a{
    background: transparent url(../images/btn_details.png) no-repeat 0px 0px;
    
}

#add3 a:hover, #add3 a:focus{
    background-position: 0px -28px;
}

#add3  a:active{
    background-position: 0px -56px;
}

#add4{
    background: transparent url(../images/sp_add3.png) no-repeat center;
    width: 299px;
    margin-right: 0px;
    padding-top: 2px;
}

#add4 a{
    background: transparent url(../images/btn_details.png) no-repeat 0px 0px;
}

#add4 a:hover, #add4 a:focus{
    background-position: 0px -28px;
}

#add4  a:active{
    background-position: 0px -56px;
}

/*wbox*/

#wbox{
    background-color: #FFFFFF; /*f6f6f6*/
}
a.clb{
    height: 66px;
    width: 217px;
    margin-right:14px;
}
a.clb4{
    background: transparent url(../images/btn_clb4.png) no-repeat 0px -7px;
    margin-right:0px;
}

a.clb img{
    height: 66px;
    width: 217px;
}

a.clb1 img{
    background: transparent url(../images/btn_clb1.png) no-repeat 0px -7px;
}
a.clb2 img{
    background: transparent url(../images/btn_clb2.png) no-repeat 0px -7px;
}
a.clb3 img{
    background: transparent url(../images/btn_clb3.png) no-repeat 0px -7px;
}
a.clb4 img{
    background: transparent url(../images/btn_clb4.png) no-repeat 0px -7px;
}

a.clb:hover img, a.clb:focus img{
    background-position: 0px -88px;
    text-decoration: none;
}
a.clb:active img{
    background-position: 0px -163px;
}

/*links under boxes*/


#lbox {
    padding-left:5px;
}
#lbox a{
    color:#666666;
    font-size: 11px;
    padding:2px 10px 0px 9px;
    background:url(../images/global/icons.png) no-repeat 0 -1031px;
}

/*map*/

#map {
    width:99%;
    height: 450px;
    border: 1px solid #666666;
    padding: 0px;
    margin: auto;
}

#i_map {
    width:99%;
    height: 450px;
    border: 1px solid #666666;
    padding: 0px;
    margin: auto;
}
.infowindow{
   position:absolute; 
   width:222px;
   z-index:9999;
}

.infowindow_top{
    background-image : url(../images/infowindow_top.png);
    height : 24px;
    padding: 0;
    margin: 0;
}

.infowindow_center{
    background-image : url(../images/infowindow_center.png);
    padding: 0;
    margin: 0;
}

.infowindow_bottom{
    background-image : url(../images/infowindow_bottom.png);
    height:39px;
    padding: 0;
    margin: 0;
}

.infowindow_content{
    position : relative;
    overflow : hidden;
    padding : 10px 20px 15px 25px;
    font-size: 11px;
}

.infowindow_content h4{
    font-size: 13px;
}  

.infowindow_content a{
    color:#666666;
    font-size: 11px;
    padding:2px 10px 0px 9px;
    background:url(../images/global/icons.png) no-repeat 0 -1031px;
}  

/*loader*/

#hxloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 947px;
    height: 100%;
    z-index: 8300;
    background: #ffffff;
    text-align:center;
    }
    #hxloader img {
        display: block;
        margin: 217px auto 0;
        padding: 10px;
    }

#hxloader_live {
    position: absolute;
    top: 0;
    left: 0;
    width: 947px;
    height: 100%;
    z-index: 8301;
    text-align:center;
    }
    #hxloader_live img {
        display: block;
        margin: 217px auto 0;
        padding: 10px;
    }
    

/*popup*/
.semimodal{
    position:absolute; 
    background-color:#ffffff; 
    z-index:3000; 
    display:none;
}

.popup{
    position:absolute; 
    display:none; 
    z-index:3500; 
    background: transparent;
    width: 763px;
}

.popup_top{
    background-image : url(../images/popup_top.png);
    background-repeat: no-repeat;
    background-position: top center;
    height : 15px;
    padding: 0;
    margin: 0;
}

.popup_center{
    background-image : url(../images/popup_lr.png);
    background-position: center;
    background-repeat:repeat-y;
    padding: 0;
    margin: 0;
}

.popup_bottom{
    background-image : url(../images/popup_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height:15px;
    padding: 0;
    margin: 0;
}

.popup_content{
    position:relative;
    overflow : hidden;
    padding : 15px;
    font-size: 11px;
}

.popup_header{
    font-size: 18px; 
    margin-bottom:10px;
    padding-left: 10px;
}

.popup_btn_close{
    position : absolute;
    top: 0px;
    right: 15px;
    border: 0;
}

.popup_scroller{
    overflow: auto;
    padding : 10px;
}

#map_printtext{
    display:none;
}

/*tooltip*/
#tooltip{
    position:absolute;
    z-index:10000;
    border:1px solid #333;
    background-color:#ffffff;
    padding:1px 3px;
    color:#333;
    display:none;
    font-size: smaller;
}

/*printheader*/

#print_header, #print_footer {
    display:none;
}

.print{
    display:none;
    width:0px;
    height: 0px;
}

/*MA-configurator*/

.ma_header{
    font-weight: bold;
    padding: 8px 0px 4px 0px;
}

.ma_smaller{
    font-size: smaller;
}

.ma_alr{
    text-align: left;
}

.mc{
    width: 85px;
}

#ma_submit{
    height: 64px;
    width: 124px;
    background: transparent url(../images/btn_livepreview_de.png) 0px 0px no-repeat;
    border:0px;
    cursor: pointer;
}

#ma_submit:hover,#ma_submit:focus{background-position:0 -64px;cursor:pointer}
#ma_submit:active{background-position:0 -128px}

#search_mapvisual2{
    position:absolute; 
    right:40px; 
    top:15px;
    z-index:501;
    background-image:url(../images/visual_map.png);
    background-repeat: no-repeat;
    height:225px;
    width:171px;
}

/*plugin-page*/
#plugins p{
    margin: 10px 0px 15px 0px;
}

#plugins ol{
    margin: 10px 0px 25px 0px;
}

a.btn_addplugin{
    height: 25px;
    width: 130px;
}

a.btn_addplugin img{
    height: 25px;
    width: 130px;
    background: transparent url(../images/btn_addplugin_de.png) no-repeat 0px 0px;
}

a.btn_addplugin:hover img, a.btn_addplugin:focus img{
    background-position: 0px -28px;
    text-decoration: none;
}
a.btn_addplugin:active img{
    background-position: 0px -56px;
}

#search_mapvisual3{
    position:absolute; 
    right:40px; 
    top:65px; 
    z-index:502;
    background-image:url(../images/visual_map.png);
    background-repeat: no-repeat;
    height:225px;
    width:171px;
}

