@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-top: 10px;
	padding-right: 10px;
	height: 450px;
	width: 780px;
	padding-left: 10px;
}
#title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	color: #1D1D1D;
}
#thumbnails {
	clear: left;
	float: left;
	width: auto;
}

#picture {
	clear: right;
	float: right;
}
#description {
	float: left;
	text-align: left;
	padding-top: 10px;
	clear: left;
	padding-bottom: 10px;
}
.massangaben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C00;
}


.Bildbeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D1D1D;
}

#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;
	clear: both;
	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;
}
