/* summer.css
------------------------------------------------------------------------
This stylesheet contains the special CSS rules for summer stubai

Author: elements.at 
--------------------------------------------------------------------- */


/* Aktuellebox (Newsletter und Aktuelles)
----------------------------------------------------------------------------  */
#leftside #topicalbox {
	background: url(/static/img/layout/topicbox_summer_bg.jpg) left top no-repeat;
}


#leftside #topicalbox .separator {
	background: url(/static/img/layout/hr_line_orange.gif) left top no-repeat;
}

#leftside #topicalbox .entry .detail .searchterm {
	background: #d6d2cb;
	border: 1px solid #d6d2cb;
	color: #989b9e;
}

#leftside #topicalbox .entry .detail p b.blue {
	color:#01508d;
}



/* CONTENT 
-------------------------------------------*/

#center #textarea .contentblock h2 {
	color: #ff8c00;
}


#center #textarea .contactform h2 {
	color: #ff8c00;
}

#center #textarea .news_and_press h2 {
	color: #ff8c00;
}


#center #textarea .news_and_press .entries .entry .textfield .top h3 {
	color: #ff8c00;
}

#center #textarea .facilities h2 {
	color: #ff8c00;
}

#center #textarea .facilities #categories .category .head h3, #center #textarea .facilities #categories .category .headopen h3  {
	color: #ff8c00;
}

#center #textarea .webcams h2 {
	color: #ff8c00;
}

#center #textarea .content_teaser .c_teaser h3 {
	color: #ff8c00;
}



/* Footer
--------------------------------------------------------------- */
#footer .bg {
	background: #105c97;
}

