.tipps_slider_handle {
	width: 50px;
	height: 9px;
	background-color: #fff;
	cursor: move;
}
.tipps_slider_track {
		position: absolute;
		width: 100%;
		height: 10px;
		background-color: #bbb;

}
html{
  height:100%;
  margin:0;
	padding: 0;
	font-size:10pt;
}

body {
	margin:0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-Serif;
    font-size: 100.01%;
    height:100%;
    background-color: #e3e0ce;
}

th {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

h1 {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}

a:link {
    color: #666666;
    text-decoration:none;
}
a:visited {
    color: #666666;
    text-decoration:none;
}
a:hover {
    color: #666666;
    text-decoration:underline overline;
}

select {
    width: 255px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

FIXMEinput {
    border: solid 1px #666666;
    padding: 1px 5px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

landing_input{
	vertical-align:top;
	padding:0px;
	margin-right:20px;
}

.tableLogin {
    border: solid 1px #666666;
    padding: 15px 30px;
}
.tdLogin {
    padding: 2px 6px;
} 

.submitButton {
    border: none;
    padding: 2px 10px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}
.searchButton {
    border: none 0px;
    border-bottom:3px solid #4b7ab3;
    border-right:3px solid #4b7ab3;
    border-left:3px solid #4b7ab3;
    padding:0px;
    width:356px;
    height:23px;
    font-weight:bold;
    color:#EEECE1;
    background-color:#595959;
    -moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}
.info_filter{
   border: none 0px;
    border-bottom:3px solid #4b7ab3;
    border-right:3px solid #4b7ab3;
    border-left:3px solid #4b7ab3;
    width:17px;
    height:17px;
    font-weight:bold;
    color:#EEECE1;
    background-color:#595959;
    -moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-topright:0px;
	float:right;
	text-align:center;
	cursor:pointer;
}

.searchButton:hover{
	cursor:pointer;
}

.source {
    font-family: Courier New, Courier;
    font-size: 12px;
}

.small {
    font-size: 10px;
}

#map {
    margin:0px;
    padding:0px;
    height: 100%;
}

.client_container{
	margin: 0px;
	width: 100%;
	padding: 0px;
	height:100%;
	position:absolute;
		
}
.content_container{
	height: 100%;
	background-image:url(/img/header/verlaufpx.png);
	background-repeat:repeat-x;
	background-position:top;
}

.cockpit{
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
	height:100px;
	visibility: visible;
	/*right:310px;*/
	width:100%;
	display:inline;
}

.standardlinks{
	margin-right:3em;
	font-size:70%;
	text-decoration:none;
	color:#000000;
}

.standard_link_block1{
/*	text-align:left;
	position:absolute; 	
	top:0px;
	left:10px;
*/
	text-align:right;
}
.standard_link_block2{
	text-align:left;
	position:absolute;
	top: 110px;
	left:10px;
}

#copyright{
	position:absolute;
	z-index:5000;
	bottom:95px;left:33%;
	
}

.locator{
	
}

.shoppingcart_link {
	float:right;
    text-align:right;
}

.link{
	cursor: pointer;
}

.search_filter{
	font-size:80%;
	vertical-align:top;

}

.search_filter select{
	width:10em;
	margin-top:0.2em;
}
.select_filter{
	width:10em;
	height:22px;
	
}

.search_box{
	width:350px;
	height:18px;
	font-size:130%;
	border: 3px solid #FFC000;
	color:#c6c6c6;
}

.sidebar{ 
	position:absolute;
	display:none;
	top:105px;
	left:0;
	z-index:9999;
	width:300px;
	height:auto;
	
}

.parent{
	border: 1px solid black;
	display:inline;
	position:relative;
}
.subs{
	background-color:#FFFFFF;
	visibility:hidden;
	position:absolute;
	z-index:1001;
	border:1px solid black;
}
.sub{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	padding: 0em 1em 0em 1em;
	width:200px;
	z-index:1002;
}
.sub:hover{
	background-color:#c6c6c6;
}

.menuEntry{
	padding:0em 1em 0em 1em;
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
}
.menuEntry:hover{
	background-color:#c6c6c6;
}

.menuLink{
	color:#000000;
	text-decoration:none;
}

.articleSearch{
	border: 1px solid black;
	background-color:#FFFFFF;
}
.articleTitle{
	font-weight:bold;
}
.articleAlttitle{
	font-style:italic;
}
.articleAttributes{
	font-size: 0.8em;
}
.button{
	border:0px;
}
.activeStep{
	color:black;
	font-weight:bold;
	font-size: 1.1em;
}
.inactiveStep{
	color: #c6c6c6;
}

.order{
	padding-left: 2em;
	width: 60em;
}

.smallnote{
	font-size:0.8em;
	color: #c6c6c6;
}
.article_totalprice{
	background-color: #e6e6e6;
	text-align:center;
}
.shipping_cost{
	background-color: #c9c9c9;
	text-align:center;
}
.total_price{
	background-color: #a6a6a6;
	color:#ffffff;
	text-align:center;
}
.table_headline{
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	background-color: #e6e6e6;
	line-height:150%;
	font-weight:bold;
	text-align:center;
}

.page_headline{
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	background-color: #e6e6e6;
	line-height:150%;
	font-weight:bold;
	padding-left: 3em;
	line-height:200%;	
}
.border_bottom_dashed{
	border-bottom:1px dashed silver;
}

.border_dashed{
	border-bottom:1px dashed silver;
	border-top:1px dashed silver;
	
}

.biglines{
	line-height: 200%;
}

.verybiglines{
	line-height: 250%;
}

.textinput{
	width: 15em;
}

.textinputshort{
	width: 10.8em;
}

.textinputsmall{
	width: 3em;
}

.hint{
	padding-left:3em;
	color:#c6c6c6;
	
}

.errormsg{
	text-align: center;
	border: 3px dashed red;
}

.cat_headline{
	font-size:140%;
	font-weight:bold;
}

.cats{
	margin-top:3em;
}

.cat{
	
	padding: 2em;
	margin: 5em;
	display:table-cell;
}
.cat a{
	text-decoration:none;
	color:#000000;
}

.greyed{
	color:#c6c6c6;
}

.activated{
	color:#9e2214;
	font-weight:bold;
}

.activated_select{
	color:#000000;
}

.header_hint{
	font-size:11px;
	padding-bottom:0.5em;
}
.cart_container_shop{
	position:absolute;
	top:135px; 
}

.text_overlay{
	position:absolute;
	z-index:1000;
	width: 75%;
	max-width:600px;
	height: 500px;
	top: 180px;
	left:50px;
}

.tooltip_notify{
position:absolute;top:50px;left:200px;z-index:1000;background-color:#F7F4E2;padding:0.5em;display:none;max-width:40em;
}

.mapbuttons{
z-index:999;padding:3px;padding-top:0px;padding-bottom:0px;
border:3px solid #FFC000;
width:144px;
}



#loadingMessage {
	display:none;
	left:636px;
	position:absolute;
	top:44px;
	z-index:9999;
	height:100%;
}
#loadingMessage2 {
	display:none;
	left:226px;
	position:absolute;
	top:44px;
	z-index:9999;
	height:100%;
}
.loadingMessage{
	color:#9E2214;
	font-size:14pt;
	font-weight:bold;
	padding-left:15px;
}

