@import url("fonts.css");

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

div#bg {
	position: relative;
	width: 100%;
	height: 588px;
	min-width: 980px;
	background: url(alpenclub_hp.jpg) center top white no-repeat;
}

div#head {
	margin: auto;
	width: 980px;
	height: 274px;
	text-align: center;
}

div#main {
	margin: auto;
	margin-top: 20px;
	width: 980px;
	padding: 0;
}

div#main div#content {
	margin-left: 37px;
	width: 905px;
	height: 200px;
	float: left;
}

div#main div#content img {
	border: 1px solid white;
}

div.clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

div#reservation {
	margin: auto;
	width: 980px;
	height: 60px;
	text-align: center;
}

div#footer {
	margin: auto;
	width: 600px;
	height: 18px;
	margin-top: 20px;	
}

div#footer p {
	color: #7f7f7f;
	font-size: 11px; 
	text-decoration: none;
	text-align: center;
}

div#footer p a {
	color: #7f7f7f;
	text-decoration: none;
}

div#copyright {
	margin: auto;
	text-align: center;
	width: 250px;
	height: 20px;
	color: #c3c3c3;
	font-size: 10px; 	
}

div#copyright a {
	color: #c3c3c3;
	font-size: 10px; 
	text-decoration: none;
}

div#copyright a:hover {
	color: #666666;
	text-decoration: underline;
}

