
html {
	height:100%;
	margin-bottom:1px;
	}
body {
	height:100%;
	margin:0; padding:0;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background:#FFFFFF url(images/body_backg.png) repeat;
	}
.linkohne{
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}
.titlebox
	{
	background:#fbdc82 url(images/back1.png) repeat;
	}
/* MAIN DIV's
*******************************************************************************/
#center_website {
	width:100%;
	text-align:center;
	}
#main_total {
	height:100%;
	margin:0 auto 0 auto;
	min-width:950px;
	max-width:990px;
	/* WIDTH ALSO SET FOR IE AT iexplorer.css */
	background:#fbdc82 url(images/border_left.png) 0 0 repeat-y;
	}
#total_area {
	width:100%;
	padding-bottom:7px;
	background:url(images/border_right.png) 100% 0 repeat-y;
	}


/* HEADER & DATE & SLOGAN (FOR THE LOGO SETTINGS see logo.css)
*******************************************************************************/
#header {
	background:#fbdc82 url(images/borders_header.png) 0 -220px repeat-x;
	}
#header_left {
	background:url(images/borders_header.png) 0 0 no-repeat;
	}
	#header_left_content {
		float:left;
		height:0px;
		}
#header_right {
	height:110px;
	background:url(images/borders_header.png) 100% -110px no-repeat;
	}
	#header_right_content {
		float:right;
		height:42px;
		margin-top:15px;
		padding-right:15px;
		text-align:right;
		}
		#header_right_content a {
			margin-right:1px;
			}
		#header_right_content img {
			width:16px; height:11px;
			border:0 none;
			
			}
		#date {
			float:right;
			margin:0; padding:0;
			font-size:11px;
			text-align:right;
			color:#000000;
			}
		
		#slogan {
			float:right;
			margin-right:20px;
			padding-top:32px;
			font-size:14px;
			font-weight:bold;
			text-align:right;
			color:#0033ff;
			}


/* TOPBAR & HORIZONTAL MENU
*******************************************************************************/
#topbar {
	margin:0 10px 0 10px;
	}
#topbar_left {
	border-left:1px solid #000000;
	}
#topbar_right {
	height:35px;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #000000;
	}
#main_horiz_menu {
	float:left;
	width:100%;
	height:26px;
	margin:0;
	padding:0;
	border-top:1px solid #A9A9A9;
	white-space:nowrap;
	background-color:#9FB6D5;
	background:url(images/menu_back.png);
	}
	#main_horiz_menu ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		font-weight:bold;
		}
	#main_horiz_menu li {
		float:left;
		margin:0;
		padding:0;
		}
		#main_horiz_menu li a {
			line-height:25px;
			border-right:solid 1px #A3A3A3;
			}
		#main_horiz_menu a:link, #main_horiz_menu a:visited {
			float:left;
			padding:0 20px 0 20px;
			border-bottom:1px solid #9FB6D5; /* SAME COLOR AS BACKGROUND */
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
			color:#0033ff;
			}
		#main_horiz_menu a:hover {
			padding-top:2px;
			line-height:24px;
			border-bottom:1px solid #FFFFFF;
			text-decoration:none;
			color:#ffcc99;
			background-color:#B9C5D3;
			background:url(images/menu_backo.png);
			}


/* MAIN CONTENT & BOXES
*******************************************************************************/
#main_content {
	width:auto !important; width:100%;
	margin:0 18px 0px 18px;
	text-align:left;
	background:#FFFFFF;
	}
#main_content_top {
	background:url(images/borders_content.png) 0 0 repeat-x; /* TOP LINE */
	}
#main_content_top_left {
	background:url(images/borders_content.png) 0 -8px no-repeat; /* TOP LEFT */
	}
#main_content_top_right {
	height:8px; /* SAME HEIGHT AT #main_content_bottom_right */
	overflow:hidden;
	background:url(images/borders_content.png) 100% -24px no-repeat; /* TOP RIGHT */
	}
#main_content_bottom {
	background:url(images/borders_content.png) 0 7px repeat-x; /* BOTTOM LINE */
	}
#main_content_bottom_left {
	background:url(images/borders_content.png) 0 -16px no-repeat; /* BOTTOM LEFT */
	}
#main_content_bottom_right {
	height:8px; /* SAME HEIGHT AT #main_content_top_right */
	overflow:hidden;
	background:url(images/borders_content.png) 100% -32px no-repeat; /* BOTTOM RIGHT */
	}
