/*
 *
 * ALLGEMEINE DEFINITIONEN UND HELFER
 *
 */

html {
	margin: 0;
	padding: 0;
	/* Springen im Firefox unterbinden */
	/*height: 100%;  
	margin-bottom: 1px;*/	
}

body {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #F1F4E6;
	overflow:-moz-scrollbars-vertical;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Clearen per Overflow */
.floatbox { overflow:hidden; }
/* .floatbox-Anpassung für IE */
* html .floatbox {width:100%;}

p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: black;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0;
}

hr {
	margin: 6px 12px 6px 12px;
	height: 0;
	font-size: 0;
	border: none;
	border-bottom: 1px solid #7A9400;
}

.clearer {
	clear: both;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	text-decoration: none;
}

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/*
 * 
 *
 */
 
div#container_main {
	position: relative;
	margin: 10px 0 0 0;
	background-image: url(../images/background.jpg);
	background-color: #F1F4E6;
	background-repeat: repeat-x;
	min-height: 550px;
}
* html div#container_main {
	height: 550px;
}

div#container_content {
	position: relative;
	background-color: white;
}
* html div#container_content {
	z-index: -1;
}
*+html div#container_content {
	z-index: -1;
}



/*
 * Login
 *
 */

div#container_login {
	position:absolute;
	top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size:100%;
}
body.layout div#container_login .login_top_bg {
	background-color: #272727;
	display: none;
}

div#container_login .login_top {
	height:240px;	
	background-color: #272727;
	color:  #999999;
}
div#container_login .advantages {
	float: left;
	width: 220px;
	height: 60px;
	padding: 10px 30px 10px 0;
	background-image: url(../images/dotted_line_vertical_login.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
div#container_login .input_fields {
	float: left;
	padding: 26px 0 0 30px;
}
div#container_login .login_links {
	float: left;
	padding: 0 0 0 10px;
}
div#container_login .login_links a {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
div#container_login .login_links a:hover {
	text-decoration: none;
}

div#container_login .login_bottom {
	position: relative;
	margin: 0 0;
	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;	
    top: 0;
    z-index: 999;
}

div#container_login ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 100%;
	text-align: center;
}

div#container_login ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

div#container_login ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

div#container_login ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
  	font-weight: bold;
  	font-size:90%;
}

div#container_login ul.login li a {
	color: #97bf0d;
	
}

div#container_login ul.login li a:hover {
	color: white;
}

div#container_login .sep {color:#414141}

div#container_login a.open, div#container_login a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 55px;
	position: relative;
	top: 11px;	
}

div#container_login a.open {background: url(../images/bt_open.png) no-repeat left 0;}
div#container_login a.close {background: url(../images/bt_close.png) no-repeat left 0;}
div#container_login a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
div#container_login a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}


div#container_login h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

div#container_login h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

div#container_login p {
	margin: 5px 0;
	padding: 0;
}

div#container_login a {
	text-decoration: none;
	color: #97bf0d;
}

div#container_login a:hover {
	color: white;
}

div#container_login a-lost-pwd {
	display: block;
	float: left;
}

div#container_login .content {
	width: 675px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 1em;
}

div#container_login .content .left {
	width: 400px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

div#container_login .content .right {
	padding: 0 15px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 205px;
	float: left;
}

div#container_login .content form {
	margin: 0 0 10px 0;
}

div#container_login .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

div#container_login .content input.field {
	border: 1px #94BE04 solid;
	background: #EDF0C5;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	height: 16px;
}


/* BUTTONS */
/* Login and Register buttons */
div#container_login .content input.bt_login,
div#container_login.content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

div#container_login .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

input.button_inverse {
	background-color:transparent;
	background-image:url(../images/but_60_invers.png);
	background-repeat:no-repeat;
	display: block;

	float: left;
	clear: left;

	text-align: center;
	cursor: pointer;
	border: none;
	margin: 10px 0;

	color:#000;
	font-size:12px;
	height:22px;
	line-height:22px;
	padding:0;
	text-align:center;
	width:60px;
}

div#container_login .login_userinfo {
	position: absolute;
	top: 0;
	right: 100px;
	height: 20px;
	text-align: right;
	line-height: 20px;
}
div#container_login .login_userinfo .user_label {
	color: #999999;
}



/*
 * Header
 *
 */

div#container_header {
	position: relative;
	z-index: 10;
	
}

div#container_header div.print_logo {
	display: none;
}
div#container_header div.logo {
	position: absolute;
	top: 0;	
	height: 100px;
	width: 235px;
	padding: 0;
	margin: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
div#container_header div.logo a {
	text-decoration: none;
	display: block;
	height: 100px;
	width: 235px;
}

div#container_header div.box_mainmenu {
	position: absolute;
	top: 40px;
	right: 12px;
	height: 30px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

div#container_header div.box_mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


