body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223134;
	text-align: center;
	background-color: #80aab2;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-align: left;
}
div {
	/* border: 1px solid #ff0000; */
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#container {
	margin: 0px auto;
	width: 890px;
	position: relative;
	top: 10px;
	left: 10px;
}
#links {
	width: 160px;
	position: absolute;
	top: 40px;
	left: 0px;
}
#rechts {
	width: 720px;
	position: absolute;
	top: 10px;
	left: 170px;
	border: 1px solid #a0a0a0;
}
#suche {
	padding: 30px 40px 0px 0px;
	line-height: 0.8em;
}
#header {
	background-color: #ffffff;
	height: 80px;
	position: relative;
	background-image: url(header-image.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #80aab2;
}
#content {
	background-color: #ffffff;
	padding: 10px;
	line-height: 1.5em;
	/* opacity: 0.75;
	filter: alpha(75); */
	/* margin-right: 150px; */
}
#footer {
	padding: 10px;
	text-align: center;
	/* f�r runde Ecken Background-color deaktivieren und image aktivieren */
	background-color: #ffffff;
	/*
	height: 25px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	*/
}
#header-image {
	border: 0px;
}
#sprache {
	position: absolute;
	top: 25px;
	left: 620px;
	width: 80px;
	/* border: 1px solid #dd0000; */
}
#sprache td {
	text-align: center;
	padding-right: 10px;
}
#sprache a {
	text-decoration: none;
	color: #305a62;
}
#sprache a:hover {
	color: #80aab2;
}
#sprache img {
	border: 0px;
}
#content p {
	margin: 0px;
	padding: 5px 0px;
}
#content table {
	clear: both;
	width: 100%;
}
#content table td {
	text-align: justify;
	vertical-align: top;
	width: 50%;
	padding: 10px;
}
#content form table {
	width: auto;
}
#content form table td {
	text-align: left;
	width: auto;
}
#content a:link, #content a:visited {
	color: #305a62;
	text-decoration: underline;
}
#content a:hover {
	color: #80aab2;
}

/* Download Gallery */
.file {
	margin: 0px auto !important;
}
.file td {
	vertical-align: middle !important;
	width: auto !important;
	/* border: 1px solid #ff0000; */
}
.line, .line_rightalign {
	border-bottom: 1px solid #DDDDDD;
}
.line {
	padding: 0px 0px 3px 0px !important;
	margin: 0px 0px 0px 10px;
}
.line_rightalign { 
	text-align: right !important;
	white-space: nowrap;
	font-size: 10px;
	padding: 0px 0px 3px 0px !important;
	margin: 0px 10px 0px 0px !important;
}
.line_text {
	padding: 3px 10px 15px 10px !important;
}
.line_text p {
	padding: 0px;
	margin: 0px;
}
.dgheader {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 0px !important;
}

/* Lightbox2 */
table.lb  {
	width: auto;
	padding-top: 10px;
	margin-left: auto;
	margin-right:auto;
}
table.lb td {
	width: auto !important;
	padding: 0px !important;
	text-align: center !important;
}

/* Menu */
#menu ul {
	padding: 0px;
	margin: 0px;
	display: block;
}
#menu li {
	display: block;
	margin: 0px;
	padding: 2px 0px;
	border-top: 1px dashed #808080;
}
#menu li.menu-first {
	border: none;
}
#menu li li.menu-first {
	border-top: 1px dashed #808080;
}
#menu a {
	display: block;
	color: #a0b0c0;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
}
#menu li.menu-current>a {
	color: #ffffff;
	font-weight: bold;
}
#menu li li a {
	padding-left: 15px;
}
#menu li li li a {
	padding-left: 30px;
}