/* nockalm.css
------------------------------------------------------------------------
Special rules for Nockalm portal

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #333 url(/static/img/site_bg_nockalm.jpg) top repeat-x;
	text-align: center;
}



/* footer container
--------------------------------------------------------------------- */

#footer #footer_c .f_right a {
	color: #76823b;
	text-decoration: none;
	margin-left: 20px;
}



/* PORTALAREA
------------------------------------------------------------*/

/* Logobox
------------------------------------------------------------*/

#siteportal .metanav .search .searchterm {
	background: #486677;
	border: 1px solid #486677;
	padding: 1px 6px;
	line-height: 14px;
	color: #fff;
	float: left;
	width: 135px;
	height: 14px;
	margin-left: 20px;
}

#siteportal .metanav .search  input.submit {
	float: left;
	margin: 0;
	width: 18px;
	height:18px;
	border: none;
	background: url(/static/img/search_submit.gif) left top no-repeat;
	cursor: pointer;
}


#siteportal #logobox .headline .head_back {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/logoheadline_bg_nockalm.png) left top no-repeat;
	width: 130px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


/* Navigation
------------------------------------------------------------*/
#siteportal #navigation {
	background: url(/static/img/portalnav_bg_nockalm.jpg) left top no-repeat;
	width: 210px;
	height: 185px;
	padding-left: 20px;
	overflow: hidden;
	position: absolute;
	top: 300px;
	left: 0;
	z-index: 25;
}


#siteportal #navigation ul li a.active {
	color: #a5be28;
}

#siteportal #navigation ul li a.active em {
	color: #a5be28;
	font-style: normal;
}

/* Slidebereich (Hintergrund)
------------------------------------------------------------*/


#siteportal .sliderarea #openicon {
	background: url(/static/img/arrow_open_green.gif) 6px 17px no-repeat;
	width: 20px;
	height: 200px;
	overflow: hidden;
	float: right;
	cursor: pointer;
}


/* Slidebereich (Inhaltsbereich)
------------------------------------------------------------*/

/* Teaser (Sliding Container) */

.allteasers .teaser .t_text h3 {
	color: #a5be28;
	display: inline;
	font-weight: bold;
	width: 170px;
	overflow: hidden;
	margin: 0 0 5px 10px;
	padding: 0;
	float: left;
}


/*Weatherbox (Streetinfo and Weather)*/

.weatherbox .streetstatus h3 {
	color: #a5be28;
	font-weight: bold;
	width: 170px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}

.weatherbox .streetstatus .clearing .status .statusbar {
	width: 25px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #a5be28;
}


.weatherbox .streetstatus .openlink a {
	background: url(/static/img/arrow_lightgreen.gif) left center no-repeat;
	display: block;
	height: 14px;
	padding: 1px 5px 1px 12px;
	float: left;
	overflow: hidden;
	color: #a5be28;
	text-decoration: none;
}

.weatherbox .streetstatus .openlink a :hover{
	color: #a5be28;
	text-decoration: none;
}

.weatherbox .weather h3 {
	color: #a5be28;
	font-weight: bold;
	width: 170px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}

.weatherbox .weather .links a {
	background: url(/static/img/arrow_lightgreen.gif) left center no-repeat;
	display: block;
	height: 14px;
	padding: 1px 5px 1px 12px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	color: #a5be28;
	text-decoration: none;
}

.weatherbox .weather .links a :hover{
	color: #a5be28;
	text-decoration: none;
}

/* Flashmap (Mapcontainer)*/

#siteportal #slidecontent .map .close {
	background: url(/static/img/close_green.gif) left top no-repeat;
	width: 12px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 5px;
	z-index: 500;
	cursor: pointer;
}

#siteportal #slidecontent .map .headline h3 {
	color: #a5be28;
	font-weight: bold;
	width: 155px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#siteportal #slidecontent .map .links a {
	background: url(/static/img/arrow_lightgreen.gif) left 4px no-repeat;
	display: block;
	height: 14px;
	padding: 1px 5px 1px 11px;
	float: left;
	overflow: hidden;
	color: #a5be28;
	margin-right: 5px;
	text-decoration: none;
}

#siteportal #slidecontent .map .links a :hover {
	color: #a5be28;
	text-decoration: none;
}




/* CONTENTAREA
------------------------------------------------------------*/

#sitecontent .metanav .search .searchterm {
	background: #505d4d;
	border: 1px solid #505d4d;
	padding: 1px 6px;
	line-height: 14px;
	color: #fff;
	float: left;
	width: 135px;
	height: 14px;
	margin-left: 20px;
}