div#container_header div.box_mainmenu li {
	position: relative;
	background-image: url(../images/topnav_bg_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin-left: 20px;
	line-height: 30px;
}
div#container_header div.box_mainmenu li span.bg_left {
	background-image: url(../images/topnav_bg_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	float: left;
}

div#container_header div.box_mainmenu a {
	float: left;
	margin: 0;
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #bcce38;
}


div#container_header div.box_mainmenu li.topnav_hover span.bg_left {
	background-position: left -30px;
}
div#container_header div.box_mainmenu li.topnav_hover {
	background-position: right -30px;
}
div#container_header div.box_mainmenu li.topnav_hover a {
	color: black;
}

div#container_header div.box_mainmenu li.active span.bg_left {
	background-position: left -60px;
}
div#container_header div.box_mainmenu li.active {
	background-position: right -60px;
}
div#container_header div.box_mainmenu li.active a {
	color: black;
}

div#container_header div.box_mainmenu a.arrow {
	float: left;
	padding: 0 8px 0 0;
	margin: 0 0 0 8px;
	display: block;
	width: 10px;
	height: 30px;
	background-image: url(../images/arrow_rightf.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
div#container_header div.box_mainmenu span.active a.arrow {
	background-image: url(../images/arrow_down_black.gif);
	background-position: left 12px;
}

div#container_header div.box_mainmenu ul.topnav_dropdown {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 30px;
	right: 0;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 8px;
	height: auto;
	font-size: 12px;
	line-height: normal;
	background-color: white;
	border: 2px solid #97bf0d;
}
div#container_header div.box_mainmenu .topnav_dropdown li {
	display: inline; /* for IE6 */
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	background: none;
	background-image: none;
}
div#container_header div.box_mainmenu .topnav_dropdown li a {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	color: black;
	font-weight: normal;
}
div#container_header div.box_mainmenu .topnav_dropdown li a:hover {
	color: #7a9400;
}



/*
 *  Left
 *
 */

div#container_column_left {
	float: left;
}



/*
 *  Center
 *
 */

div#container_column_center {
	float: left;
}


.detailed_search_table {
	width: 568px;
	color: #666666;
	margin-bottom: 12px;
}
.detailed_search_table a {
	color: #666666;
}
.detailed_search_table a.location_name {
	text-decoration: none;	
}
.detailed_search_table a.location_name h3 {
	color:#97BF0D;
	padding-left:10px;
	background-image:url(../images/arrow_xoani_6x8.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	display:inline;
	}
.detailed_search_table b {
	color:#000;
}
.detailed_search_table h2 {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	color:#000;
	font-weight:bold;
}
.detailed_search_table td.header {
	padding: 6px 0 6px 0;
	vertical-align:middle;
}
.detailed_search_table td {
	padding: 6px 0 15px 0;
	vertical-align: top;
	background-image: url(../images/green_line_1px.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color:#414141;
}

.detailed_search_table td.last_row {
	background-image:none;
	}
.detailed_search_table .type_table {
	margin-left: 8px;
}
.detailed_search_table .type_table td {
	padding: 0;
	vertical-align: top;
	background: none;
}
.detailed_search_table td.status {
	width: 1%;
}
.detailed_search_table td.status .status_open,
.detailed_search_table td.status .status_closed {
	float: right;
}
.detailed_search_table td.images {
	width: 117px;
}

.detailed_search_table td.menusearch {
	text-align:center;
	}
	
.detailed_search_table td.menusearch div.location {
	margin-bottom:10px;
	}

.detailed_search_table .pager {
	white-space:nowrap;	
	padding:6px 0 6px 0;
	vertical-align:middle;
}
.detailed_search_table .pager a {
	font-size:16px;
	color:#97BF0D;
	font-weight:bold;
	line-height:16px;	
	}
.detailed_search_table .pager u {
	font-size:16px;
	color:#909090;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	}	

.detailed_search_table .pager_prev {
	background-image:url(../images/arrow_xoani_pager_prev.png);
	background-repeat:no-repeat;
	background-position:top left;	
}

	
.detailed_search_table .pager_next {
	background-image:url(../images/arrow_xoani_pager_next.png);
	background-repeat:no-repeat;
	background-position:top left;
	}

.search_table {
	width: 100%;
	color: #666666;
	margin-bottom: 12px;
}
.search_table a {
	font-weight: bold;
}
.search_table td {
	padding: 2px 0 2px 0;
	/*vertical-align: top;*/
}





.more_locations {
	color: #666666;
	background-color: white;
	padding-top: 10px;	
}
.more_locations h2 {
	margin-bottom: 10px;
	color: black;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	background-color: #97bf0d;
}
.more_locations p {
	padding-bottom: 8px;
}


/*
 *  Right
 *
 */
/* TODO Clearfix */
div#container_column_right {
	 
}

div#container_column_right .more_locations {
	padding-bottom:20px;
	margin:0 0 12px 22px;
	}

div#container_column_right .more_locations h2 {
	width: 178px;
	height: auto;
	min-height: 21px;
	line-height: 16px;
	text-align: left;
	background-color: transparent;
	padding-left: 20px;
	background-image: url(../images/arrow_xoani.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
* html div#container_column_right .more_locations h2 {
	height: 21px;
	width: 158px;
}


/*
 *  Location Column
 *
 */
 
#location_container {	
	border-left:1px solid #212121;
	border-right:1px solid #212121;
	border-bottom:1px solid #212121;
	display:block;	
	padding-top:50px;		
}

