@charset "utf-8";

#container {
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #C00;
	padding: 10px;
	background-color: #333;
	width: 780px;
}

#main {
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	height: 440px;
	width: 780px;
	background-image: url(../Pictures/hintergrund.jpg);
}
.haupttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1D1D1D;
}
.Links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#footer {
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	font-weight: bold;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #C00;
	padding-left: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}

a:link {
	color: #900;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/* CSS Document */

a:active {
	text-decoration: none;
	color: #900;
}
