/* Stylesheet Ferienwohnung Norbert Peham */


body {
	background-color: #faf9e8; /* dunkles beige */
	color: #880a00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: small; 
   padding: 0;
	margin: 0;
}


#main {
	background: url(testseite2.jpg);
	background-repeat: no-repeat;
	height: 573px;
	width: 821px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

#mainImpressum {
	background: none;
	background-repeat: repeat-y;
	height: auto;
	width: 821px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

#text {
    margin-left: 250px;
}

h1 {
	position: relative;
	padding-top: 32px;
	margin-bottom: -10px;
	letter-spacing: 2px;
}

h2 {
	letter-spacing: 2px;
	}


#anschrift {
font-weight: bold;
}


ul {
	position: relative;
   margin-top: 10px;
   padding-top: 25px;
   width: 400px;
   line-height: 1.8;
 }

a:hover{
	text-decoration: underline;
}	

a {
	text-decoration: none;
	outline: none;
	color: #880a00;
}