﻿body {
	background: #A5ADC5;
	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: 800px;
	text-align: left;
	margin: 0 auto;
	background-image: url('../media/backgrounds/background_dachstein_800px.jpg');
}


#header {
	background: none;
	height: 108px;
	color: #C40000;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding: 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: #A5ADC5; 
	color: #FFFFFF;
	padding: 3px 12px; /* 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 #FFFFFF; /* nice yellow:  #FCDC0D */
	border-bottom: 3px solid #FFFFFF;
	letter-spacing: .1em;
	font-family: georgia;
	
}

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

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

#main {
	background: none;
	height: 390px;
	padding: 0px 110px;
	overflow: auto; /* this inserts a scrollbar automatically if the content gets too much */
	font-style: italic;
}

#main_gb {
	background: none;
	height: 410px;
	overflow: auto; /* this inserts a scrollbar automatically if the content gets too much */
	font-style: italic;
}


#main_index {
	background: none;
	height: 390px;
	padding: 0px 0px 0px 110px;
	overflow: auto; /* this inserts a scrollbar automatically if the content gets too much */
	font-style: italic;
}

#main a {
	color: #707070;

}

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

}


#main h3 {
	margin: 0;
	font-size: 1.1em;
	font-family: Times;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .1em;
	color: #000000;
	padding: 5 0px
}

#ta_travelmap {
	padding: 0px 156px
}

#ta_favoritelist {
	text-align: left;
}

#footer {
	background: #A5ADC5;
	background-image: url('../media/background_railroad.jpg');
	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 #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	
}


#footer a {
	color: #FFFFFF;

}

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

}


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: #DCDCDC;

}

.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: #081029;
}

.images_border {
	border: 1px solid #000000;


}

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

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

}

