/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for salzburg.info 

Author: elements.at 
--------------------------------------------------------------------- */



.lightbox_overlay {
	background:#666666;
}

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}




/* general sitecontainers
--------------------------------------------------------------------- */

#background {
	width: 100%;
	height: 630px;
	overflow: visible;
}

#sitecontainer {
	width: 100%;
	overflow: visible;
	margin-top:-630px;
}

#site {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


/* top area (languages , search ... )
--------------------------------------------------------------------- */

#top_print {
 	display:none;
}

#top {
	background: url(/static/img/top_bg.gif) left top repeat-x;
	width: 1000px;
	height: 90px;
	overflow: hidden;

}

#top .logo {
	width: 170px;
	height: 90px;
	overflow: hidden;
	float: left;
}


#top .functions {
	width: 830px;
	height: 41px;
	overflow: hidden;
	padding: 15px 0 0 0;
	float: left;
}

#top .functions .f_container {
	width: 645px;
	height: 40px;
	overflow: hidden;
	float: left;
}

#top .functions .f_container .metalinks {
	background: url(/static/img/top_separator.gif) left top no-repeat;
	width: 300px;
	height: 20px;
	overflow: hidden;
	padding: 3px 5px 0 12px;
	float: left;
}

#top .functions .f_container .metalinks a {
/*	display: block;*/
	height: 14px;
	overflow: visible;
	padding: 0;
	text-decoration: none;
	margin: 0 20px 0 0;
	color: #666;
	float: left;
}




/* site search */
.site_search {
		float:left;
		margin: 0 0 0 20px;
}
.site_search form .searchterm {
		background:transparent url(/static/img/searchterm_bg.gif) repeat-x scroll left top;
		border:medium none;
		color:#999999;
		float:left;
		height:13px;
		line-height:13px;
		padding:3px 5px 4px;
		width:115px;
}
.site_search form .submit {
		float:left;
}
/*
#top .functions .site_search {
	width: 170px;
	height: 40px;
	overflow: hidden;
	float: left;
}

#top .functions .site_search form {
	width: 170px;
	height: 40px;
	overflow: hidden; 
	padding: 0;
}


#top .functions .site_search form .searchterm {
	background: url(/static/img/searchterm_bg.gif) left top repeat-x;
	border: none;
	padding: 3px 5px 4px 5px;
	line-height: 13px;
	color: #999;
	float: left;
	width: 115px;
	height: 13px;
}


#top .functions .site_search form input.submit {
	width: 25px;
	height: 20px;
	float: left;
}
*/

div.autocomplete {
 position:absolute;
  background-color:white;
  margin:0;
  padding:5px 15px 5px 10px;
  z-index:1000;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0 !important;
  padding:0 !important;
}
div.autocomplete ul li.selected { 
	
	font-weight:bold;
}
div.autocomplete ul li {
  background:none !important;
  padding:0 0 0 10px;
  list-style-type:none;
  display:block;
  margin:0 !important;
  padding: 0 3px !important;
  cursor:pointer;
}



/* metanavigation
--------------------------------------------------------------- */

#metanav {
	background: url(/static/img/metanav_bg.gif) left top repeat-x;
	width: 830px;
	height: 34px;
	overflow: visible;
	padding: 0;
	position: absolute;
	left: 170px;
	top: 56px;
	z-index: 450;
}

#metanav ul {
	width: 830px;
	height: 34px;
	overflow: visible;
	padding: 0;
}

#metanav ul li {
	height: 34px;
	overflow: visible;
	padding: 0;
	float: left;
	position: relative;
	display: block;
}


/* Ebene 2 (Aufklappen darunter)*/
#metanav ul li.sfhover ul {
	left:0;
}

#metanav ul li ul {
	background: url(/static/img/metasub_bg.png) left top no-repeat;
	position: absolute;
	top: 34px;
	left: -999em;
	overflow: hidden;
	width: 170px;
	height: auto;
	padding: 15px 0;
	
}

* html #metanav ul li ul {
	background: #fff;
}

#metanav ul li ul li {
	overflow: hidden;
	width: 148px;
	height: auto;
	padding: 0 11px;
	margin: 3px 0 0 0;
}