#location_title {
	background-color:#212121;
	height:25px;
	}

#location_title .outer_left {
	float:left;
	background-image:url(../images/search_loupe.png);
	background-repat:no-repeat;
	height:25px;
	width:50px;
	
	}
	
#location_title .outer_left a {
	cursor:hand;
	width:45px;
	height:24px;
	display:block;
	}
	
#location_title .inner_right {
	float:right;
	line-height:25px;	
	color:#909090;
	width:70px;
	text-align:right;
	padding-right:5px;
	}
#location_title .inner_right div {
	float:right;
	margin:1px 0 0 8px;
	}


#location_title .previous_loc {
	float:right;
	background-image:url(../images/button_prev_next.png);
	background-repeat:no-repeat;
	background-position:left top;
	heigth:25px;
	width:30px;
	line-height:25px;
	margin-right:1px;
	}

#location_title .previous_loc_inact {
	float:right;
	background-image:url(../images/button_prev_next_inact.png);
	background-repeat:no-repeat;
	background-position:left top;	
	heigth:25px;
	width:30px;
	line-height:25px;
	margin-right:1px;
	}

#location_title .next_loc {
	float:right;
	background-image:url(../images/button_prev_next.png);
	background-repeat:no-repeat;
	background-position:-31px top;
	margin:0px 0 0 0px;
	heigth:25px;
	width:30px;
	line-height:25px;
	}
	
#location_title .next_loc_inact {
	float:right;
	background-image:url(../images/button_prev_next_inact.png);
	background-repeat:no-repeat;
	background-position:-31px top;
	margin:0px 0 0 0px;
	heigth:25px;
	width:30px;
	line-height:25px;
}
	
#location_title .next_loc  a, #location_title .previous_loc  a, #location_title .previous_loc_edge  a {
	cursor:hand;
	width:30px;
	height:24px;
	display:block;
	} 
	
#location_title .center {
	margin-left:60px;
	width:150px;
	}
#location_title .center h1 {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	white-space:nowrap;
	}
	
div#location_column {
	float: left;
	padding: 0;
	margin: 0;
	width: 674px;
	margin: 0 18px 0 0;
}
div#location_left {
	float: left;
	padding: 0;
	width: 280px;
	margin: 0 0px 0 10px;	
}
div#location_left .thumbs img {
	padding: 0;
	margin: 0 6px 0 0;
}
div#location_left img.last_thumb {
	padding: 0;
	margin: 0;
}



div#location_right {	
	/*width: 278px;*/
	padding: 0;
	margin: 0 10px 20px 290px;
}

#location_right .location_attributes, #location_right .location_info_box {
	margin-top:10px;
}

div#location_right .location_header {
	margin-bottom: 20px;
}
div#location_right .location_header h1 {
	float: left;
	width: 250px;
	font-size: 24px;
}
div#location_right .location_header .status {
	float: right;
	width: 60px;
}
div#location_right .location_header .status_text {
	display: block;
	float: left;
}
div#location_right .location_header .status_closed,
div#location_right .location_header .status_open {
	float: right;
}

div#location_right .description {
	margin-bottom: 20px;
	
}

div#location_right .info_box {	
	padding: 6px;	
	margin-bottom: 20px;
	background-color:#ECEFC5;
}
div#location_right .address {	
	width: 243px;	
}
div#location_right .address h2 {
	font-size: 14px;
	color: black;
}
div#location_right .location_category {	
	width: 88px;
	padding: 20px 0 0 12px;
}
div#location_right .info_box .location_category table {

}

div#location_right .location_attributes {	
	color: #666666;
}
div#location_right .location_attributes p {
	margin-bottom: 10px;
}
div#location_right .location_attributes b {
	color: black;
}



/*
 *  Left or Right 198px
 *
 */

div.subnav {
	position: relative;
	margin: 0 0 12px 22px;
	padding: 0 0 4px 0;
	background-color: white;
}
div.subnav ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}
div.subnav li {
	margin: 0 0 8px 0;
	padding: 0;
}
div.subnav a {
	color: #666666;
	text-decoration: none;
}
div.subnav a:hover {
	text-decoration: underline;
}


div.gadgets {
	background-color: #FFFFFF;
	padding: 12px 0 20px 0;
	text-align: center;
}
div.gadgets a {
	margin-right: 4px;
}