#length_output {
	position:absolute;
	top:30px;
	left:10px;
	color:white;
	z-index:1050;
}

.search_result_item{
	cursor:pointer;
	display:block;
	position:relative;
	border-bottom:1px dotted grey;
	padding:2px;
	line-height:25px;
}
.search_result_item:hover{
	border:2px solid blue;
	padding:0px;
}
.search_result_item_selected{
	cursor:pointer;
	background-color:#0000ff;
	color:#ffffff;
	padding:2px;
	line-height:25px;
	display:block;
	position:relative;
}
.search_result_item_popup{
	position:absolute;
	top:-1em;
	background-color:#F7F4E2;
	border:2px solid #E3E0CE;
	width:300px;
	color:#000000;
	left:305px;
	display:none;
	z-index:10000;
	padding:5px;
	min-height:150px;
	padding:5px;
	
}

.itemDetails{
	border-bottom: 1px solid black;
}
.filter_blocks{
	display:block;
	float:left;
	
	margin-left:5px;
}
.filters{
	/*float:right;*/
	position:absolute;
	margin-left:250px;
}
#filter_block_1{
	background-image: none;
	background-color: transparent;
}
#filter_block_2{
	display:none;
	height:80px;
}
#filter_block_3{
	display:none;
	height:80px;
}
#filter_block_4{
	display:none;
	height:80px;
}
#filter_block_5{
	height:80px;
	display:none;
}
#filter_arrow_2{
	display:none;
}
#filter_arrow_3{
	display:none;
}
#filter_arrow_4{
	
}
#filter_arrow_5{
	display:none;
}
.filter_arrows{
	padding:5px;
	float:left;
	margin-top:15px;
}
.showFilter{
	display:inline;
	float:left;
}
.results_heading{
	background:#e9e9e9;color:#000000;font-weight:bold;text-align:center;border-top:1px solid black;font-size:110%;
}
#start_container{
	width:100%;
	height:100%;
	text-align:center;
	background-color:#e3e0ce;
}

