@charset "UTF-8";
/*/////////////////////// GENERAL /////////////////////// */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	background-color: #CCC;
}
a:active {
	color: #FFF;
	background-color: #000;
}
/*/////////////////////// POSITIONING SCHEME /////////////////////// */

#headline, #language, #content {
	left: 10%;
	position: absolute;
}
#headline {
	width: 90%;
	top: 40px;
}

/*/////////////////////// FORMATIERUNG /////////////////////// */


p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	margin-bottom: 20px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
/*/////////////////////// LANGUAGE /////////////////////// */

#language {
	top: 80px;
	right: 0px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
/*/////////////////////// CONTENT /////////////////////// */

#content {
	top: 140px;
	width: 682px;
}
#main {
	top: 200px;
	width: 640px;
	border: 1px solid #000;
	padding: 20px;
	text-align: justify;
	background-color: #FFF;
}
#main a {
	text-decoration: underline;
}
#title {
	width: 640px;
	height: 35px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}
#footer {
	width: 682px;
	text-align: center;
	float:left
}

/*/////////////////////// LISTE /////////////////////// */

.werk {
	height: 90px;
	padding: 10px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000;
	background-color: #FFF;
}
.bild {
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
	height: 90px;
	width: 120px;
	float: left;
	text-align: left;
}
.text {
	padding: 0px;
	margin: 0px;
	height: 92px;
	width: 490px;
	float: right;
	text-align: left;
}
.titel {
	font-weight: bold;
}
.deaktiviert {
	font-weight: bold;
}
.abbildung {
	padding: 0px;
	margin: 0px;
}
.weiter {
	margin-left: 15px;
}