div.tags {
	background-color: #FFFFFF;
	padding: 12px 0 20px 0;
}
div.tags h3 {
	font-size: 14px;
}
div.tags a {
	padding: 0 4px 0 4px;
	color: #666666;
	text-decoration: none;
}
div.tags a:hover {
	background-color: #97bf0d;
}
div.tags .size1 {
	font-size: 21px;
}
div.tags .size2 {
	font-size: 20px;
}
div.tags .size3 {
	font-size: 19px;
}
div.tags .size4 {
	font-size: 18px;
}
div.tags .size5 {
	font-size: 17px;
}
div.tags .size6 {
	font-size: 16px;
}
div.tags .size7 {
	font-size: 15px;
}
div.tags .size8 {
	font-size: 14px;
}
div.tags .size9 {
	font-size: 13px;
}
div.tags .size0 {
	font-size: 12px;
}



.flickrContainer {
  background-color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 3px;
}
#flickrGallery {
  margin-top: 10px;
}
#flickrGallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#flickrGallery ul li {
  float: left;
  margin-left: 12px;
  margin-bottom: 12px;
}

/*
 *  Searchbar
 *
 */

div#searchbar {
	position: relative;
	margin-bottom: 30px;
	min-height: 70px;
}
* html div#searchbar {
	height: 70px;
}

div#filter_search {
	background-color:#ECEFC5;	
	}
	
div#filter_search .box_edge_lu	{
	background-image:url(../images/search_edge_lu.png);
	background-position: top left;
	background-repeat: no-repeat;
}
	
div#filter_search .box_edge_ru {
	background-image:url(../images/search_edge_ru.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div#filter_search .box_edge_lb {
	background-image:url(../images/search_edge_lb.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#filter_search .box_edge_rb {
	background-image:url(../images/search_edge_rb.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div#filter_search .content {
	/*height:200px;*/
	padding:10px 17px 10px 17px;
	}

div#filter_search .content .edit {
	float:left;
	margin-left:5px;
	}

div#filter_search .content .cat_left {	
	margin:5px 10px 0 35px;
	padding:3px 0 0 0;
	width:200px;
	}
	
div#filter_search .content .reset {
	text-align:right;
	}
	
div#filter_search .content .reset .button {
	width:125px;
	background-image:url(../images/but_125.png);
	}
	
div#filter_search #selected_countries .location_separator {
	background-image:url(../images/arrow_xoani_6x8.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	width:8px;
	display:block;
	margin:0px 3px 0 5px;
	
	}
	
div#filter_search #selected_countries .delete {
	margin:0px 0 0 5px;
	
	}
	
div#filter_search #selected_countries ul.whereami {
	list-style:none;
	margin:0;
	padding:0;
	}	
	
div#filter_search #selected_countries ul.whereami li {
	float:left;
	}
	
#veil {
	display:none;
	background-color:#fff;
	opacity:0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;	
	}
	
#popin {
	display:none;				
	background-image:url(../images/bg_transparent_px.png);	
	width: 548px;		
	min-height:370px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	color:#fff;
	padding:5px 5px 5px 15px;
	margin:0 10px 0 0px;
	}
	
/* Höhe für IE 6 definieren */	
* html #popin {
	min-height:370px;
	}	
	
#popin .popclose {
	background-image: url(../images/icon_close_popin.png);
	background-repeat: no-repeat;
	background-position:top left;
	width:10px;
	height:10px;
	position:absolute;
	top:3px;
	right:3px;
	}
	
#popin .categories {
	min-height:360px;	
	position:relative;
	}
	
#popin .categories .column {
	float:left;
	margin:0 30px 0 5px;
	border-left:1px solid #414141;
	padding-left:5px;
	height:200px;
	line-height:1.7em;
	}
	
#popin .categories .locfinder {
	margin-top:30px;
	}
	
#popin .categories .locfinder h3 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
	}
	
#popin .categories .location_separator {
	background-image:url(../images/arrow_xoani_17x20.png);
	background-repeat:no-repeat;
	width:20px;
	display:block;
	margin:0 3px 0 3px;
	}
	
#popin .categories ul.whereami {
	list-style:none;
	margin:0;
	padding:0;
	}	
	
#popin .categories ul.whereami li {
	float:left;
	}
	
#popin .categories .surrounding {
	position:absolute;
	right:3px;
	top:20px;
	padding-left:30px;
	background-image:url(../images/icon_umkreis.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	}
	
#popin .categories .surrounding_text {	
	position:absolute;	
	bottom:30px;
	padding-left:30px;
	margin-left:5px;
	background-image:url(../images/icon_umkreis.png);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:20px;	
	color:#909090;
	}

	
#popin .button_row {
	position:absolute;
	bottom:0px;
	text-align:center;
	margin:0px;
	display:block;	
	width:540px;
	whitespace:nowrap;		
	}
	
#popin .button_row .button {
	width:125px;
	background-image:url(../images/but_125.png);
	margin:0 5px 0 5px;
	}
	