#start_bg{
	width:700px;
	height:745px;
	margin:auto;
	text-align:left;
	position:relative;
	left:-150px;
	background-image: url(/img/bg_start_unscharf.jpg);
	background-repeat:no-repeat;
}

#start_box1{
	position:absolute;
	text-align:left;
	top: 10px;
	left:0px;

}

#content_box1{
	background-image: url(/img/bg_start_blur.jpg);
	background-repeat:no-repeat;
	background-position: 0px -30px;
	height:195px;
	border:3px solid #b3b2b2;
	border-bottom:0px;
	border-top:0px;
	margin:0px 0px 0px 5px;
	width:226px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#start_box2{
	position:absolute;
	text-align:left;
	top: 50px;
	left:450px;
	display:none;
}

#content_box2{
	background-image: url(/img/bg_start_blur.jpg);
	background-repeat:no-repeat;
	background-position: -450px -70px;
	height:226px;
	border:3px solid #b3b2b2;
	border-bottom:0px;
	border-top:0px;
	margin:0px 5px 0px 5px;
	width:226px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#start_box3{
	position:absolute;
	text-align:left;
	top: 400px;
	left:30px;
	display:none;
}

#content_box3{
	background-image: url(/img/bg_start_blur.jpg);
	background-repeat:no-repeat;
	background-position: -40px -430px;
	height:213px;
	border:3px solid #b3b2b2;
	border-bottom:0px;
	border-top:0px;
	margin:0px 5px 0px 5px;
	width:226px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#start_box4{
	position:absolute;
	text-align:left;
	top: 450px;
	left:500px;
	display:none;
}

#content_box4{
	background-image: url(/img/bg_start_blur.jpg);
	background-repeat:no-repeat;
	background-position: -500px -480px;
	height:220px;
	border:3px solid #b3b2b2;
	border-bottom:0px;
	border-top:0px;
	margin:0px 5px 0px 5px;
	width:226px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.infobox{
	background-color:#f8f5e4;
	min-height: 200px;
	border:2px solid #b3b2b2;
	border-bottom:0px;
	border-top:0px;
	margin:0px 10px 0px 5px;
	padding:5px;
	font-size:10pt;
	
}
.infobox p{
	display:inline;
}

#start_infobox1{
	position:absolute;
	top: 0px;
	left: 750px;

}
#start_infobox2{
	position:absolute;
	top: 250px;
	left: 750px;

}
#start_infobox3{
	position:absolute;
	top: 500px;
	left: 750px;

}

#start_header{
	background-image: url(/img/header/verlaufpx.png);
	background-repeat: repeat-x;
	position:relative;
	width:100%;
	height:120px;
}

#popupcontent{
	position:absolute;
	right:325px;
	bottom:100px;
	font-size:10pt;
	z-index:2000;
}
#popupcontent td{
	font-size:10pt;
}
#article_details{
	position:absolute;
	z-index:10001;
	width: 75%;
	max-width:600px;
	height: 500px;
	bottom: 100px;
	right:325px;
	font-size:10pt;
}
#article_details td{
	font-size:10pt;
}
#article_details_sidebar{
	margin-left:5px;
}
#help_container{
	position:absolute;
	z-index:1000;
	top: 150px;
	left:633px;
	width:300px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 99910; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 100px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 99990; width: 100%; height: 500px; background-color: #000;}

