/* @override 
	http://www.liveaustria.at/re/template/en/img/style_1_main.css
	http://www.liveaustria.at/template/en/img/style_1_main.css
	http://www.liveaustria.com/template/en/img/style_1_main.css
*/

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */

form {
margin:0 0 1.5em;
}

input {
font-family:arial,tahoma,verdana,sans-serif;
margin:2px 0;
}

fieldset {
border:none;
}

label {
padding:5px 0;
}

label br {
clear:left;
}


input.f-submit {
background:#666;
color:#fff;
font-weight:700;
font-size:96%;
padding:1px 3px;
}

form.f-wrap-1 {
width:530px;
background:#f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;
border-top:1px solid #d7d7d7;
position:relative;
padding:.5em 0;
}

form.f-wrap-1 fieldset {
width:auto;
margin:0 1em;
}

form.f-wrap-1 h3 {
font:bold 155% arial;
color:#c00;
margin:0 0 .6em;
}

form.f-wrap-1 label {
clear:left;
width:100%;
border-top:1px solid #fff;
float:none;
}

form.f-wrap-1 label input,form.f-wrap-1 label textarea,form.f-wrap-1 label select {
width:15em;
float:left;
margin-left:10px;
}

form.f-wrap-1 label b {
float:left;
width:8em;
line-height:1.7;
display:block;
position:relative;
}

form.f-wrap-1 label b .req {
color:#c00;
font-size:150%;
font-weight:400;
position:absolute;
top:-0.1em;
line-height:1;
left:-0.4em;
width:.3em;
height:.3em;
}

form.f-wrap-1 div.req {
color:#666;
font-size:96%;
font-weight:400;
position:absolute;
top:.4em;
right:.4em;
left:auto;
width:13em;
text-align:right;
}

form.f-wrap-1 div.req b {
color:#c00;
font-size:140%;
}

form.f-wrap-1 label select {
width:15.5em;
}

form.f-wrap-1 label textarea.f-comments {
width:20em;
}

form.f-wrap-1 div.f-submit-wrap {
padding:5px 0 5px 8em;
}

form.f-wrap-1 input.f-submit {
margin:0 0 0 10px;
}

form.f-wrap-1 fieldset.f-checkbox-wrap,form.f-wrap-1 fieldset.f-radio-wrap {
clear:left;
float:left;
width:32em;
border:none;
padding-bottom:.9em;
margin:0;
}

form.f-wrap-1 fieldset.f-checkbox-wrap b,form.f-wrap-1 fieldset.f-radio-wrap b {
float:left;
width:8em;
line-height:1.7;
display:block;
position:relative;
padding-top:.3em;
}

form.f-wrap-1 fieldset.f-checkbox-wrap fieldset,form.f-wrap-1 fieldset.f-radio-wrap fieldset {
float:left;
width:13em;
margin:3px 0 0 10px;
}

form.f-wrap-1 fieldset.f-checkbox-wrap label,form.f-wrap-1 fieldset.f-radio-wrap label {
float:left;
width:19em;
border:none;
margin:0 -3px 0 0;
padding:2px 0;
}

form.f-wrap-1 label input.f-checkbox,form.f-wrap-1 label input.f-radio {
width:auto;
float:none;
margin:0;
padding:0;
}

form.f-wrap-1 label span.errormsg {
position:absolute;
top:0;
right:-10em;
left:auto;
display:block;
width:16em;
background:transparent url(images/errormsg_bg.gif) no-repeat 0 0;
}

form.f-wrap-1 label span.errormsg b {
color:#B30800;
font-weight:700;
display:block;
width:auto;
float:none;
line-height:1.3;
margin:0 10px 0 30px;
padding:10px 0;
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #EFEFEF; /*background-color: lightyellow;*/
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #CC0000;
border-bottom: 3px solid #CC0000;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


a {
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
color: #0c4a6a;
text-decoration:none;
}

a:hover {
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
color: #0c4a6a;
text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {
color: #578008;
margin-bottom:10px;

}
.page_display h2
{
	font-size: 18px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	
    padding: 0 0 0 60px;  	
  	background: #FAFAFA url(1_pic2.jpg) no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #660000;	
}


/* form elements */


form {
	margin:10px 15px; 
    padding: 10px;

	background-color: #EFEFEF; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 10px;
	border:1px solid #ccc;
	font: normal 13px 'Trebuchet MS', verdana, sans-serif;
	color:#303030;
	background: #f5fbff; 
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #fff; 
	padding: 2px 3px; 
	color: #fff;	
}

/* Search For: style up to 11 types */

#class0{ border: none; background: transparent;}
#class1{ border: none; background: transparent;}
#class2{ border: none; background: transparent;}
#class3{ border: none; background: transparent;}
#class4{ border: none; background: transparent;}
#class5{ border: none; background: transparent;}
#class6{ border: none; background: transparent;}
#class7{ border: none; background: transparent;}
#class8{ border: none; background: transparent;}
#class9{ border: none; background: transparent;}
#class10{ border: none; background: transparent;}
#class11{ border: none; background: transparent;}

option{
padding-left:5px; 
padding-bottom:1px; 
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}



/*  by Awddesign.co.uk */ 

* { padding: 0; margin: 0; }

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
background: #FFF;

font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
color:#505050;
} 
 
#pagewidth{ 
 width:990px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:110px; 
 background: url(bg.jpg) no-repeat;
 background-color:transparent; 
 width:100%;
} 
 