#popin .button_row .button_next {
	background-image:url(../images/but_next_125.png);
	}
	
#popin .button_row .button_prev {
	background-image:url(../images/but_prev_125.png);	
	}
	
#popin label {
	margin-left:6px;
	}
	
#popin h1 {
	color:#909090;
	font-size:16px;
	}
	
#popin h2 {
	color:#fff;
	font-size:16px;
	margin-bottom:40px;
	width:450px;
	}
	
div#simple_search {	
	width: 300px;
	height: 70px;
	padding: 7px 0 0 20px;
	background-image: url(../images/search_bg_small.png);
	background-repeat: no-repeat;
}
div#simple_search .search_icon {
	position: relative;
	float: left;
	margin: 0 12px 0 0;
}
div#simple_search .search_icon a {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/dummy_icon_50x50.gif);
	background-repeat: no-repeat;
	outline: 0; /* prevent dotted border in Firefox */
}

div#simple_search .input_fields {
	float: left;
	padding: 8px 0 0 30px;
	background-image:url(../images/icon_lupe.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:43px;
	width:300px;
}
div#container_login .input_fields .field,
div#simple_search .input_fields .field {
	float: left;
	padding: 4px 0 0 4px;
	width: 150px;
	height: 22px;
	margin-right: 8px;
	border: 2px solid #94BE04;
	background-color: #EDF0C5;
}

div#simple_search .input_fields .button {
	margin-top:7px;	
	}
div#simple_search .input_fields .field {	
	background-image:url(../images/icon_lupe.png);
	background-position:-32px -10px;
	background-repeat:no-repeat;
}

div#simple_search a.search_toggle {
	margin: 0 0 0 10px;
	padding-left: 16px;
	background-image: url(../images/arrow_down_black.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
div#simple_search a.active {
	background-image: url(../images/arrow_up_black.gif);
}

div#advanced_search {
	margin: 0;
	padding: 57px 0 0 0;
	background-image: url(../images/bg_extended_search.gif);
	background-repeat: repeat-y;
}
div#advanced_search .rounding_bottom {
	height: 13px;
	background-image: url(../images/bg_extended_search_round.gif);
	background-repeat: no-repeat;
	background-color: white;
}

#extended_search {
  padding: 33px 20px 7px 20px;
	display: none;
}

#extended_search .column {
  float: left;
  width: 210px;
}

#extended_search .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px; 
  background-image: url(../images/arrow_down_black.gif); 
  background-repeat: no-repeat; 
  background-position: left 50%; 
  padding-left: 15px;
}

#extended_search label {
  margin-left: 5px;
}
#extended_search .clear_button {
	text-align: right;
}



/*
 *  3er Teaser
 *
 */

div#container_column_teasers {
	width: 846px;
	background-image: url(../images/bg_stripe_3teaser.gif);
	margin: 0 11px 0 11px;
	padding-left: 12px;
}
div#container_column_teasers .float_left {
	float: left;
}

div.striped_background div.teaser {
	color: #666666;
	padding: 6px 0 6px 0;
	margin: 0 0 12px 0;
	background-color: white;
}

div#container_column_teasers .teaser {
	color: #666666;
	background-color: white;
	width: 232px;
	padding: 0 19px 0 19px;
	margin: 0 12px 0 0;
}


div.striped_background .teaser b,
div#container_column_teasers .teaser b {
	color: black;
}


div.striped_background .teaser h1,
div#container_column_teasers .teaser h1 {
	color: black;
	font-size: 16px;
	margin-bottom: 8px;
}


div.striped_background .teaser img,
div#container_column_teasers .teaser img {
	margin-bottom: 8px;
}

div#container_column_teasers .toplist_teaser {
	color: #666666;
	background-color: white;
	width: 232px;
	padding: 0 19px 0 19px;
	margin: 0 12px 0 0;
}
div#container_column_teasers .toplist_teaser h1 {
	color: black;
	font-size: 16px;
	margin-bottom: 8px;
}
div#container_column_teasers .toplist_teaser ol {
	padding: 0;
	margin: 0;
	border-top: 1px solid #BECD00;
	list-style-position: inside;
}
div#container_column_teasers .toplist_teaser ol li {
	border-bottom: 1px solid #BECD00;
	line-height: 20px;
}
div#container_column_teasers .toplist_teaser ol li:hover {
	background-color: #F4F7EC;
}
div#container_column_teasers .toplist_teaser ol a {
	color: #666666;
}
div#container_column_teasers .toplist_teaser ol a:hover {
	color: black;
}


div#container_column_teasers .toplist_teaser ul {
	padding: 0;
	margin: 6px 0 6px 0;
	border-top: 1px solid #BECD00;
	list-style: none;
}
div#container_column_teasers .toplist_teaser ul li {
	padding: 6px 0 6px 20px;
	margin: 0;
	border-bottom: 1px solid #BECD00;
	background-image: url(../images/icon_bullet.gif); 
  background-repeat: no-repeat; 
  background-position: left 4px;
}

