@charset "utf-8";
/* CSS Document */

body {
	background-color: none;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
		font-size: 1.3 em;
}
#page {
	margin-right: auto;
    margin-left: auto;
	height: 800px;
	width: 2000px;
	background-image:url("wetterstein.jpg");
	background-repeat:no-repeat;
}
#content {
	height: auto;
	width: 1000px;
    padding-top:none; 
	margin-right: auto;
    margin-left: auto;

float:left;
	margin-top: 260px;
	margin-left: 15px;

}
h1 {
	font-size: 45px;
	font-weight: bold;
}
a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #ccc;
    text-decoration: underline overline;
}