#leftcol{
 w//idth:10%;  width:200px; 
 float:left; 
 position:relative; 
                     b//ackground-color:#CCCCCC;  
 }
 
#twocols{
 w//idth:90%; width:790px; 
 float:right; 
 position:relative; 
  }
 #onecols{

clear:both;
 position:relative; 
  }
 
#rightcol{
 w//idth:12%; width:200px; 
 float:right; 
 position:relative; 
              
 }
#noleftcol
{
	float:left;
}
#norightcol
{
	 
float: left; 
 display:inline; 
 position: relative; 
  w//idth:100%; width:790px; 
} 
 
#maincol {

float: left; 
 display:inline; 
 position: relative; 
 w//idth:88%; width:790px; 
 }
#maincol2{

float: left; 
 display:inline; 
 position: relative; 
 w//idth:88%; width:790px; 
	} 

.content{
margin:1em;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
color:#303030;
} 
.contentcol
{

	width:100%;
}
.contentcolleft
{
 width:70%;
 float:left;
}
.contentcolright
{
	float:right;
	width:27.5%;
padding-right: 10px;
}
.contentcolright table
{
	width:180px;
	color: #6c9c0c;
	margin:0 auto;
}
.featured_listings a
{
	font-size: 11px;
}
.content p, ul, ol {
margin: 0 0 1.5em;
}

#footer{
clear:both;
text-align:center;
height:60px; 
background-color: transparent; 
border-top:1px solid #CCC;
padding: 5px;
} 
 
 /* *** Float containers fix: by Awddesign.co.uk *** */ 
.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 */  

/*printer styles*/ 
@media print{ 
#leftcol{display:none;} 

#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}


}

/* lisings menu */
.listingmenubox
{
	clear:both;
	width:100%;
	display: inline-block;
}
ul.listingmenu
{
	
}
ul.listingmenu li
{
	float: left; 
  margin: 0;
  padding: 0;
  list-style: none;
  background:#eee;
  border-right: 1px solid #ccc;
  
}
ul.listingmenu li a
{
font-family: verdana, arial, sans-serif;
  display: block; 
  float: left; 
  height: 22px;
  text-decoration: none; 
  margin: 3px 10px 0px 4px;
  padding: 2px 22px;
  font-size: 12px;
}
ul.listingmenu li a:hover
{
	text-decoration: underline;
}
ul.listingmenu li.last
{
	border:none;

}
#listingheading
{
	float:left;
	font-size: 22px;
}
/*Guestbox */
.guestbox
{
	border: 1px solid #72a80c;
	
	width:60%;
	margin:10px;
	padding:10px;
	}
	.guestbox a
	{
	font-size:24px;
	font-weight: normal;
}
.guestbox li
{
	padding-left: 15px;
background-repeat: no-repeat;
background-position: 0 .5em;
background:transparent url(arrow_selected.png) no-repeat left center;
text-decoration: none;
line-height:22px;
font-size: 15px;
}
/*page menu */
.pagemenu {

	width:200px;
		float:right;
		padding-bottom: 10px;;
}
.pagemenu ul li 
{
	display:block;
	margin:0;
	padding:1px 2px;
		float:right;
}	
/* navigation menu */

#menu_top{
height: 70px; 
}

#menu{
margin: 0px 1px 0px 1px;
}

#menu ul
{ 
	height: 34px; 
  margin: 0px auto;
} 

#menu li
{ float: left; 
  margin: 0;
  padding: 0;
  list-style: none;

} 

#menu li a, #menu li a#selected, #menu li a:hover 
{ font-family: verdana, arial, sans-serif;
  display: block; 
  float: left; 
  height: 22px;
  text-decoration: none; 
  margin: 3px 10px 0px 4px;
  padding: 2px 22px;
  font-size: 18px;
} 
#menu
{
	 background: #8ccd0f url(menubar.jpg) repeat-x;
}
 #menu li a
{
  color: #f5ffe3;
    border-right: 1px solid #eaffc2;
}
 #menu li a.last
{
  color: #f5ffe3;
    border-right: none;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ 

	color: #0c4a6a;
 }
/* Under the Menu */
#undermenu
{
	float:right;
}
#undermenu ul
{
	
}
#undermenu li
{ float: left; 
  margin: 0;
  padding: 0;
  list-style: none;

} 
#undermenu li a, #undermenu li a#selected, #undermenu li a:hover 
{ font-family: verdana, arial, sans-serif;
  display: block; 
  float: left; 
  height: 22px;
  text-decoration: none; 
  margin: 3px 3px 0px 4px;
  padding: 2px 2px;
  font-size: 11px;
} 
.spacer {
padding:10px
}

/* side_bars left and right */