#sitecontent .metanav .search  input.submit {
	float: left;
	margin: 0;
	width: 18px;
	height:18px;
	border: none;
	background: url(/static/img/search_submit_nockalm.gif) left top no-repeat;
	cursor: pointer;
}


#sitecontent {
	width: 1000px;
	overflow: hidden;
	text-align: left;
	position: relative;
	float: left;
	background: #374a33 url(/static/img/content_bg_nockalm.gif) left top repeat-x;
}


/* Content Header */
#logobox .headline .head_back {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/logoheadline_bg_nockalm.png) left top no-repeat;
	width: 130px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}



/* Content Container
------------------------------------------------------------*/
#sitecontent #content {
	background: url(/static/img/content_shadow_bg_nockalm.gif) left top repeat-y;
	width: 1000px;
	overflow: hidden;
	float: left;
}


#sitecontent #content .content_data {
	background: url(/static/img/content_top_bg_nockalm.jpg) left top no-repeat;
	width: 811px;
	overflow: hidden;
	float: left;
}


/* Navigation Content
------------------------------------------------------------*/

#sitecontent #navigation  ul li a.active em {
	font-style: normal;
	color: #a5be28;
}

/* Subnavigationspunkte */

#sitecontent #navigation ul ul li a.active {
	color: #a5be28;
	font-weight: normal;
}

#sitecontent #navigation ul ul li a:hover {
	color: #a5be28;
	font-weight: normal;
	text-decoration:none;
}



/* Content Area for text an images */

#textarea h1 {
	width: 520px;
	overflow: hidden;
	margin: 10px 0;
	padding-bottom: 3px;
	color: #a5be28;
	float: left;
}

#textarea h2 {
	color: #a5be28;
	overflow: hidden;
	margin: 7px 0 4px 0;
	font-size: 13px;
}

#textarea h3 {
	color: #a5be28;
}

/*Unsortierte Liste Textbereich*/
#textarea ul {
	overflow: hidden;
	margin: 10px 0;
	list-style: none;
}

#textarea ul li {
	background: url(/static/img/list_green.gif) left 3px no-repeat;
	overflow: hidden;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px; 
}

#textarea a {
	color: #a5be28;
	text-decoration: none;
}

#textarea a:hover {
	color: #a5be28;
	text-decoration: underline;
}


#textarea .contentblock .zoom {
	background: url(/static/img/zoom_green.gif) no-repeat;
}


/* Subportalteaser Container */
#textarea .subportalteaser .teaser .t_text h3 {
	color: #a5be28;
	display: inline;
	font-weight: bold;
	width: 125px;
	overflow: hidden;
	padding: 5px 0 0 0;
	margin: 0 0 0 10px;
	float: left;
	font-size: 11px;
}



/* Gallery Container */

#textarea .gallery .zoom {
	background: url(/static/img/zoom_green.gif) no-repeat;
	width: 17px;
	height: 157px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}


/* Wetterdetail */
#textarea  .weatherdetail .weatherdate {
	background: #365d2d;
}


/* Veranstaltungen */

#textarea .events .event h3 {
	width: 520px;
	overflow: hidden;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #a5be28;
}

#textarea .events .event h3 a {
	background: none;
	padding: 0;
	overflow: hidden;
	float: left;
	color: #a5be28;
	text-decoration: none;
}

#textarea .events .event h3 a:hover {
	color: #a5be28;
	text-decoration: none;
}


#textarea .events .event a {
	background: url(/static/img/list_green.gif) left 3px no-repeat;
	padding: 0 0 0 15px;
	overflow: hidden;
	float: left;
	color: #a5be28;
	text-decoration: none;
}

#textarea .events .event a:hover {
	color: #a5be28;
	text-decoration: none;
}


/* Meldungen News */
#textarea .news .newsentry h3 {
	width: 520px;
	overflow: hidden;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #a5be28;
}

#textarea .news .newsentry h3 a {
	background: none;
	padding: 0;
	overflow: hidden;
	float: left;
	color: #a5be28;
	text-decoration: none;
}

#textarea .news .newsentry h3 a:hover {
	color: #a5be28;
	text-decoration: none;
}

#textarea .news .newsentry a {
	background: url(/static/img/list_green.gif) left 3px no-repeat;
	padding: 0 0 0 15px;
	overflow: hidden;
	float: left;
	color: #a5be28;
	text-decoration: none;
}

#textarea .news .newsentry a:hover {
	color: #a5be28;
	text-decoration: none;
}


