body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*Webseite*/
.webseite {
	position: relative;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
/*Content*/
#content {
	position: absolute;
	left: 180px;
	height: 540px;
	width: 540px;
	border-color: #00FF00;
	border-style: solid;
	border-width: 17px;
}
/*Home*/
#home {
	position: relative;
	top: 170px;
	text-align: center;
}
/*bettmeralp me*/
#simi {
	position: absolute;
	top: 205px;
	left: 130px;
}
/*Alps Rocks*/
.gallery {
	position:absolute;
	top: 30px;
	left: 40px;
	width: 480px;
}
.gallery a:link {
	color: #000000;
}
.gallery a:visited {
	color: #000000;
}
.gallery a:hover {
	color: #00FF00;
}
/*gästbuch*/
#gaestebuch {
	position: absolute;
	top: 40px;
	left: 20px;
	text-decoration: none;
}
#gaestebuch a:link {
	color: #000000;
	text-decoration: none;
}
#gaestebuch a:visited {
	color: #000000;
	text-decoration: none;
}
#gaestebuch a:hover {
	color: #00FF00;
	text-decoration: none;
}
/*links partners*/
#links {
	position: absolute;
	top: 20px;
	left: 280px;
	text-align: right;
	display: block;
}
#links li {
	list-style: none;
}
#links li a:link {
	text-decoration: none;
	color: #000000;
}
#links li a:visited {
	text-decoration: none;
	color: #000000;
}
#links li a:hover {
	text-decoration: none;
	color: #00FF00;
}
/*Fehler*/
#false {
	position: absolute;
	top: 20px;
}
#false p {
	text-align: center;
}


/*Navigation*/
#navigation {
	position: absolute;
	top: 290px;
	height: 200px;
	width: 200px;
	border-color: #00FF00;
	border-style: solid;
	border-width: 17px;
	background-color: #666666;
}
#hauptnavigation {
	position: absolute;
	text-align: right;
	top: 20px;
	left: 2px;
}
#hauptnavigation li {
	display: block;
	list-style-type: none;
}
#hauptnavigation li a:link {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
} 
#hauptnavigation li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
#hauptnavigation li a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #00FF00;
}
/*Unternavigation*/
#unternavigation {
	position: absolute;
	text-align: right;
	top: 340px;
	left: 288px;
}
#unternavigation li {
	display: block;
	list-style-type: none;
}
#unternavigation li a:link {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
#unternavigation li a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
#unternavigation li a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #00FF00;
}
#logo {
	position: absolute;
	left: 17px;
	top: 17px;
}


