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

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	/* background-image: url('../media/background_so_dachstein.jpg'); */
}


#header {
	background: none;
	height: 130px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 10px 0px 0px; /* 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;
}

#nav {
	background: #FFFFFF; 
	color: #000000;
	padding: 3px 5px; /* 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)*/
	border-top: 3px solid #003399; /* nice yellow:  #FCDC0D */
	border-bottom: 3px solid #003399;
	letter-spacing: .1em;
	font-family: georgia;
	font-size: 0.8em;
	
}

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

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

#main {
	background: #FFFFFF;
	padding: 0px 10px;
	font-style: italic;
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);					// second!
}


#main a {
	color: #B40000;

}

#main a:hover {
	color: #FFFFFF;
	background: #B40000;

}


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

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

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

#main_gb {
	background: none;
	padding: 0px 0px;
	font-style: italic;
}

#main_gb a {
	color: #B40000;

}

#main_gb a:hover {
	color: #FFFFFF;
	background: #B40000;

}


#main_gb h1 {
	margin: 0;
	font-size: 1.1em;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	color: #B40000;
	padding: 15 0 0 0px
}

#main_gb h2 {
	margin: 0;
	font-size: 0.95em;
	font-weight: bold;
	color: #000000;
	padding: 15 0 0 0px;
}

#main_gb h3 {
	margin: 0;
	font-size: 0.85em;
	font-family: georgia;
	font-weight: bold;
	color: #B40000;
	padding: 15 0 0 0px;
}

#ta_travelmap {
	padding: 0px 156px
}

#ta_favoritelist {
	text-align: left;
}

#footer {
	background: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
	/* height: 35px; */
	color: #000000;
	line-height: 1.25;
	text-align: center;
	padding-top: 2px;
	font-style: italic;
	border-top: 3px solid #003399;
	border-bottom: 3px solid #003399;
	
}


#footer a {
	color: #B40000;

}

/* this is the color used for mouse over */
#footer a:hover {
	color: #FFFFFF;
	background: #B40000;

}

#red {
	color: #B40000;
	font-weight: bold;
}

table {
	background: none;
	font-family: 'Trebuchet MS', Times, Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	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: #D8E3F9;

}

.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!
}

.opaque0 {
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);					// second!
}