div#container_column_teasers .toplist_teaser ul li.plain {
	padding: 0px 0 0px 0px;
	margin: 0;
	line-height:20px;
	border-bottom: 1px solid #BECD00;
	background-image: none; 
  background-repeat: no-repeat; 
  background-position: left 4px;
}

div#container_column_teasers .toplist_teaser ul li.plain {
	border-bottom: 1px solid #BECD00;
	line-height: 20px;
}
div#container_column_teasers .toplist_teaser ul li.plain:hover {
	background-color: #F4F7EC;
}

div#container_column_teasers .toplist_teaser ul li.plain a {
	color: #666666;
}
div#container_column_teasers .toplist_teaser ul li.plain a:hover {
	color: black;
}


/*
	neue Startseiten Teaser Box
*/

#toplistbox {
	border-bottom: 1px solid #97BF0D;
	}

#toplistbox .ui-tabs-nav {
	 border-bottom: 1px solid #97BF0D;
}

#toplistbox .ui-tabs-nav a span {
	margin:0 8px 0 11px;
	text-align:center;
	}

#toplistbox .ui-tabs-nav a span {
	width: 130px; /* IE 6 treats width as min-width */
    min-width: 130px;
    background-image:none;
	}
	
#toplistbox .ui-tabs-nav a {
	background-image: url(../images/button_tab_empty_150.png);
	margin:0;
	}	
	
#toplistbox .ui-tabs-nav .ui-tabs-selected a {
	background-image: url(../images/button_tab_full_150.png);
	}
	
#toplistbox .ui-tabs-nav li {
	min-width:150px;
	background-image:none;
	padding-left:0;
	}
	
#toplistbox .ui-tabs-panel {
	 border-top:none;	
	 min-height: 338px;
	}
	
#toplistbox .ui-tabs-nav {
	padding-left:0px;
	
	}
	
#toplistbox .detailed_search_table {
	width:100%;
	margin-bottom:0;
	}	
	
#toplistbox .detailed_search_table td {
	background-image:none;
	border-bottom:none;
	}
	
#toplistbox .detailed_search_table td.description {
	width: 150px;
	}
	
#toplistbox .detailed_search_table td.images {
	width: 120px;
	}
	
#toplistbox .detailed_search_table td.button {
	padding:0;
	}
	
#toplistbox .detailed_search_table td.button input {
	width:125px;
	background-image:url(../images/but_125.png);
	background-repeat:no-repeat;
	}
	
	


/*
 *  Footer
 *
 */

div#container_footer {
	color: #666666;
}
div.copyright {
	float: left;
}
div.footer_menu {
	float: right;
}
div.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.footer_menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
div.footer_menu a {
	color: #666666;
	text-decoration: none;
}
div.footer_menu a:hover {
	text-decoration: underline;
}

/*
 *  Edit Fields
 *
 */
 
 .highlighted {
	color: #E6261A;
}



/* Edit Form */

div.editform_container {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.editform_container h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
}

div.editform_container .error_box {
	margin: 0;
	padding: 20px 0 10px 0;
}

