#container {
	width:700px;
	margin: 15px auto 0;
	padding:20 10px;
	text-align: left;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #666666;
	border-left-color: #999999;
	border-top-width: medium;
	border-top-color: #FFFFFF;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-bottom-color: #333333;
	border-bottom-width: thin;




}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFDD;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 2em;
	font-weight: bold;
	padding: 5 px;
	color: #333333;
	background-color: #FFCCFF;
	border-top: solid 2px #fff;
	border-bottom: solid 1 px #000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.bildrahmen {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: outset;
	border-top-color: #FFFFFF;
}
