﻿body {
	/* background-image: url('../media/background_wi_dachstein_1440.jpg'); */
	background-color: #fffeee;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Times, Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

#container {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#header {
	background: #a1d1e5;
	height: 37px;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	/* font-style: italic; */
	padding: 3px 5px 0px 5px; /* padding space from the borders */
	line-height: 1.2;
}

#header h1 {
	margin: 0;
	font-size: 2.0em;
	font-family: georgia;
	letter-spacing: .4em;
	text-align: center;
}

#header h2 {
	margin: 0;
	font-size: 1.2em;
	font-family: georgia;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	padding: 7px;
}

#header h3 {
	margin: 0;
	font-size: 1.1em;
	font-family: georgia;
	font-weight: normal;
	letter-spacing: .2em;
	text-align: center;
	padding: 10px;
}

#sowi {
	background: #a1d1e5;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px 5px 0px 5px; /* padding space from the borders */
}

#sowi a {
	color: #1961ab;
	background: #ffffff;
	padding: 8px 20px;
	font-size: 1.0em;
}

#sowi a:hover {
	color: #B40000;
	background: #dddd50;
	padding: 8px 20px;
	font-size: 1.0em;
}

#agb {
	background: #a1d1e5;
	color: #000000;
	font-size: .85em;
	font-weight: bold;
	padding: 3px 5px 0px 5px; /* padding space from the borders */
}

#agb a {
	color: #FFFFFF;
	font-size: .85em;
}

#agb a:hover {
	color: #B40000;
	font-size: .85em;
	background: #FFFFFF;
}

#image_home {
	background-image: url('../media/background_winter_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_app {
	background-image: url('../media/background_appartements_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_angebote {
	background-image: url('../media/background_winterangebote_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_buchung {
	background-image: url('../media/background_winterbuchung_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_galerie {
	background-image: url('../media/background_wintergalerie_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_video {
	background-image: url('../media/background_wintervideo_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_live-cams {
	background-image: url('../media/background_winterlive-cams_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_anreise {
	background-image: url('../media/background_winteranreise_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_aktiv {
	background-image: url('../media/background_winteraktiv_900.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 308px;
	padding: 5px;
}

#image_table {
	text-align: right;	
}

#image_table a {
	color: #FFFFFF;
	font-size: .85em;
}

#image_table a:hover {
	color: #B40000;
	font-size: .85em;
	background: #FFFFFF;
}

#weather {
	background: #FFFFFF;
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);					// second!
}

#general {
	background: #a1d1e5;
	border-bottom: 2px solid #FFFFFF;
}

#nav {
	background: #a1d1e5;
	color: #000000;
	padding: 0px; /* changes the padding around this area clockwise, starting at 12,
					e.g. 3px 10px 7px 12px or 3px 10px (just for up&down and left&right)*/
	letter-spacing: 0.1em;
	font-size: 1.0em;
}

#nav a{
	text-decoration: none;
	color: #1961ab;
	font-weight: bold;
	font-size: 1.0em; /* increases/decreases font size relatively to the one set in the tag selector "body" above */
	padding: 5px; /* aligns to centre and adds padding between the links */
	font-style: italic;
}

#nav a:hover {
	color: #FFFFFF;
	background: #B40000; /*  or e.g. text-decoration: underline overline */
	padding: 5px;
	font-style: italic;
}

#nav a:active {
	color: #FFFFFF;
	background: #1961ab;
	font-style: italic;
}

#main {
	background: #FFFFFF;
	padding: 0px 10px;
	font-size: 1.0em;
	font-style: italic;
	border-top: 2px solid #a1d1e5;
	border-right: 2px solid #a1d1e5;
	border-bottom: 2px solid #a1d1e5;
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);					// second!
}

#main a {
	color: #1961ab;
	padding: none;

}

#main a:hover {
	color: #FFFFFF;
	background: #1961ab;
	padding: none;

}


#main h1 {
	margin: 0;
	font-size: 1.2em;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	color: #B40000;
	padding: 3 0 0 0px
}

#main h2 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding: 3 0 0 0px;
}

#main h3 {
	margin: 0;
	font-size: 1.0em;
	font-family: georgia;
	font-weight: bold;
	color: #B40000;
	padding: 3 0 0 0px;
}

#main font {
	color: #1961ab;
}

#main_fullcolor {
	background: #FFFFFF;
	padding: 0px 0px;
	font-style: italic;
}

#main_fullcolor a {
	color: #1961ab;

}

#main_fullcolor a:hover {
	color: #FFFFFF;
	background: #1961ab;

}


#main_fullcolor h1 {
	margin: 0;
	font-size: 1.2em;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	color: #B40000;
	padding: 3 0 0 0px
}

#main_fullcolor h2 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	padding: 3 0 0 0px;
}

#main_fullcolor h3 {
	margin: 0;
	font-size: 1.0em;
	font-family: georgia;
	font-weight: bold;
	color: #B40000;
	padding: 3 0 0 0px;
}

#footer {
	background: #FFFFFF;
	/* background-position: bottom;
	background-repeat: no-repeat; */
	height: 40px;
	color: #000000;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.25;
	text-align: center;
	padding-top: 10px;	
	border-top: 4px solid #a1d1e5;	
}


#footer a {
	color: #1961ab;

}

#footer a:hover {
	color: #FFFFFF;
	background: #1961ab;

}

table {
	background: none;
	font-family: 'Trebuchet MS', Times, Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.5;	
}

img {
	border: none; /* "none" disables the borders for pictures if they are linked */

}


.gallery  img{ /*an image that is inside an element with the class "gallery" */
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666; /* gives some sort of 3d-effect */
	width: auto;
	padding: 3px;
	background: #a1d1e5;

}

.gallery img:hover {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666; /* gives some sort of 3d-effect */
	background: #B40000;
}

.images_border {
	border: 1px solid #000000;


}

.images_left { /* . is a class selector */
	float: left;
	margin-right: 10px;
	
} 

.images_right {
	float: right;
	margin-left: 10px;

}

.opaque {
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);					// second!
}

.sowi_active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.0em;
	background: #E3D1D2;
	padding: 8px 20px;
	font-style: italic;
}

.nav_active {
	color: #B40000;
	background-color: #FFFFFF;
	padding: 4px 4px 4px 0px;
	font-style: italic;
}

.nav_app {
	color: #B40000;
	font-size: 0.85em;
	text-indent: 15px;
	background-color: #a1d1e5;
	padding: 4px 4px 4px 0px;
	font-style: italic;
}

.nav_app-active {
	color: #B40000;
	font-size: 0.85em;
	text-indent: 15px;
	background-color: #FFFFFF;
	padding: 4px 4px 4px 0px;
	font-style: italic;
}