#mapedotipps{
	z-index:1000;
	position:absolute;
	bottom:0px;
	left:5px;
	width: 76%;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color:#F7F4E2;
	height: 90px;
	border:1px solid black;
}

.mapedotipp{
	width:170px;
	font-size:0.85em;
	padding:5px;
	padding-top:0px;
	float:left;
	height:90px;
	overflow:hidden;
}

#tipps_legal{
	font-size:0.85em;
}
.mapedotipp_headline{
	color:blue;
}
.mapedotipp_text{
	max-height:4em;
	overflow:hidden;
}
.mapedotipp_url a{
	text-decoration:none;
	color:blue;
}
.mapedotipp_url a:hover{
	text-decoration:none;
	color:blue;
}

.landing_container{
	/*
	width:100%;
	height:100%;
	*/
	/*
	background-color:#e3e0ce;
	background-image: url(/img/header/verlaufpx.png);
	background-repeat: repeat-x;
	*/
	
}

.landing_logo{
	background-image: url(/img/header/verlaufpx.png);
	background-repeat: repeat-x;
	height:120px;
	text-align:left;
	
	float:left;
}

.landing_header{
	
	text-align:right;
	
	height:120px;
	margin-bottom:10px;
}

.landing_search{
	text-align:left;
	width:230px;
	float:right;
	margin-top:5px;
	margin-right:10px;
}

.landing_content{
	width:300px;
	float:left;
	margin-bottom:20px;
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:10pt;
	margin-right:20px;
}
.landing_content td{
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:10pt;
}
.landing_sidebar{
}

.landing_border{
	border: 2px solid #c6c6c6;
	margin-top:1em;
	padding:10px;
	position:relative;
	height:225px;
}
.landing_content_box{
	padding:5px;
	padding-bottom:0px;
	font-size:11pt;
	
}
.landing_content_box a{
	color:#9D241B;	
	font-weight:bold;
}

.landing_left_img{
	float:left;
}

.landing_main_headline{
	font-size:14pt;
	color:#ea9604;
	border-bottom:1px solid #5a3a01;
	font-weight:bold;
}
.landing_main_headline2{
	font-size:14pt;
	color:#ea9604;
	border-bottom:1px solid #5a3a01;
	float:right;
	
}

.landing_content_bottom{
	clear:both;
	padding-top:10px;
}
.landing_headline{
	padding:5px;
	background-color:#dcdcdc;
	border-bottom:2px solid #ea9604;
	font-size:12pt;	
	margin-bottom:5px;
}

div.tooltip {
    color: #000;
    background-color: #FAFAFA;
    position: absolute;
    z-index: 9999;
    padding: 5px;
    margin: 5px;
    margin-left: 15px; /* Abstand zum Zeiger */
}

#mapedo_layerswitcher{
	position:absolute;
	top:105px;
	right:5px;
	z-index:5000;
}
#mapedo_clearall{
	position:absolute;
	top:105px;
	right:150px;
	z-index:5000;
	display:none;
}


#mapedo_clearall input,#mapedo_layerswitcher input{
	border:1px solid black;
	background-color:white;
}

#dropdownmenu{
	z-index:10000;
	background-color:white;
	color:black;
	position:absolute;
	border:1px solid black;
	padding:2px;
	max-height:300px;
	overflow:scroll;
	overflow-x:hidden;
}

