@charset "UTF-8";
body {
	min-height:800px;
	font-family: Times, serif;
	font-size: 12px;
	background-color: #524c4c;
	background-image: url(bilder/background_alpen.png);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:0px 80px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a img {
	text-decoration: none;
	border: 0 none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	border:none;
	outline:0;
}
p {
	margin: 0px
}	
.text_dunkel {
	color: #353535;
	font-weight:bold;
	
}

.text_dunkel a:link {
	color: #000;
	background-color: #f3f3d4;
}
.info{font-style:italic; font-weight:bold; color:#000;
}

/*/////// Content //////////////////////////////////////////////////////////////////////////*/

#container {
	width: 1100px;  
	margin: 0 auto 100px auto; 
	border: none;
	text-align: left; 
}
#header {
	vertical-align: baseline;
	height: 126px;
	margin: 0 0 0 214px;  
}
#header img {
	position: relative;
	top: 28px;
	left: 10px;
	width: 258px;
	height: 74px;
}
#header_menu {
	float: right;
	width: 303px;
	height: 20px;
	margin: 0;
	padding: 6px 0 0 0;
	background-color: #6d6767;
	text-align:center;
	color:#FFF;
}


#header_menu a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
	border:none;
	outline:0;
}

#header_menu a:hover {
	color:#333;
	}


/*/////// Sidebar 1//////////////////////////////////////////////////////////////////////////*/

#sidebar1 {
	float: left; 
	width: 180px; 
	margin: 0px; 
	padding: 0px 10px 0px 10px;
}
#sidebar1 ul {
	margin:0;
	padding:0;
}
#sidebar1 li {
	display:block;
	list-style:none;
	height: 20px;
	padding: 0px 0 0 0px;
	margin: 0 0 4px 0;
}


/*/////// Sidebar 2//////////////////////////////////////////////////////////////////////////*/

#sidebar2 {
	float: left; 
	width: 303px; 
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border: none;
	font-size:13px;
}
#sidebar2 ul {
	margin:0;
	padding:0;
}
#sidebar2 li {
	display:block;
	list-style:none;
	background-color: #6d6767;
	height: 85px;
	padding: 10px;
	margin: 0 0 6px 0;
	text-decoration:none;
}
#sidebar2 li:hover {
	background-color: #d3d1d1;
}

#sidebar2 li:hover a {
	color:#000;
}
#sidebar2 a:link {
	color:#FFF;
}
/*#sidebar2 a:hover, a:focus {
	color:black;
	text-decoration: underline;
}*/
#sidebar2 a:visited {
	color:#FFF;
}

#sidebar2 img {
	float: left;
	margin: 0 10px 0 0;
	padding:0;
}


/*/////// MainContent //////////////////////////////////////////////////////////////////////////*/

#mainContent {
	float: left;
	background-color: #d6d4d4;
	width: 587px;
	margin: 0px; 
	padding: 1px 0 20px 0;
}
#mainContent h1 {
	color:#000;
	font-size: 22px;
	margin: 20px 34px 30px 22px;
}
mainContent a:link{
	color:#666;
}
#mainContent p {
	color: #666;
	margin: 0 34px 30px 34px;
	font-size:14px;
}
#mainContent img {
	margin: 0 22px 30px 22px;
}

#googlekarte {
	margin: 0 22px 30px 22px;
}

/*/////// Menu //////////////////////////////////////////////////////////////////////////*/

#mainContent_menu {
	margin: 0 34px 30px 34px;
	font-size:13px;
}
#mainContent_menu ul{
	margin:0;
	padding:0;
}
#mainContent_menu li {
	margin:0 10px 0 0;
	padding:3px;
	display:inline;
	color:#000;
}
#mainContent_menu li:hover {
	background-color:#f3f3d4;
}

#mainContent_menu a:hover {
	color:#eee;
}
#mainContent_menu a:link {
	color:#000;
}
#mainContent_menu a:visited {
	color:#000;
}
#mainContent_menu table {
	color:#000;
	width:100%;
	border:none;
	margin:30px 0 0 0;
	padding:0;
	border-top:#000 solid 1px;
}
#menu_underline {
	vertical-align:bottom;
	border-bottom:#000 solid 1px;
	padding: 10px 0 5px 5px;
	color: #000;
}

/*/////// Wanderungen //////////////////////////////////////////////////////////////////////////*/

#wander ul {
	margin:0;
	padding:0;
}
#wander li {
	display:block;
	list-style:none;
	background-color: #eeeeee;
	height: 135px;
	padding: 10px;
	margin: 0 10px 6px 10px;
	text-decoration:none;
}
#wander li:hover {
	background-color:#d3d1d1;
}


#wander img {
	float:left;
	margin:0 40px 0 0;
	padding:0;
}
#wander a {
	font-style: italic;
	color:#000;
	margin:0;
}
#wander p {
	margin: 0 0 10px 0;
	font-style:normal;
}

#wander h1 {
	font-size:12px;
	font-weight:bold;
	margin: 20px 0 10px 0;
	font-style:normal;
}

/*/////// Gaststube //////////////////////////////////////////////////////////////////////////*/
#gaststube ul {
	margin: 0px;
	padding: 0px;
	}

#links {
	font-size:14px;}
#links li {
	list-style:none;
	margin: 5px 0 5px 0;
}


#links a:hover {
	color:#eee;
	background-color:#f3f3d4;
}
#links a:link {
	color:#000;
}
#links a:visited {
	color:#000;
}

/*/////// Footer //////////////////////////////////////////////////////////////////////////*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

