@charset "UTF-8";
/* CSS Document */

body {
	background-color: #c9c9c9;
	margin:0px; background-image: url(bilder/bg.png); background-repeat:repeat-x;
}
#menu { 
	width:100%;
	text-align:center;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
h1{	
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
}

#site {
	width:1100px;
	height:690px;
	text-align:center;
	margin:0px auto;
}
	
	
.content {
	text-align:left;
	width:567px;
	margin-top:10px;
	margin-left:0px;
	font-size:13px;
	font-weight:normal;
	font-family:Arial;
	margin-bottom:120px;
	}
	
.stepbystep {
	text-align:center;
	width:567px;
	margin-top:10px;
	margin-left:0px;
	font-size:13px;
	font-weight:normal;
	font-family:Arial;
	margin-bottom:120px;
	}
.stepbystep p {
	text-align:left;
	}	
	
#footer {
	text-align:center;
	margin-top:25px;
	font-size: 10px;
	}

