body,td {
	color: #000000;
	font-family: "courier new", fixed;
	font-weight: normal;
	text-decoration: none;
}
body.main {
	background-color: #ffffff;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}
body.main a {
	text-decoration: underline;
}

a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #ff0000;
}
h1 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

table.con_pic_list tr td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

table tr td {
	text-align: left;
	vertical-align: top;
}

table.foto {
	padding: 5px;
	width: 100%;
}

table.foto tr td a {
	color: black;
}

table.foto tr td span.beschreibung {
	background-color: #ffffaa;
}

body.con_list table tr td {
	text-align: left;
	padding: 5px;
}