div.editform_container .label {
	color: #7A9400;
}
div.editform_container .editform {
	margin: 0 0 20px 0;
	padding: 0;
	width: 653px;
}
#container_column_center div.editform_container .editform {
	margin: 0 0 20px 0;
	padding: 0;
	width: 468px;
}
.tx-srfeuserregister-pi1 div.editform_container .editform {
	width: 468px;
}
div.editform_container .opening_times {
	width: 502px;
}
div.editform_container .editform td {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
}
div.editform_container .editform td.mceToolbarTop {
	padding: 0 0 1px 0;
}
div.editform_container .editform td.label {
	margin: 0;
	padding: 0 0 2px 0;
}
div.editform_container .editform .textfield select,
div.editform_container .editform .textfield input {
	margin: 0;
	padding: 0;
	width: 99%;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
body div.editform_container .editform select:focus,
body div.editform_container .editform input:focus {
	border: 2px solid #97BF0D;
}
div.editform_container .editform textarea {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
div.editform_container .editform textarea:focus {
	border: 2px solid #97BF0D;
}
div.editform_container .editform .zip input {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
div.editform_container .editform td.label_city {
	margin: 0;
	padding: 0 0 0 4px;
}
div.editform_container .editform .city input {
	margin: 0;
	padding: 0;
	width: 444px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
.tx-srfeuserregister-pi1 div.editform_container .editform .city input {
	width: 100px;
}

div.editform_container .editform .opening_times_col1 input {
	margin: 0 10px 0 0;
	padding: 0;
}
div.editform_container .editform .opening_times_col2 select,
div.editform_container .editform .opening_times_col3 select {
	margin: 0;
	padding: 0;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
}

div.editform_container .submit_row {
	margin: 0 0 20px 0;
	padding: 0;
}
div.editform_container .submit_row .submitt_button {
	float: left;
}
div.editform_container .submit_row .required_note {
	float: right;
}

div.menusearch {
	background-image:url(../images/menusearch_clock.jpg);
	background-repeat:no-repeat;
	background-position:175px top;	
	margin-right:10px;
	}

table.editform_menusearch { width:100%; margin:0;}

table.editform_menusearch td.textfield { text-align:left; padding:5px 0 5px 0; }

table.editform_menusearch td.submit_row { text-align:left; padding:5px 0 5px 0; }
 
table.editform_menusearch .inputfield { width:144px; }

table.editform_menusearch .selectfield { width:148px; }

div .menusearch_error {
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	border: 1px solid #ff0000;
	background-color: #ffd2ce;	
	width:136px;
}



/*
 *  Menu Plan
 *
 */
 
div.header_menuplan {
	padding: 4px 0 12px 0;
}
div.header_menuplan .previous_menu {
	width: 150px;
	float: left;
}
div.header_menuplan .previous_menu a {
	padding: 0 0 0 12px;
	color: #BCD94A;
	text-decoration: none;
	background-image: url(../images/arrow_leftf.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
div.header_menuplan .next_menu {
	width: 150px;
	float: right;
	text-align: right;
}
div.header_menuplan .next_menu a {
	padding: 0 12px 0 0;
	color: #BCD94A;
	text-decoration: none;
	background-image: url(../images/arrow_rightf.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
}
div.header_menuplan .week {
	float: left;
	width: 350px;
	text-align: center;
}

div.menu_entry {
	margin-bottom: 12px;
}
div.menu_entry .menu_bg {
	padding: 0 12px 0 12px;
}
div.menu_entry .active {
	background-image: url(../images/bg_stripe.gif);
}
div.menu_entry .active .menu_content {
	background-color: #E9EFC5;
}
div.menu_entry .menu_content {
	padding: 4px 10px;
	background-color: #F4F7EC;
}
div.menu_entry .menu_day {
	padding: 0 0 4px 0;
	float: left;
	font-weight: bold;
	position: relative;
}
div.menu_entry .menu_description {
	float: left;
	clear: left;
	width: 500px;
	text-align:center;
}
div.menu_entry .menu_bookmark {
	float: right;
}

/*
 *  Typo banner
 *
 */
 
.header_banner {
	margin: 0 12px 20px 12px;
}

/*
 *  Google map
 *
 */

div#google_map_form {
	margin: 0;
	padding: 12px 0 0 0;
}

div#google_map_form .gmap_label {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 34px;
	/* gleiche höhe wie input field */
	line-height: 20px;
}
div#google_map_form .input_field {
	margin: 0;
	padding: 0 5px 0 0;
}
div#google_map_form .location_name {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	overflow: hidden;
	line-height: 20px;
}

div#google_map_form input.button_wide {
	float: right;
}

div#google_map_form input.textfield {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}

div#google_map_form input.textfield:focus {
	border: 2px solid #97BF0D;
}

/*
 *  Voucher
 *
 */

div.print_voucher {
	float: right;
}
div.print_voucher a:hover {
	text-decoration: underline;
}

div#voucher {
	position: relative;
	margin: 20px 0 0 0;
}
div#voucher .voucher_background {
	width: 550px;
	height: 268px;
}
div#voucher .voucher_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 268px;
}
div#voucher .voucher_container {
	position: relative;
}
div#voucher .voucher_username {
	position: absolute;
	top: 0px;
	left: 18px;
	height: 18px;
	line-height: 18px;
}
div#voucher .voucher_description {
	position: absolute;
	top: 18px;
	left: 177px;
	width: 350px;
	height: 55px;
	overflow: hidden;
	padding: 6px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
}
div#voucher .small {
	font-weight:normal;
	}

div#voucher .voucher_text {
	position: absolute;
	top: 234px;
	width: 550px;
	text-align: center;
	font-size: 10px;
}


/*
 *  For ALL
 *
 */
 
.ui-tabs-panel .bbytesDatagrid .action_icon_cell a {
	/* print display: none;*/
}