.DDMenuItem:hover{
	background-color:#c6c6c6;
	text-decoration:none;
}
.DDMenuItem{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.DDMenuItem a{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.DDMenuItem a:hover{
	text-decoration:none;
	color:#000000;
}
.DDMenuGroup{
	font-weight:bold;
	
	padding-left:0px;
	margin-left:0px;
	
}
.DDoptlist{
	list-style-type:none;
	
}
.DDoptlist_top{
	list-style-type:none;
	
	padding:2px;
	margin-left:0px;
	margin:0px;
}
.DDtextinput{
	border:1px solid black;
	background-color:white;
	font-size:10pt;
	float:left;
	width:97px;
	overflow:hidden;
	height:17px;
	white-space:nowrap;
	padding-left:3px;
}
.multicart_link{
	cursor:pointer;
}
.multicart_ti_link{
	cursor:pointer;
}

.viswitch{
	position:absolute;
	right:5px;
	margin-top:2px;
}
.trail_item{
	cursor:pointer;
	border-bottom:1px dotted grey;
	padding:2px;
}
#showRoomOverlay{
	position:absolute;
	z-index:100000;
	top:110px;
	bottom:110px;
	overflow-y:auto;
	overflow-x:hidden;
	left:20px;
	width:98%;
	background-color:#E3E0CE;
}

.ov_series_container{
	display:inline;
	margin:5px;
	padding:20px;
	min-height:3em;
	float:left;
	background-image:url(/img/header/verlaufpx.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

.ov_series_h{
	font-weight:bold;
	font-size:110%;
	
}
.ov_series_abs{
	
}
.ov_article_h{
	font-weight:bold;
	font-size:110%;
	
}
.ov_article_container{
	display:inline;
	margin:5px;
	padding:20px;
	min-height:8em;
	float:left;
	background-image:url(/img/header/verlaufpx.png);
	background-repeat:repeat-x;
	width:30em;
	cursor:pointer;
}

.ov_article{
	max-width:50em;
}

#SRLinks{
	position:absolute;
	top:60px;
	right:250px;
}

#SRLinks a{
	font-weight:bold;
	color:#9C221B;
	font-size:14px;
}

.opt_desc{
	color:#c6c6c6;
	margin-left:1em;
}

#startOverlay{
	position:absolute;
	z-index:6000;
	top:88px;
	overflow-y:hidden;
	overflow-x:hidden;
	left:251px;
	width:780px;
}

#suggest_div{
	position:absolute;
	background-image: url(/img/alpha70.png);
	background-repeat: repeat;
	width:600px;
	z-index:100000;
	overflow-x:hidden;
	overflow-y:scroll;
	top:74px;
}

#landing_select_text{
	height:22px;
}
#landing_select_arrow{
	vertical-align:bottom;
	height:24px;
}
#kartenfaecher{
	position:absolute;
	top:-100px;
	left:200px;
}

.details_tab{
	display:inline;
	border:1px solid black;
	border-bottom:0px;
	margin: 2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#e3e0ce;
	color:grey;
	cursor:pointer;
}
.details_tab_active{
	display:inline;
	border:1px solid black;
	border-bottom:0px;
	margin: 2px;
	position:relative;
	top:1px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	background-color:#F8F5E4;
	cursor:pointer;
}

.details_header_tabs{
	border-bottom: 1px solid black;
	margin-top:5px;
}

.details_footer{
	border: 1px solid black;
	background-color:orange;
	text-align:center;
	line-height:140%;
	padding-bottom:3px;
}

.details_share{
	width:150px;
}

.details_buy{
	width:150px;
}

#details_otherCats{
	/* margin-top:10px; */
}
.othercat{
	border:3px solid #4b7ab3;
	padding:10px;
	cursor:pointer;
}
#searchResults{
	background-color:#E3E0CE;
}

#dashboard_menu{
	
	width:200px;
	
}

#dashboard_menu ul li{
	cursor:pointer;
}

.foldericons{
	cursor:pointer;
}

.folder_hr{
	border-top:1px dotted black;
}

.dummybox{
	display:none;
}

.searchResultMainCats{
	list-style-type:none;
	list-style-position:inside;
	padding:0px;
	margin:0px;
	border: 1px solid #9C221B;
	border-bottom:0px;
}
.searchResultSubCats{
	list-style-type:none;
	list-style-position:inside;
	padding:0px;
	margin-top:5px;
	
}
.searchResultMainCatEntry{
	cursor:pointer;
	margin:0px;
	background-image:url('/img/header/verlaufpx.png');
	border-bottom: 1px solid grey;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:5px;
	
}
.searchResultSubCatEntry, .searchResultSubCatEntryAmazon{
	cursor:pointer;
	margin:0 0 0 10px;
	border-bottom:1px solid grey;
	font-style:italic;
}

.searchResultEntries{

}