#website_content {
	width:auto !important; width:100%;
	height:100%;
	padding:0 8px 0 8px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	}
	#content_area {
		margin:0;
		padding:0;
		}
	#content_left {
		float:left;
		width:190px; /* SAME MARGIN BELOW */
		padding:0;
		margin:0;
		}
	#content_right {
		float:none;
		width:auto !important; width:100%;
		margin-left:190px; /* SAME WIDTH ABOVE */
		padding-left:10px;
		}
.box {
	margin:0 0 8px 0; padding:0;
	background-color:#EDEDED;
	}
.box_top {
	background:url(images/borders_box.png) 0 0 repeat-x; /* TOP LINE */
	}
.box_top_left {
	background:url(images/borders_box.png) 0 -8px no-repeat; /* TOP LEFT */
	}
.box_top_right {
	height:8px; /* SAME HEIGHT AT .box_bottom_right */
	overflow:hidden;
	background:url(images/borders_box.png) 100% -24px no-repeat; /* TOP RIGHT */
	}
.box_bottom {
	background:#EFEFEF url(images/borders_box.png) 0 7px repeat-x; /* BOTTOM LINE */
	}
.box_bottom_left {
	background:url(images/borders_box.png) 0 -16px no-repeat; /* BOTTOM LEFT */
	}
.box_bottom_right {
	height:8px; /* SAME HEIGHT AT .box_top_right */
	overflow:hidden;
	background:url(images/borders_box.png) 100% -32px no-repeat; /* BOTTOM RIGHT */
	}
.box_content {
	width:auto !important; width:100%;
	margin:0; padding:0 8px 0 8px;
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	}
	.box_content h6 {
		margin:-2px -7px 0 -7px;
		padding:0 0 5px 8px;
		border-bottom:3px double #CDCDCD;
		font-family:Helvetica, Arial, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		color:#000000;
		background-color:transparent;
		}
	.box_content h6 a:link,
	.box_content h6 a:visited {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		text-align:left;
		color:#ffcc99;
		background-color:transparent;
		}
	.box_content h6 a:hover {
		text-decoration:none;
		color:#000000;
		}
	.box.menu_vertical ul, .box.syndication ul {
		list-style:none;
		margin:0;
		padding:10px 0 0 0;
		}
	.box.menu_vertical ul li, .box.syndication ul li {
		height:20px;
		}
	.box.menu_vertical ul li a:link, .box.menu_vertical ul li a:visited {
		height:14px;
		padding-left:20px;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#0033ff;
		background:url(images/button_play.png) no-repeat;
		background-position:0 0;
		}
	.box.menu_vertical ul li a:hover {
		padding-left:20px;
		color:#333333;
		background:url(images/button_play.png) no-repeat;
		background-position:0 -14px;
		}
	.box.syndication ul li a:link, .box.syndication ul li a:visited {
		padding-left:20px;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		color:#333333;
		background:url(images/icon_feeds.png) 0 0 no-repeat;
		}
	.box.syndication ul li a:hover {
		text-decoration:none;
		}
	.box_content.about_this_template {
		text-align:center;
		}
	.box_content.about_this_template img {
		margin:10px 2px 0 2px;
		border:0 none;
		}


/* FOOTER
*******************************************************************************/
#footer {
	background:url(images/borders_footer.png) 0 -104px repeat-x;
	}
#footer_left {
	background:url(images/borders_footer.png) 0 0 no-repeat;
	}
#footer_right {
	height:52px;
	background:url(images/borders_footer.png) 100% -52px no-repeat;
	}
	#footer_right div {
		text-align:center;
		padding-top:5px;
		font-size:9px;
		color:#FFFFFF;
		}
	#footer_right a:link, #footer_right a:visited {
		text-decoration:none;
		color:#FFFFFF;
		}
	#footer_right a:hover {
		text-decoration:none;
		color:#000000;
		}


/* LISTING DETAIL - COMMON FOR ALL TEMPLATE FILES
*******************************************************************************/
#or_content_tag .view_image {
	width:100%;
	text-align:center;
	}
.view_image span.image_caption {
	width:100%;
	line-height:25px;
	font-weight:bold;
	color:#FF0000;
	}
#or_content_tag .view_image a:link, #or_content_tag .view_image a:visited {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#CFCFCF;
	
	}