.side_bar {
color:#555;

}

.side_bar h2 {
margin: 0px 10px 0px 10px;
padding:8px 0 10px 0;
background:transparent;
color:#0c4a6a;
font-weight:700;
text-transform:uppercase;
font-size:12px;
letter-spacing:.1em;

}
/* .featured */
#topmain
{
	margin-top: 5px;;
}
.featured h2
{
	padding-left: 5px;
	padding-top:5px;
}
.featured
{
	margin:0px;
	padding: 3px;
}
.featured_h
{
	padding:2px;
}
.featured_city
{
font-size: 14px;	
	color: #555;
}
a.featured_url
{
	font-size: 11px;
	float:right;
}

/* side bar */
.side_bar_content, .side_bar_options, .featured
{
	border-left:1px solid  #88a6b6;
border-right: 1px solid #88a6b6;

	
}
.side_bar_content p {
padding:5px 0px 0px 5px; 
margin: 5px 0px 0px 5px; 
}
.side_bar_content ul, .side_bar_options ul
{
	margin: 0px 0px 0px 5px;
	list-style: none;
	padding:15px 0px 15px 5px; 
	
}
.page_display ul
{
		padding-left: 50px;
}
.page_display ul li
{
padding-bottom: 10px;

list-style-image: url(arrow_selected.png) ;
}

li {
list-style: none;
padding:0px 0px 0px 5px; 
margin: 0px 0px 0px 5px; 

}
ul.proplist_sub li a
{
	font-size: 13px;
	line-height:18px;
}
ul.proplist_sub li
{
	margin-left: 12px;
}
.side_bar_content li.selected a
{
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
background:transparent url(arrow_selected.png) no-repeat left center;
text-decoration: none;
line-height:22px;
font-size: 15px;
}
	
.side_bar_content li a,.side_bar_content a
{
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
background:transparent url(arrow.png) no-repeat left center;
text-decoration: none;
line-height:22px;
font-size: 15px;
}


.side_bar_content li a:hover,.side_bar_content a:hover {
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
background:transparent url(arrow_select.png) no-repeat left center;
color: #88a6b6;
}

/* Search Option Menu */
div.side_bar_options li a, .side_bar_options a 
{
padding-left: 10px;
text-decoration: none;
line-height:22px;

}

#sitelogo h1 { 
float: left;
font-family: Arial;
padding: 2px 0px 0px 0px;
margin: 9px 15px 0px 15px;
font-size:50px;
letter-spacing: -5.5px;
color: #0c4a6a;
background: transparent;
}

#banner{
float: right;
margin: 0 auto;

}
#banner img
{
	border:none;
}
/*  Search Results */
.sbar
{
		width: 100%;
		height:30px;
		background:#0c4a6a url(sbar.gif) repeat-x;
}
.shdr
{

	color: #fff;
	height:20px;
	padding:5px;
	padding-left:10px;
	font-weight: bold;
	font-size:14px;
	float:left;
}

.sfac
{
	float:right;
	width:150px;
	text-align:right;
	padding-right:12px;
	color: #fff;
	height:30px;
	padding-top: 5px;
line-height:16px;
	padding-left:10px;
	font-weight: bold;
	font-size:14px;
	vertical-align:bottom;
}
.sfac img
{
	vertical-align: bottom;
	border: 0;
	margin:0;
	padding:0px 5px 0px 5px;;
	
}
.simg
{
	float:left;
	margin:5px;
	width:180px;
}
.sdesc
{
	float:right;
	padding:0;	
	width:340px;
}
.sdesc a
{
	line-height:24px;
	font-size: 13px;
	text-decoration: underline;
}

.scol1
{
	float: left;
	width:560px;
}
.scol2
{
	float:right;
	width: 180px;
	text-align:right;
	padding-right:5px;

}
.scol2a
{
	text-align:right;
	font-weight: bold;
	line-height:20px;
	width:60px;
	
}
.scol2b
{
	text-align:right;
	width:80px;

}
.threelist
{
	clear: both;
	display:inline-block;
	height:1%;
	width:100%;
}
.threelist ul
{
	/* width:30% in code */
	float:left;
}

.propimages
{
	margin:0;
	padding: 0;
	clear: both;
	display:inline-block;
	height:1%;
	width:800px;
	}
.propimg
{
	float: left;
	padding-right:15px;
}
.prophdr a
{
	font-size: 21px;
	color: #6c9c0c;
}
.proplst a
{
	font-size: 14px;
	line-height:18px;
}
.listingcontent
{
	margin: 10px;
	font-size: 14px;
	line-height:18px;
	color:#404040;
	width:80%
}

.quotebox
{
	float: right;
	color:white;
	background: #0c4a6a;
	border: 3px solid #ddd;
	
	padding:10px;
	width:300px;
	margin:0px 0px 0px 5px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
td.browse_tool_curpage
{
	padding-top: 5px;
	background-color: #80bc0f;
}
td.bt_pages
{
	padding-top:5px;
}
td.bt_pages, a.bt_pages
{
	color: white;
	background-color: #88a6b6;
}