#metanav ul li ul li a {
	background: none;
	overflow: hidden;
	width: 138px;
	position: relative;
	padding: 1px 0 1px 10px;
	margin: 0;
	color: #333;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


#metanav ul li.sfhover ul li.sfhover a, #metanav ul li.sfhover ul li.sfhover a:hover {
	background: url(/static/img/metasub_arrow.gif) left 5px no-repeat;
	color: #990000;
	cursor: pointer;
}


/* metabox (languageselect, interest select)
--------------------------------------------------------------- */
#metabox {
	background: url(/static/img/top_separator.gif) left top no-repeat;
	width: 521px;
	height: 40px;
	overflow: visible;
	padding: 0 0 0 2px;
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: 460;
}

#metabox label {
	display: block;
	width: 77px;
	height: 14px;
	overflow: hidden;
	padding: 3px 5px 3px 0;
	text-align: right;
	color: #666;
	float: left;
}


/* interests box */
#interests {
	width: 95px;
	height: 20px;
	padding: 0;
	overflow: visible;
	float: left;
}

#interests .actualselect {
	background: url(/static/img/dropdown_actualselect.gif) left top repeat-x;;
	width: 75px;
	height: 14px;
	overflow: hidden;
	padding: 3px 0 3px 5px;
	color: #990000;
	float: left;
	cursor:pointer;
}

#interests .selectbutton {
	background: url(/static/img/dropdown_selectbutton.gif) left top no-repeat;
	float: left;
	width: 15px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}


#interests .options {
	background: #fff;
	width: 95px;
	overflow: hidden;
	float: left;
}

#interests .options a {
	display: block;
	width: 85px;
	line-height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	color: #990000;
	border-bottom: 1px solid #c8ccd0;
}


/* language box */
#languages {
	width: 72px;
	height: 20px;
	padding: 0;
	overflow: visible;
	float: left;
}

#languages .actualselect {
	background: url(/static/img/dropdown_actualselect.gif) left top repeat-x;
	width: 52px;
	height: 14px;
	overflow: hidden;
	padding: 3px 0 3px 5px;
	color: #990000;
	float: left;
	cursor:pointer;
}

#languages .selectbutton {
	background: url(/static/img/dropdown_selectbutton.gif) left top no-repeat;
	float: left;
	width: 15px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}


#languages .options {
	background: #fff;
	width: 72px;
	overflow: hidden;
	float: left;
}

#languages .options a {
	display: block;
	width: 62px;
	line-height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	color: #990000;
	border-bottom: 1px solid #c8ccd0;
}






/* footer
--------------------------------------------------------------- */

#footer {
	width: 999px;
	overflow: hidden;
}

#footer .f_line {
	width: 1000px;
	height: 50px;
	overflow: hidden;
}

#footer .f_line .f_left {
	width: 775px;
	height: 20px;
	overflow: hidden;
	padding: 23px 0 0 20px;
	float: left;
}

* html #footer .f_line .f_left {
	padding: 22px 0 0 20px;
}

#footer .f_line .f_left .copytext {
	overflow: hidden;
	color: #666;
	padding: 0 20px 0 0;
	line-height: 14px;
	float: left;
}

#footer .f_line .f_left .fl_links {
	overflow: hidden;
	color: #666;
	line-height: 14px;
	float: left;
}

#footer .f_line .f_left .fl_links a {
	color: #990000;
	text-decoration: none;
	margin: 0 20px 0 0;
}

#footer .f_line .elements {
	width: 80px;
	height: 27px;
	overflow: hidden;
	padding: 23px 0 0;
	float: left;
}

* html #footer .f_line .elements {
	padding: 22px 0 0;
}

#footer .f_line .elements a {
	color: #666;
	text-decoration: none;
}


#footer .f_line .szbg_logo {
	width: 104px;
	height: 50px;
	overflow: hidden;
	padding: 0 13px 0 8px;
	float: right;
}

#footer .f_line .szbg_logo a {
	display: block;
	width: 104px;
	height: 41px;
	overflow: hidden;
}




.print_url {
	display:none;	
}