.overflowYscroll{
	overflow-Y:scroll;
}
.searchResultEntry{
	cursor:pointer;
	list-style-type:none;
	list-style-position:inside;
	padding:0px;
	margin:0px;
	font-style:normal;
}
#search_container{
	background-color: #F7F4E2;
}

.i{
	margin-left:3px;
	margin-right:3px;
}


.sgrey{
	color:#c6c6c6;
	
}

.sug_entry:hover{
	cursor:pointer;
}

.helper1{
	width:300px;
	margin-left:55px;
	height:55px;
	border-right:5px solid #4b7ab3;
	border-top:5px solid #4b7ab3;
	border-bottom:5px solid #4b7ab3;
	border-left:5px solid #4b7ab3;
	font-size:150%;
	padding:20px 10px 0px 10px;
	background-color:#595959;
	color:#EEECE1;
	-moz-border-radius: 5px;
	border-radius: 5px;
	

}

.helper2{
	padding:5px;
	width:300px;
	background-color:#595959;
	color:#EEECE1;
	border:5px solid #4b7ab3;
	font-size:150%;
	margin-left:55px;
	height:40px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	height:67px;	
}

.landing_content_container{
	text-align:left;
	/*margin-left:250px;*/
	/*margin-right:auto;*/
	max-width:660px;
	background-color:#595959;
	color:#EEECE1;
	font-size:26px;
	padding:10px;
	position:relative;
	border:5px solid #4b7ab3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
}

.start_helper{
	background-color:#EEECE1;
	position:relative;
	top: -20px;
	left:460px;
	width:300px;
	padding:5px;
	border:5px solid #4b7ab3;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	color:#000000;
	font-size:16px;
	text-align:center;
}
#sharethis{
	position:absolute;
	top:109px;
	/*background-color:#F7F4E2;*/
	/*width:255px;*/
	right:250px;
	z-index:5000;
	border:3px solid #4b7ab3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#595959;
	padding:3px;
	color:#EEECE1;
}

.filter_headline{
	background-color:#595959;
	color:#EEECE1;
	text-align:center;
	width:350px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	border-top:3px solid #4b7ab3;
	border-left:3px solid #4b7ab3;
	border-right:3px solid #4b7ab3;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	border-radius: 5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.filter_menu{
	width:200px;
	background-color:#595959;
	color:#EEECE1;
	text-align:center;
	width:200px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	border-top:3px solid #FFC000;
	border-left:3px solid #4b7ab3;
	border-right:3px solid #4b7ab3;
	
	
}

.bottom_radius{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.searchResultEntry li{
	border-top:2px dotted #FFC000;
}

.searchResultEntry li.no_border{
	border-top:0px;
}

.searchResultEntry li.highlighted_li{
	border: 2px solid #4b7ab3;
	border-top:2px solid #4b7ab3;
}

.searchResultEntry_selected{
	border: 2px solid #4b7ab3;
	border-top:2px solid #4b7ab3;
}


.searchResultEntry li.searchResultEntry_selected{
	border: 2px solid #4b7ab3;
	border-top:2px solid #4b7ab3;
}

#searchpopup ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#searchpopup li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.olPopupContent {
 border-left:3px solid #4b7ab3;
 border-right:3px solid #4b7ab3;
 background-color:white;
}

.suggest_headline{
	margin-top:5px;
	font-weight:bold;
}

.popup_text{
	padding:5px;
	background-color:#FFFFFF;
}

#suggest_point{
	padding:0px;
	background-color:#FFFFFF;
}

#sharethis a{
	float:left;
	margin-left:3px;
}

.goBackButton{
    border: none 0px;
    border:3px solid #4b7ab3;
    padding:5px;
    font-weight:bold;
    color:#EEECE1;
    background-color:#595959;
    -moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	top: 20px;
	left:310px;
	width:185px;
	cursor:pointer;
}

.a_no_deco{
	color:#000000;
	cursor:pointer;
}
.a_no_deco:hover{
	text-decoration:none;
}
.searchOther{
    border:3px solid #4b7ab3;
    padding:5px;
    font-weight:bold;
    color:#EEECE1;
    background-color:#595959;
    -moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	text-align:center;
}
#details_tab_content_wrapper{
	min-height:200px;
}