#or_content_tag .view_image a:hover {
	text-decoration:none;
	}
#or_content_tag .view_image img {
	width:480px;
	margin-bottom:10px;
	border:0 none;
	}
#features {
	clear:both
	}
	#features_left {
		float:left;
		width:50%;
		}
	.multiple_options_caption {
		margin:0;
		padding:20px 0 0 0;
		font-weight:bold;
		}
	.multiple_options {
		float:left;
		}
	.multiple_options ul {
		margin:0;
		padding:0;
		list-style-type:none;
		}
	.multiple_options li {
		display:inline;
		}
	#features_right {
		float:left;
		width:50%;
		}
	#features_right ul {
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
		}
	#features_right li {
		display:inline;
		line-height:12px;
		}
	div.features_ticked {
		float:left;
		line-height:15px;
		margin-top:15px;
		padding-left:18px;
		
		}
	div.features_ticked strong {
		line-height:15px;
		padding-top:16px;
		margin-left:-18px;
		background-color:#FFFFFF;
		}


/* SEARCH RESULTS - NEXT/PREV BAR GENERATED BY THE TAG {next_prev}
*******************************************************************************/
table.browse_tool_table {
	width:100%;
	font-size:11px;
	text-decoration:none;
	color:black;
	background-color:#F0F0F0;
	}
table.browse_tool_table td {
	}
table.browse_tool_table td.browse_tool {
	font-size:11px;
	text-decoration:none;
	color:black;
	background-color:transparent;
	}
table.browse_tool_table td.browse_tool span.browse_tool_num {
	color:#336699;
	}
	table.browse_tool_table table {
		}
	table.browse_tool_table table td {
		}
	table.browse_tool_table table td.browse_tool_button {
	}
	table.browse_tool_table table td.browse_tool {
		font-size:11px;
		text-decoration:none;
		color:black;
		background-color:transparent;
		}
	table.browse_tool_table table td.bt_pages {
		vertical-align:middle;
		font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#000000;
		background-color:#D1DEE9;
		}
	table.browse_tool_table table td.bt_pages a.bt_pages:link,
	table.browse_tool_table table td.bt_pages a.bt_pages:visited {
		display:block;
		width:24px;
		height:20px;
		text-align:center;
		color:#000000;
		}
	table.browse_tool_table table td.bt_pages a.bt_pages:hover {
		color:#FFFFFF;
		background-color:#132975;
		}
	table.browse_tool_table table td.bt_pages_ghost {
		color:#AAAAAA;
		text-decoration:none;
		}
	table.browse_tool_table table td.bt_pages_ghost span.bt_pages_ghost{
		color:#AAAAAA;
		text-decoration:none;
		}
	table.browse_tool_table table td.browse_tool_curpage {
		display:block;
		width:24px;
		height:20px;
		text-align:center;
		color:#FFFFFF;
		background-color:#132975;
		}
	table.browse_tool_table table td.browse_tool_button a:link,
	table.browse_tool_table table td.browse_tool_button a:visited {
		display:block;
		width:100px;
		height:18px;
		padding:5px;
		border:1px solid #000000;
		font-size:10px;
		font-weight:bold;
		line-height:10px;
		text-align:center;
		text-decoration:none !important;
		color:#000000;
		background-color:transparent;
		}
	table.browse_tool_table table td.browse_tool_button a:hover {
		text-decoration:none !important;
		color:#FFFFFF;
		}
	table.browse_tool_table table td.browse_tool_button span.browse_tool_ghost {
		font-size:10px;
		line-height:10px;
		text-decoration:none;
		color:#AAAAAA;
		}


/* LISTING DETAIL - NEXT/PREV BAR (WHEN "Show NextPrev Bar On Listing Page" IS
   SET TO "yes" AT "SITE CONFIG", "LISTINGS" TAB) - THIS IS NOT THE SAME FOR THE
   TAG {next_prev} AS SET ABOVE
*******************************************************************************/
.next_prev_listing {
	float:right;
	width:358px !important;
	margin:0 0 20px 0;
	padding:0;
	font-size:11px;
	}
.next_prev_listing img {
	width:59px !important;
	}
.next_prev_listing .count {
	float:right;
	width:358px;
	margin:0; padding:0 0 10px 0;
	text-align:center;
	}
.next_prev_listing ul {
	clear:both;
	width:100% ;
	height:28px !important;
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	}
.next_prev_listing li {
	display:inline;
	}
