/*** Globale Formatierungen ***/
body {
	margin:      0;
	padding:     0;
	font:        11px Verdana,Arial,sans-serif;
	text-align:  center;
	background:  #000;
}

form { margin: 0; padding: 0; }
img, table { border: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }
p { margin-top: 0; }

a { color: #000; }
a:hover { color: #aa0000; }

.alignright {
	float:       right;
	margin-left: 20px;
}
.alignleft {
	float:        left;
	margin-right: 20px;
}

#wrapper {
	position:   relative;
	width:      1021px;
	height:     778px;
	margin:     0 auto;
	background: url('/img/bg-main.jpg') no-repeat;
	text-align: left;
}
	#title {
		position:   absolute;
		top:        20px;
		left:       160px;
		font:       40px 'Times New Roman',Verdana,Arial,sans-serif;
		color:      rgba(255,255,255,0.8);
	}
	#content {
		position:   absolute;
		top:        130px;
		left:       95px;
		width:      677px;
		height:     475px;
		font:       20px Verdana,Arial,sans-serif;
		/* background: url('/img/bg-content-high.png') no-repeat; */
	}
	#nav {
		position: absolute;
		top:      620px;
		left:     95px;
		margin:   0;
		padding:  0;
	}
		#nav li {
			float:           left;
			margin:          0;
			padding:         0;
			list-style-type: none;
		}
			#nav li a {
				display: block;
				margin:  0 22px;
				font:    24px Verdana,Arial,sans-serif;
				color:   rgba(255,255,255,0.35);
				text-decoration: none;
			}
				#nav li a:hover {
					text-decoration: underline;
				}
				.page-item-current a {
					color: rgba(255,255,255,0.6) !important;
				}

#footer {
	width:      1021px;
	padding:    0 38px 0 0;
	margin:     0 auto;
	text-align: right;
}
	#footer a {
		font-size:       12px;
		color:           #333;
		text-decoration: none;
	}
		#footer a:hover { text-decoration: underline; }

.videoframe {
	margin:  15px 0 0 12px;
	border:  1px solid #333;
}
.videoframe-description {
	margin:      7px 0 0 12px;
	padding:     5px;
	width:       621px;
	font-size:   12px;
	line-height: 20px;
	background:  rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0 0 5px #555;
	-webkit-box-shadow: inset 0 0 5px #555;
	box-shadow: inner 0 0 5px #555;
}
	.videoframe-description strong {
		display: block;
		margin:  0 0 7px 0;
	}
	
.text-content {
	margin:      15px 13px 13px 13px;
	width:       610px;
	height:      420px;
	overflow:    auto;
	padding:     10px;
	font-size:   12px;
	line-height: 20px;
	background:  rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0 0 5px #555;
	-webkit-box-shadow: inset 0 0 5px #555;
	box-shadow: inner 0 0 5px #555;
}

.text-content-white {
	margin:      15px 13px 13px 13px;
	width:       570px;
	height:      420px;
	overflow:    auto;
	padding:     40px;
	font-size:   12px;
	line-height: 20px;
	color:       #fff;
}
	.text-content-white a { color: #fff; }
	.text-content-white a:hover { color: #aa0000; }

/* Text formatting */
#content h2 {
	margin:      0 0 1em 0;
	font-size:   16px;
	font-weight: bold;
}

/* Pages */
.page-audio #content { background: none; }
.page-impressum #content { width: 643px; height: 454px; background: url('/img/impressum/bg-content-high.jpg') no-repeat; }