a.arrow_link {
	color: #BCD94A;
	padding-left: 12px;
	background-image: url(../images/arrow_link.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.arrow_link:hover {
	text-decoration: underline;
}
a.print {
	padding: 0px 0 0 28px;
	background-image: url(../images/icon_drucken.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	line-height:26px;
	display:block;
}
a.search {
	padding: 0px 0 0 28px;
	background-image: url(../images/icon_stern.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	display:block;
	line-height:26px;
	
}
a.search_result {
	padding: 0px 0 0 28px;
	background-image: url(../images/icon_suche.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	line-height:26px;
	display:block;
}
a.report_content {
	padding: 0px 0 0 28px;
	background-position: left 2px;
	background-image: url(../images/icon_report.png);
	background-repeat: no-repeat;
	line-height:26px;
	display:block;
}
a.recommend {
	padding: 0px 0 0 28px;
	background-position: left 2px;
	background-image: url(../images/icon_recommend.png);
	background-repeat: no-repeat;
	line-height:26px;
	display:block;
}
a.ajaxSuccessLink {
	padding: 0px 0 0 28px;
	background-position: left 2px;
	background-image: url(../images/icon_ok.png);
	background-repeat: no-repeat;
	line-height:26px;
	display:block;
}


/*same as has_status hasnot_status but for printing (no bg image)*/
span.printimg_status {
	padding: 0 0 0 6px;
	font-size: 11px;
}
span.printimg_nostatus {
	padding: 0 0 0 6px;
	font-size: 11px;
	color:#909090;
}
span.has_status {
	padding: 0 0 0 16px;
	font-size: 11px;
	background-image: url(../images/icon_hacken.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}
span.hasnot_status {
	padding: 0 0 0 16px;
	font-size: 11px;
	/*background-image: url(../images/icon_hacken.gif);
	background-position: left 2px;
	background-repeat: no-repeat;*/
}
.print_only {	
	display: none;
}

.submitt_button input,
button.button,
input.button {
	padding: 0;
	margin: 3px 0 0 0;
	height: 22px;
	width: 60px;
	line-height: 22px;
	text-align: center;
	border: none;
	color: white;
	font-size: 11px;
	background-image: url(../images/button_60px.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
input.button_inverse {
	padding: 0;
	margin: 4px 0 0 0;
	height: 22px;
	width: 60px;
	line-height: 22px;
	text-align: center;
	border: none;
	color: black;
	font-size: 11px;
	background-image: url(../images/but_60_invers.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
input.tx-srfeuserregister-pi1-submit,
input.button_wide {
	padding: 0;
	margin: 0;
	height: 22px;
	width: 125px;
	line-height: 22px;
	text-align: center;
	border: none;
	color: white;
	font-size: 11px;
	background-image: url(../images/but_125.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

/*
*+html input.button {
	padding: 0 3px 0 3px;
}
* html input.button {
	padding: 0 3px 0 3px;
}
*/
input.button_inverse:hover,
.submitt_button input:hover,
button.button:hover,
input.button:hover {
	background-position: left -22px;
}
input.tx-srfeuserregister-pi1-submit:hover,
input.button_wide:hover {
	background-position: left -22px;
}

.striped_background {
	position: relative;
	height: 1%;
	padding: 12px 0 0 0;
	border-bottom: 1px solid white;
	background-image: url(../images/bg_stripe.gif);
}

div.status_open {
	width: 22px;
	height: 22px;
	background-image: url(../images/status_on.png);
	background-repeat: no-repeat;
}
div.status_closed {
	width: 22px;
	height: 22px;
	background-image: url(../images/status_off.png);
	background-repeat: no-repeat;
}

span.day_off {
	display: block;
	padding-bottom: 4px;
}

div.add {
	margin-bottom: 20px;
}


table.bbytesDatagrid th {
	color: black;
}

.bbytesDatagrid tr:hover {
	background-image: none;
	background-color: #EFF7D4;
}

table.styleLess td {
	border: none;
	padding: 2px;
}

div.bbytesDialogLink a {
	display: inline;
	background-color: transparent;
}

.bbytesDialog,.bbytesDialogError,.bbytesDialogMessage {
	border: none;
}



/* Location Gallery */

#largeLocationImageContainer {
	height: 200px;
	width: 278px;
	background-repeat: no-repeat;
}
#largeLocationImage {
	height: 208px;
	width: 280px;
	background-repeat: no-repeat;
}
.locationImages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.locationImages li {
	float: left;
	margin-bottom: 4px;
}


#ss_p {
  display: block;
  color: white;
  position: absolute;
  bottom: 0;
  left: 4px; 
}
#ss_n {
  display: block;
  color: white;
  position: absolute;
  bottom: 0;
  right: 4px; 
}
#ss_x {
  display: block;
  color: white;
  position: absolute;
  top: 0;
  right: 4px; 
}
#ss_a {
  display: none;
}



.error {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #ff0000;
	background-color: #ffd2ce;
}


p.info {
  padding: 10px;
  border: 1px solid #FFE900;
  background-color: #FFFABF;
  margin: 0 0 15px 0;
}

p.info a {
  text-decoration: underline;
}

.small {
	font-size: 12px;
}

/*** SEO Texte ****/
.csc-frame-frame1 {
	text-align:center;
	color:#666666;
	font-size:12px;
	margin:0 12px 0 12px;
	}
	
.csc-frame-frame2 {
	text-align:center;
	color:#666666;
	font-size:11px;
	margin:0 12px 0 12px;
	}

.csc-frame-frame1 a, .csc-frame-frame2 a {
	color:#666666;
	}

