* {
	font-family: "Trebuchet MS",Tahoma, Verdana, sans-serif;
}

body {
	background-color: #000000;
}

p, div, td {
	font-size: 14px;
	line-height: 24px;
}
#outerspace {
	position: absolute;
	top: 30px;
	width: 1000px;
	background-color: #2c6bb9;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;	
	left: 50%;
	margin-left: -500px;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	padding: 0;
}


#pagecontent {
	margin-left: 47px;
	margin-top: 120px;
	padding-bottom: 160px;
	background-image: url(../images/fond_nav.png);
	background-repeat: repeat-y;
}

#navigation {
	width: 200px;
	float: left;
	background-image: url(../images/fond.jpg);
	background-position: -48px -121px;
}

div.subnav {
	background-image: url(../images/fond_nav.png);
	margin-top: -2px;
	margin-bottom: 5px;
	border: 1px outset #ffc;
}

div.subnav p {
	margin: 0;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}

div.subnav p.active {
	background-color: white;
}

div.subnav p a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#content {
	margin-left: 240px;
	width: 500px;
}

div.naventry {
	height: 50px;
	position: relative;
}

div.naventry div.fond {
	position: absolute;
	width: 200px;
	background-image: url(../images/nav_middle.gif);
	opacity: .7;
	filter:Alpha(opacity=70);
	height: 48px;
	z-index: 1;
}

div.naventry div.fond:hover,
div.naventry.active div.fond {
	opacity: 1;
	filter:Alpha(opacity=100);
}

div.naventry.first div.fond {
	background-image: url(../images/nav_top.gif);
}

div.naventry div.text {
	position: absolute;
	padding: 14px;
	font-weight:  bold;
	z-index: 2;
	color: #900;
}

div.naventry div.text a {
	text-decoration: none;
	font-weight: bold;
	color: #900;
}

#rglbOverlay {
	background-color:#336 !important;
}

table.breite-tabelle {
	width: 650px !important;
}

.tx-flvplayer-pi1  {
	text-align: left !important;
}

.tx-guestbook-field input,
.tx-guestbook-field textarea {
	background-color: #eee;
	padding: 2px;
	font-size: 12px;
}

.news-list-date {
	font-size: 12px;
	font-weight: bold;
}

div.news-list-item hr.clearer {
	border-top: 1px solid black;
}
div.news-list-item h3 {
		margin-bottom: 2px;
}
div.news-list-item h3 a {
	text-decoration: none;

}

div.news-list-item p {
	margin-top: 0;
}

div.news-single-item h1 {
	font-size: 24px;
}

div.news-single-item h2 {
	font-size: 14px;
}

p.news-single-imgcaption {
	font-size: 12px;
}

.typo3-adminPanel {
	right: 20px;
}

span.important {
	color: #666;
}
