/*

Pitztal
##############################

Farben:
	
	Dunkelrot: 	#8C0000
	Hellrot:	#BE0000



Kaunertal
##############################

Farben :

	Hellblau: 	#
	Dunkelblau:	#
	
	
OVERALL:

Grau: #F0F0F0

*/

@import "/static/css/shared.css";


h1 {
color:#8C0000;
}

input.submit {
background-color:#BE0000;
height:18px;
border:0;
color:#FFFFFF;
}

/* ########## HEADER ########## */

div#top {
float:left;
width:960px;
border-bottom:4px solid #8C0000;
}

#top div.left {
float:left;
width:240px;
height:160px;
background-color:#BE0000;
}


#top div.left div.menu a {
background-color:#BE0000;
padding:6px 20px 0px 20px;
height:16px;
color:#FFFFFF;
float:left;
margin:0px 0px 1px 1px;
text-decoration:none;
border-left:1px solid;
border-right:1px solid;
border-top:1px solid;
border-color:#8C0000;
}

#top div.left div.menu a:hover, #top div.left div.menu a.active {
padding:6px 20px 0px 20px;
color:#FFFFFF;
float:left;
height:18px;
overflow:hidden;
margin:0px 0px 0px 1px;
background-color:#8C0000;
background-image:url(/static/img/menu_arrow_top.gif);
background-repeat:no-repeat;
background-position:left top;
}


/* ########## CONTENT - Teaser ########## */

#content div.left div.teaser h2
{
color:#8C0000;
font-size:12px;
width:100%;
padding:10px 0px 10px 0px;
margin:0;
}

#content div.left div.teaser h2 a {
color:#8C0000;
text-decoration:none;
}


/* ########## MENU ########## */


div#menu {
width:240px;
float:left;
background-image:url(/static/img/menu_hg.gif);
background-position:top left;
background-repeat:no-repeat;
background-color:#8C0000;
}

#menu div.left a:hover, #menu div.left a.active {
padding:4px 0px 4px 30px;
width:90px;
background-image:url(/static/img/menu_arrow.gif);
background-position:center left;
background-repeat:no-repeat;
background-color:#BE0000;
}

#menu div.right a:hover, #menu div.right a.active {
padding:4px 0px 4px 20px;
width:100px;
background-image:url(/static/img/menu_arrow_sub.gif);
background-position:center left;
background-repeat:no-repeat;
background-color:#BE0000;
}



/* ########## CONTENT ############ */


#content div.left h2 {
font-weight:bold;
font-size:11px;
margin:20px 0px 10px 0px;
padding:0;
color:#8C0000;
}

/* ########## GALLERYS ############ */

#content .left .galleryHeadline h2 {
padding-bottom:3px;
border-bottom:1px solid #8C0000;
}

#content .left .galleryContainer {
width:214px;
height:160px;
overflow:hidden;
float:left;
_margin-left:-10px;
_width:219px;
margin-right:12px;
margin-bottom:12px;
}

*+html #content .left .galleryContainer {
margin-left:-10px;
width:219px;
}

#content .left .galleryContainerRight {
width:214px;
_width:219px;
height:160px;
overflow:hidden;
float:left;
margin-bottom:12px;
}

*+html #content .left .galleryContainerRight {
width:219px;
}

#content .left .galleryContainer .headline, #content .left .galleryContainerRight .headline {
width:214px;
height:43px;
background-image:url(/static/img/gallerybg.png);
background-repeat:no-repeat;
float:left;
text-decoration:none;
color:#002850;
font-size:11px;
font-weight:bold;
overflow:hidden;
_margin-left:5px;
margin-top:-53px;
padding:8px 0px 0px 12px;
_padding:8px 0px 0px 8px;
}

*+html #content .left .galleryContainer .headline, *+html #content .left .galleryContainerRight .headline {
padding:8px 0px 0px 12px;
width:235px !important;
margin-left:5px;
}

#content .left .galleryContainer .headline a, #content .left .galleryContainerRight .headline a {
text-decoration:none;
}

#content .left .archivContainer {
width:440px;
height:30px;
background-color:#F3F3F3;
overflow:hidden;
float:left;
margin-bottom:5px;
}

#content .left .archivContainer .headline h2 {
color:#8C0000;
font-size:11px;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:0px;
text-decoration:none;
}

#content .left .archivContainer .headline img {
padding:0 0 0 0;
float:none;
}

#content .left .galleryContainer .headline img {
padding:0 0 0 0;
float:none;
}

.schneehoehenTR {
background-color:#8C0000;
color:#FFFFFF;
font-weight:bold;
}

/* TABELLEN FORMATIERUNGEN */

#content div.left table .header
{
	background-color:#8C0000;
	color:#FFFFFF;
}