/* Anfrageformular 
----------------------------------------------*/

#textarea form .adressblock label.must {
	width: 97px;
	height: 17px;
	color: #a5be28;
	border-right: 3px solid #a5be28;
}

#textarea form .submitform input.submit {
	padding: 0 20px 0 8px !important;
	line-height: 14px !important;
	height: 20px !important;
	width: auto !important;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	background: #a5be28 url(/static/img/arrow_white.gif) right center no-repeat !important;
	border: 1px solid #a5be28 !important;
}

/* GASTRONMIE 
-------------------------------------------------------- */
#textarea  .gastro .gastro_entry .g_text h3 {
	width: 320px;
	overflow: hidden;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #a5be28;
	margin: 5px 0 0 10px;
	display: inline;
}

#textarea .gastro .gastro_entry .extras a {
	background: url(/static/img/list_green.gif) left 3px no-repeat;
	width: 50px;
	padding: 0 0 0 10px;
	margin: 3px 0 0 0;
	overflow: hidden;
	float: left;
	color: #a5be28;
	text-decoration: none;
}

#textarea .gastro .gastro_entry .extras a:hover {
	color: #a5be28;
	text-decoration: none;
}


/* VIDEO
-------------------------------------------------------- */
#textarea .video .text h3 {
color: #a5be28;
}

/* ROUTENPLANER
----------------------------------------------------- */

#textarea .routeplaner select.startposition {
	width: 130px;
}

#textarea  .routeplaner input.submit {
	padding: 0 20px 0 8px !important;
	line-height: 14px !important;
	height: 20px !important;
	width: auto !important;
	color: #fff;
	overflow: visible;
	cursor: pointer;
	background: #a5be28 url(/static/img/arrow_white.gif) right center no-repeat !important;
	border: 1px solid #a5be28 !important;
	top: 50px;
	right: 0;
	position: absolute;
}


/* WEBCAMS 
------------------------------------------------------ */

#textarea .webcam .cam p.head {
	color: #859f00;
}

#textarea .webcam .active p.head {
	color: #859f00;
}


#textarea .webcam .active {
	background: #4f7829;
}

#textarea .webcam .active p {
	color: #fff;
}

#textarea .glockner_links .linkcontainer a {
	color: #a5be28;
}


/* Sidebar (Right Sidebar)
----------------------------------------------------- */

#sidebar .weatherbox .streetstatus {
	background: url(/static/img/sidebar_line_nockalm.gif) left bottom repeat-x;
	width: 170px;
	height: 80px;
	padding: 0;
	float: left;
	overflow: hidden;
	position:relative;
}


#sidebar .weatherbox .streetstatus h3 {
	color: #a5be28;
	font-weight: bold;
	width: 170px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}

#sidebar .weatherbox .streetstatus .clearing .status .statusbar {
	width: 25px;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #a5be28;
}


#sidebar .weatherbox .streetstatus .openlink a {
	background: url(/static/img/arrow_lightgreen.gif) left center no-repeat;
	display: block;
	height: 14px;
	padding: 1px 5px 1px 12px;
	float: left;
	overflow: hidden;
	color: #a5be28;
	text-decoration: none;
}

#sidebar .weatherbox .streetstatus .openlink a :hover{
	color: #a5be28;
	text-decoration: none;
}

#sidebar .weatherbox .weather {
	background: url(/static/img/sidebar_line_nockalm.gif) left bottom repeat-x;
	width: 170px;
	height: 80px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

#sidebar .weatherbox .weather h3 {
	color: #a5be28;
	font-weight: bold;
	width: 170px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}

#sidebar .weatherbox .weather .links a {
	background: url(/static/img/arrow_lightgreen.gif) left center no-repeat;
	display: block;
	height: 14px;
	padding: 1px 5px 1px 12px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	color: #a5be28;
	text-decoration: none;
}

#sidebar .weatherbox .weather .links a:hover {
	color: #a5be28;
	text-decoration: none;
}

/* Flashmap (Mapcontainer)*/
#sidebar .map .headline h3 {
	color: #a5be28;
	font-weight: bold;
	width: 155px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#sidebar .map .links a {
	background: url(/static/img/arrow_lightgreen.gif) left 4px no-repeat;
	display: block;
	height: 14px;
	padding: 1px 5px 1px 11px;
	float: left;
	overflow: hidden;
	color: #a5be28;
	margin-right: 5px;
	text-decoration: none;
}

#sidebar .map .links a:hover {
	color: #a5be28;
	text-decoration: none;
}