.next_prev_listing .listing_xy {
	float:right;
	width:358px;
	text-align:center;
	color:#999999;
	/*border-bottom:1px solid #CFCFCF;*/
	}


/* SEARCH CLASS DEFAULT (search_class_default.html)
*******************************************************************************/
#search_class_form {
	width:100%;
	margin:0;
	padding:0;
	background-color:#F7F7F7;
	}
#search_class_form h3 {
	margin:0;
	padding:10px 0 10px 10px;
	font-size:14px;
	color:#000000;
	}
form#class_search_form {
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	line-height:20px;
	color:#000000;
	}
form#class_search_form input { /* THESE SETTINGS MAY AFFECT BELLOW */
	margin:0 5px 0 10px;
	background-color:#F7F7F7;
	}
	form#class_search_form input#button_search_listings {
		width:150px;
		margin:20px 10px 0 10px;
		padding:3px 0 3px 0;
		border:3px outset #999999;
		cursor:pointer;
		font-size:12px;
		color:#000000;
		background-color:#9FB6D5;
		}
	form#class_search_form input#button_view_listings {
		width:150px;
		margin:20px 10px 0 0;
		padding:3px 0 3px 0;
		border:3px outset #999999;
		cursor:pointer;
		font-size:12px;
		color:#000000;
		background-color:#9FB6D5;
		}


/* SEARCH PAGE DEFAULT (search_page_default.html)
*******************************************************************************/
#search_page_default {
	float:left;
	width:100%;
	font-size:12px;
	}
	#search_page_default .no_results {
	float:left;
	color:#FC0000;
	margin-bottom:10px;
	}
	#search_page_default .no_results a:link,
	#search_page_default .no_results a:visited {
		color:#FC0000;
		}
	#search_page_default .no_results a:hover {
		color:#000000;
		}

#templated_search_form {
	width:100%;
	}
#templated_search_form_data {
	margin-left:140px; /* SAME WIDTH SET AT featured_vertical.css FOR "#featured_listings_vertical" */
	}
	div#templated_search_form form {
		float:left;
		padding-top:20px;
		}
	table#search_fields {
		width:100%;
		}
	table#search_fields td {
		width:50%;
		padding-bottom:20px;
		vertical-align:top;
		}
	table#search_fields td.searchpage_field_caption {
		width:20%;
		font-weight:bold;
		}
	table#search_fields td br {
		display:none;
		}
	table#search_fields select {
		width:auto;
		margin-left:5px;
		}
	table#search_fields option {
		}

	#before_search_button {
		font-weight:bold;
		}
		p.lang_text_search {
			font-weight:bold;
			}
			p.lang_text_search input {
				width:210px;
				margin-left:20px;
				}
		p.show_only_with_images {
			font-weight:bold;
			}
		p.show_only_with_vtours {
			font-weight:bold;
			}
	#search_button {
		margin-top:20px;
		}
		#search_button input {
			width:150px;
			font-size:12px;
			}


/* VIEW USERS (view_users_default.html)
*******************************************************************************/
.view_users {
	width:100%;
	margin:0;
	padding:0;
	}
.view_users_thumbs {
	float:left;
	margin-right:20px;
	}
	.view_users_thumbs a:link,
	.view_users_thumbs a:visited {
		}
	.view_users_thumbs a:hover {
		}
	.view_users_thumbs img {
		}
.view_users_fields {
	float:left;
	padding-bottom:20px;
	}
	.view_users_fields h3 {
		}
	.view_users_fields a:link,
	.view_users_fields a:visited {
		}
	.view_users_fields a:hover {
		}


/* VIEW USER (view_user_default.html)
*******************************************************************************/
.view_user {
	clear:both;
	width:100%;
	margin:0;
	padding:0 0 0 5px;
	}
.view_user_name {
	float:left;
	width:100%;
	padding-bottom:20px;
	font-size:14px;
	font-weight:bold;
	}
.view_user_images {
	float:left;
	width:130px;
	margin:0;
	padding:0;
	}
.view_user_images img {
	float:left;
	border:0 none;
	}
.view_user_images h3 {
	}
.view_user_info {
	float:right;
	width:50%;
	margin:0;
	padding:0;
	}
	.view_user_info ul {
		}
	.view_user_info li {
		}
	.view_user_info a:link,
	.view_user_user_info a:visited {
		}
	.view_user_info a:hover {
		}
