/* portal_summer.css
------------------------------------------------------------------------
summer rules nassfeld portal

Author: elements.at 
--------------------------------------------------------------------- */


/* general overwrites
---------------------------------------------------------------------*/

body {
 	background: #ecf5cc url(/static/source/img/summer/summer_gradient_portal_right.png) left top repeat-x;
}	

#background .leftgradient {
	background: url(/static/source/img/summer/summer_gradient_portal_left.png) left top repeat-x;
}

#background_image {
	background: url(/static/source/img/backgrounds/background_portal_summer.png) center top no-repeat;
	height: 620px;
	margin-top: -620px;
}

#footer {
	background: #ecf5cc url(/static/source/img/summer/summer_footer_portal_bg.png) left top no-repeat;
}

#footer .switchbutton a {
	color: #7d8607;
}


#portal_news .pn_box .pn_background {
	background:url(/static/source/img/portal_news_summer.png) no-repeat;
}

#portal_news .pn_box .pn_news .pn_head h3 {
	color:#707810;
}

#portal_news .pn_box .pn_news .pn_link span.link {
	background:url(/static/source/img/summer/arrow_green.gif) 0 5px no-repeat;
	color:#707810;
}


/* Portal elemente
---------------------------------------------------------------------*/

/* webcamsportal */
#webcams_portal .slideCamleft {
	background: url(/static/source/img/summer/slide_cam_left.gif) left top no-repeat;
}

#webcams_portal .slideCamright {
	background: url(/static/source/img/summer/slide_cam_right.gif) left top no-repeat;
}

#webcams_portal .webcamimages {
	background: url(/static/source/img/summer/webcamportal_bg.gif) left bottom repeat-x;
}



/* weatherbox */
#weatherbox .weather_daily .temperature strong {
	color: #949d22;
}

#weatherbox .webo_links .wb_link a {
	background: url(/static/source/img/summer/arrow_green.gif) left center no-repeat;
	color: #7d8607;
}


/* top event teaser  */

#top_events .te_text .location {
	color: #7d8607;
}

#top_events .te_link a {
	background: url(/static/source/img/summer/arrow_green.gif) left center no-repeat;
	color: #7d8607;
}



#summer_card_logo {
	position:absolute;
	width: 163px;
	height:131px;
	background:url(/static/tmp/plus_card.png) no-repeat top left;
	top:190px;
	left:20px;
	behavior: url(/static/source/js/iepngfix.htc);
}



