* {
 margin:0; 
 padding:0; 
}

html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#BBCBDB;
	letter-spacing: -1px;
	font-size: small;
} 
 
#pagewidth{
	width:951px;
	margin-left:auto;
	margin-right:auto;
} 
 
#header_top{
	margin-top: 10px;
	position:relative;
	width:951px;
	height: 40px;
	background-image: url(../images/css/berge_top.jpg);
	background-repeat: no-repeat;
	background-position: right;
} 

#header{
	position:relative;
	width:951px;
	background-color: #FFFFFF;
	background-image: url(../images/css/berge_unten.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BBCBDB;
	border-right-color: #BBCBDB;
	border-left-color: #BBCBDB;
	clear:both;
} 

#header img {
	border: 0px;
	padding:5px;
}

#header_hauptnav {
	position:relative;
	height:34px;
	background-color:#FFFFFF;
}

#maincol,
#maincol_bildergalerie {
	width: 951px;
	height: 560px;	
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBCBDB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBCBDB;
	border-left-color: #BBCBDB;
	text-align:left;
	overflow:auto;
}


#maincol_bildergalerie {
	overflow: hidden;
}

#myGallery
{
	width: 949px;
	height: 560px;
} 

#startseite #maincol,
#guestbook #maincol{
	background-image: url(../images/bild_index.jpg);
	background-repeat: no-repeat;
}


#alpschweine #maincol{
	background-image: url(../images/bild_alpschweine.jpg);
	background-repeat: no-repeat;
	
	}

#produkte #maincol{
	background-image: url(../images/bild_produkt.jpg);
	background-repeat: no-repeat;
}

#wanderungen #maincol{
	background-image: url(../images/bild_wanderungen.jpg);
	background-repeat: no-repeat;	
	
	}

#kontakt #maincol{
	background-image: url(../images/bild_kontakt.jpg);
	background-repeat: no-repeat;		
	}

#links #maincol{
	background-image: url(../images/bild_links.jpg);
	background-repeat: no-repeat;	
	}

#veranstaltungen #maincol{
	background-image: url(../images/bild_veranstaltungen.jpg);
	background-repeat: no-repeat;	
}


#maincol_text {
	font-size: 90%;
	float: right;
	width: 341px;
	height: 560px;	
	text-align:left;
	overflow:auto;	
	background-color:#000;
	opacity:0.50;
	position:relative;
	filter:Alpha(opacity=50);
}

#maincol_text h1{
	padding: 15px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	font-size: 20px;
	color:#fff;
}

#maincol_text h2{
	padding: 15px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	color:#fff;
	font-size: 18px;
}

#maincol_text p{
	padding: 15px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	color:#fff;
}


#footer {
	clear: both;
	position: relative;
	width:952px;
	background-color: #ddd;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer h3 {
	font-size: 100%;
	font-weight: normal;
	color:#000066;
}
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}

.clear {
	clear:both;
}
a {
	color: #FFFFFF;
}
#footer a {
	color: color
: #000066;;
	list-style-type: none;
	color:  #000066;
}

#guestbook_container {
	margin: 20px;
	height: 500px;
	width: 620px;
	overflow:auto;
	background:#E3ECFB;
}
