/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for held.at 

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background:#efefef; 
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h1 img {
	behavior: url(/static/source/js/iepngfix.htc);
}

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;
}

.standard {
	
}

.border {

}



/* general sitecontainers
--------------------------------------------------------------------- */

#sitecontainer {
	width:100%;
}

#site {
	width:990px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#head {
	background:url(/static/source/img/head-bg.png) no-repeat;
	height:63px;
	width:990px;
	position:relative;
	overflow:hidden;
}

#container {
	background:url(/static/source/img/content-bg.png) repeat-y;
	width:990px;
	position:relative;
	overflow:hidden;
}

#footer {
	background:url(/static/source/img/footer-bg.png) top center no-repeat;
	height:105px;
	width:990px;
}

/* header */
#head .quicklinks {
	position:absolute;
	top:27px;
	left:300px;
}

#head .quicklinks a {
	display:block;
	float:left;
	margin:0 15px 0 0;
	color:#6c5f58;
	font-size:13px;
	text-decoration:none;
}

#head .socialmedia {
	width: 128px;
	height: 26px;
	display: block;
	position:absolute;
	left: 613px;
	top: 21px;
}
#head.portalhead.en .socialmedia {
	left: 633px;	
}

#head .socialmedia a {
	background: url(/static/source/img/socialmedia-icons.png) 0 0 no-repeat;
	height: 26px;
	display: block;
	float: left;
}

#head .socialmedia .youtube { width: 28px; }
#head .socialmedia .facebook { background-position: -28px 0; width: 28px; }
#head .socialmedia .gplus { background-position: -56px 0; width: 36px; }
#head .socialmedia .flickr { background-position: -92px 0; width: 35px; }


#head.contenthead .socialmedia {
	right: 157px;	
	left: auto;	
}



/* seasons */
#head .seasons {
	position:absolute;
	top:25px;
	right:130px;
}

#head .seasons a {
	display:block;
	float:left;
	padding:2px 10px 0 0;
	text-align:center;
	height:20px;
	color:#b09386;
	font-size:11px;
	text-decoration:none;
}

#head .seasons a.active {
	display:block;
	float:left;
	color:#6c5f58;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/*#head .seasons a:hover {
	background:url(/static/source/img/season-hover.png) no-repeat;
	color:#557a00;
	font-weight:bold;
}*/

/* watchlist */
#watchList {
	display: none;
}


/* languageselection new */
#languageselection {
	background: #efefef;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 106px;
	height: 18px;
	overflow: visible;
	z-index: 2000;
	cursor: pointer;
}

#languageselection .selectbutton {
	background: url(/static/source/img/languageselection.gif) left top no-repeat;
	width: 17px;
	height: 18px;
	border-right: 1px solid #e0e0e0;
	float: left;
	overflow: hidden;
}

#languageselection .actualselect {
	color: #b09386;
	font-size: 11px;
	width: 80px;
	height: 14px;
	float: left;
	overflow: hidden;
	padding: 2px 3px 2px 5px;
}

#languageselection span {
	background: url(/static/source/img/languageselection.gif) left -30px no-repeat;
	margin: 1px 0 0 0;
	width: 18px;
	height: 12px;
	display: block;
	float: right;
	overflow: hidden;
}

#languageselection span.de { background-position: left -18px; }
#languageselection span.cz { background-position: left -102px; }
#languageselection span.es { background-position: left -90px; }
#languageselection span.fl { background-position: left -114px; }
#languageselection span.fr { background-position: left -66px; }
#languageselection span.it { background-position: left -54px; }
#languageselection span.pl { background-position: left -78px; }
#languageselection span.ro { background-position: left -42px; }

#languageselection .options {
	background: #efefef;
	border-top: 1px solid #e0e0e0;
	float: left;
	overflow: hidden;
	width: 106px;
}

#languageselection .options a {
	color: #6c5f58;
	font-size: 11px;
	display: block;
	width: 80px;
	height: 14px;
	padding: 2px 3px 2px 23px;
	overflow: hidden;
	text-decoration: none;
}

#languageselection .options a.first {
	padding: 6px 3px 2px 23px;	
}

#languageselection .options a.last {
	padding: 2px 3px 6px 23px;	
}

#languageselection .options a:hover {
	color: #b09386;
}



/* impressions */
#container .impressions {
	position:absolute;
	top:0;
	right:110px;
	z-index:50;
}

#container .impressions img {
	behavior: url(/static/source/js/iepngfix.htc);
	display:block;
	float:left;
}

#container .impressions .click {
	cursor: pointer;
}

#container .impressions span {
	background:#8b7d75;
	display:block;
	float:left;
	height:19px;
	overflow:hidden;
	padding:0 8px;
	font-style:italic;
	color:#fff;
}


/* quicksearch */
#quicksearch .gs_content label {
	display:block;
	float:left;
	margin-bottom:3px;
}

#quicksearch .gs_content .calendar_bg {
	background:#6c5f58;
	width:85px;
	height:19px;
	padding:4px 0 0 1px;
	overflow:hidden;
}

#quicksearch .gs_content .calendar_bg input.text {
	display:block;
	float:left;
	background:none;
	border:none;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:0 2px 0 1px;
}

#quicksearch .gs_content .calendar_bg input.daymonth {
	background:url(/static/source/img/one-pixel.gif) 17px 10px no-repeat;
	width: 15px;
	height:15px;
	text-align: right;
}

#quicksearch .gs_content .calendar_bg input.year {
	width: 27px;
	height:15px;
	text-align: right;
}

#quicksearch .gs_content .calendar_bg img {
	display:block;
	float:left;
	cursor:pointer;
}

#quicksearch .gs_content .gs_c_left {
	float:left;
	width:96px;
	height:89px;
	padding:5px 0 0 0;
	color:#fff;
	overflow:hidden;
}

#quicksearch .gs_content .gs_c_left span {
	display:block;
	float:left;
	width:46px;
	height:14px;
	padding:5px 0;
}

#quicksearch .gs_content .gs_c_left span.right {
	width:36px;
}

#quicksearch .gs_content .gs_c_left input.itext {
	background:#6c5f58;
	display:block;
	float:left;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
	width:30px;
	padding:4px 0 4px 5px;
	text-align:left;
	margin:0 12px 0 0;
}

#quicksearch .gs_content .gs_c_left input.right {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin:0;
}

#quicksearch .gs_content .gs_c_right {
	float:left;
	width:95px;
	height:89px;
	padding:5px 0 0 0;
	color:#fff;
	overflow:hidden;
}

#quicksearch .gs_content .gs_c_right input.submit {
	background:#8b7d75 url(/static/source/img/quicksearch-submit.png) no-repeat;
	border:none;
	display:block;
	margin:24px 0 0 0;
	float:left;
	width:86px;
	height:21px;
	text-align:center;
	color:#eee1da;
	padding:0 0 2px 0;
	line-height:15px;
	cursor:pointer;
	overflow:hidden;
}

#quicksearch .gs_content .direct_link {
	float:left;
	margin:3px 0 0 0;
}

#quicksearch .gs_content .direct_link a {
	background:url(/static/source/img/arrow-white.gif) 0 4px no-repeat;
	padding:0 0 0 10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}


/* footer */
#footer .f_logo {
	float:left;
	padding:0 0 0 44px;
	margin:63px 0 0 0;
}

#footer .f_text {
	float:left;
	width:670px;
	overflow:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:0 0 0 60px;
	margin:69px 0 0 0;
	color:#b09386;
}

#footer .f_text .f_links {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#6c5f58;
}

#footer .f_text a {
	color:#6c5f58;
	text-decoration:none;
}	