.view_user_listings {
	float:right;
	width:50%;
	margin:0;
	padding:20px 0 0 0;
	}
	.view_user_listings ul {
		}
	.view_user_listings li {
		}
	.view_user_listings a:link,
	.view_user_listings a:visited {
		}
	.view_user_listings a:hover {
		}
.view_user_hitcount {
	clear:both;
	}


/* IMMOWEB GENERAL TAGS & OTHERS
*******************************************************************************/

#or_content_tag .delete_this ul {
	margin-top:0;
	list-style-type:square;
	}
#or_content_tag .delete_this li {
	padding-top:10px;
	}

#or_content_tag {
	float:left;
	width:100%;
	/* IF NEEDED, ALSO SEE HEIGHT FROM TOP SET AT: sliding_panels.css */
	margin:0; padding:10px 0 0 0;
	}
#or_content_tag table {
	

	clear:both;
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0px;
	border:0 none;
	}
	#or_content_tag .page_display,
	#or_content_tag .page_display td,
	#or_content_tag .page_display p {
		margin:0; padding:0;
		line-height:15px;
		font-size:12px;
		text-align:left;
		}
	#or_content_tag .page_display h2 {
		margin:0 0 10px 0;
		padding:10px 0 2px 0;
		line-height:26px;
		font-size:16px;
		}
	#or_content_tag .page_display ul {
		margin-top:0;
		list-style-type:square;
		}
	#or_content_tag a:link, #or_content_tag a:visited {
	  padding-left:20px;
		text-decoration:none;
		font-weight:bold;
		color:#0033FF;
		background:url(images/button_play.png) no-repeat;
		background-position:0 0;
		}
	#or_content_tag a:hover {
		text-decoration:none;
		color:#000000;
		background:url(images/button_play.png) no-repeat;
		background-position:0 -14px;
		}

.vtour_button img {width:200px; height:30px;}
#ptviewer {width:480px !important; margin-top:20px;}
p#ttech_logo {padding-left:5px;}
select#tourmenu {width:200px; font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;}
span.reg_mark_h2 {font-size:9px; font-style:normal; vertical-align:top;}
.clear {clear:both;}
.center {width:100%; text-align:center;}
.float_left {float:left;}
.float_left_half {float:left; width:50%;}
.float_right {float:right;}
.float_right_half {float:right; width:50%}

span.bold {font-weight:bold;}
span.italic {font-style:italic;}

p {margin:0; padding:0;}
p.bold {font-weight:bold;}
a:link, a:visited {font-weight:normal; text-decoration:none;color:#666666;}
a:hover {font-weight:normal; text-decoration:none;color:#000000;}
h1, h2, h3, h4, h5 {margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:left;}
h1 {line-height:30px; font-size:20px;}
h2 {line-height:28px; font-size:18px;}
h3 {line-height:26px; font-size:16px;}
h4 {line-height:24px; font-size:14px;}
h5 {line-height:18px; font-size:12px;}
h6 {/* USED AS BOXES TITLE */}

pre {margin:0; padding:0;}

hr {
	width:100% !important;
	height:3px;
	border-top:1px solid #999999;
	border-bottom:1px solid #000000;
	color:#FFFFFF;
	background-color:#FFFFFF;
	}

input, select, form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

img {border:0 none;}
img.content_image_right {
	float:right;
	margin-left:10px;
	border:0 none;
	}
img.content_image_left {
	float:left;
	margin-right:10px;
	border:0 none;
	}

td#main_image_description {
	padding:0 20px 0 20px;
	text-align:justify;
	}

table {border-collapse:collapse;}
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

td.row_main {
	padding-right:10px;
	border-collapse:collapse;
	border-spacing:0px;
	border:0 none;
	font-size:12px;
	}
td.row_main h3 {
	font-size:14px;
	}
td.row_main input {
	font-size:12px;
	}

/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display {
	border:3px;
	}
td.page_display {
	width:100%;
	vertical-align:top;
	}

/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main {
	width:100%;
	border:3px;
	}
td.admin_main {
	width:100%;
	vertical-align:top;
	}

/* THIS CONTROLS ROW COLORS */
	td.row1_0 {background-color:#009900;}
	td.row2_0 {background-color:#CCFFCC;}
	td.row3_0 {background-color:#99CC99;}

.adminListingLeft_0 {
	color:#FFFFFF;
	background-color:transparent;
	}



