#container {	margin: auto;
		margin-top: 20px;
		padding: 0;
		width: 800px;
		/width: 820px;
		w/idth: 800px;
		height: 681px;
		background-image: url(Bilder/bg2.jpg);
		border: 1px slid black;
		background-color: #000000;}

#navigation {	width: 500px;
		/width: 520px;
		w/idth: 500px;
		height: 120px;
		background-color: none;
		border: 1px slid red;
		align: center;}

#content {	width: 450px;
		/width: 470px;
		w/idth: 450px;
		height: 320px;
		padding: 25px;
		overflow: auto;
		background-color: none;
		border: 1px dshed red;
		align: center;}

#footer {	width: 500px;
		/width: 520px;
		w/idth: 500px;
		height: 30px;
		background-color: none;
		border: 1px slid red;
		align: center;}


body {		font-family: verdana, arial;
		font-size: 10px;
		color: #d7d7d7;
		background-color: #FFF;}

img {		border: none;}

a:link { text-decoration:none; color:#FFEA00; }
 a:visited { text-decoration:none; color:#FFEA00; }
 a:hover { text-decoration:underline;color:#FFEA00; }
 a:active { text-decoration:none; color:#FFEA00; }

input, textarea { 
border:1px solid black; 
padding:2; 
color: white;
margin: 2;

.Button { border:0px; }
}

