@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:100px;
	text-align: center;
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: 100%;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
 	background-position:right bottom;
 	background-attachment:fixed;
}


.seite {
width: 400px;
margin-left: auto;
margin-right: auto;
text-align: left;
border-bottom: 1px dashed #cccccc;
padding: 10px;

}

h1 {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: lighter;
margin: 0 0 0 0;
}

h2 {
color: #333333;
font-weight: bold;
font-size: 90%;
margin: 5px 0 20px 0;
}

p {
line-height: 150%;
font-weight: lighter;
font-size: 90%;

}
