/* CSS Document */
#container {
	position: relative;
	text-align: left;
	width: 950px;
	height: 600px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	z-index: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../bilder/feder.gif);
	background-repeat: no-repeat;
	background-position: 820px 520px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;


	}
body {
	background-image: url(../bilder/bg2.gif);
	background-repeat: repeat;
}

#container .start {
	text-align: center;
	margin-top: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCCC99;
}
#container .footer {
	text-align: center;
	margin-top: 220px;
}
#container .footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
s

