@charset "utf-8";
/* CSS Document */

/* Colors
	ffff00	Yellow
	9d9d9d	background-gray
	333333	link-hover-gray
*/
a.swf-video,
img.fadeover{/*dummy rule for auto completion */}

#swf-background{
	position:absolute;
	top:0;
	left:0;
	background:#333;
	width:560px;
	height:340px;
}

#swf-close{
	position:absolute;
	top:20px;
	right:20px;
}

#swf-movie{
	position:absolute;
	left:20px;
	top:20px;
}

.TODO {
	border: 6px double red;
	padding:10px;
}
html {
	overflow-y:scroll;
}
body {
	background:#9d9d9d url(../images/hintergrung.jpg);
	color:#000;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {border:none;}
ul,p {margin:1em 0;padding:0;}
ul li {margin:1em 0 1em 1em;padding:0;}



a:link {color:#ffff00; text-decoration:underline;}
a:visited {color:#e9e900; text-decoration:underline;}
a:hover,
a:active {color:#000;background:#ffff00; text-decoration:none;}

#page {
	width:980px;
	margin:20px auto 10px auto;
	background:#000;
	color:#fff;
	position:relative;
}
#header {
	height:170px;
}
#header ul {
	margin:0;
	padding:0;
	height:50px;
}
#header #header2{
	position:absolute;
	top:0;
	left:0;
}
#header ul a {
	text-decoration:none;
	color:#fff;
	display:block;
	background:#222;
	text-align:center;
	line-height:50px;
}

#header ul a:hover {
	background:#444;
}

#header ul li {
	width:140px;
	height:50px;
	margin:0;
	padding:0;
	float:left;

	list-style:none;
}
#header ul li#herbert-award{
	border-left:140px solid #ffff00;
}

#pointer {
	position:absolute;
	top:100px;
	left:10px;
	height:20px;
	width:39px;
	background:url(../images/pfeil-10px-header.gif) no-repeat;
	display:hidden;
}

/* Inhalt */

h1,h2,h3,h4,h5,h6 {
	color:#ffff00;
	line-height:1.1em;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 1em 0;
}
h2{
	font-size:14px;
}

h3{
	font-size:14px;
	color:#eee;
}


img.fadeover-pos00{
	position:absolute;
	top:0;
	left:0;
}

#content {position:relative;}

#content #single-col,
#content #twocol-text,
#content #twocol-image,
#content #col-1,
#content #col-2,
#content #col-3 {
	overflow-y:auto;
	overflow-x:hidden;
	float:left;
}

#content #col-2.filmstrip{
	background:#333 url(../images/filmstrip.gif);
	color:#fff;
}
#content #twocol-image{
	position:relative;
	overflow:hidden;
}
#content #twocol-nav {
	position:absolute;
	bottom:-340px;
	left:0;
	width:560px;
}

#herbert-nav,
#archiv-nav {
	line-height:30px;
	background:#222;
	opacity:0.9;
}

#herbert-nav{
	text-align:left;
	line-height:30px;
}
#content #herbert-nav .inlay{margin:0 0 0 20px;padding:0;}
#herbert-nav a{
	margin-left:10px;	
}

#archiv-nav ul{
	height:30px;
	margin:0;
	padding:0 0 0 20px;
}
#archiv-nav li {
	float:left;
	height:30px;
	margin:0;
	padding:0;
	list-style:none;
}

#archiv-nav li a {
	display:block;
	height:30px;
	line-height:30px;
	padding:0 10px;
}

h1 .news-date,
h2 .news-date {
	font-weight:normal;
	color:#eee;
	font-size:10px;
	display:block;
	line-height:12px;
	margin-bottom:1em;
}
div#content .news_datetime{
		font-size: 0.9em;
		margin-top: 10px;
	}
ul.news-list li{
	list-style:none;
	margin-left:0;
}

ul.news-list li .news-date {
	background:#222;
	padding:2px 5px;
	float:left;
	width:60px;
	text-align:right;
}

ul.news-list li a {margin-left:80px; display:block;}

.fixedHeight {height:340px;}
.scrollArea {overflow:auto;overflow-x:hidden;}

#content #single-col{
	width:100%;
}

#content #twocol-text {
	width:420px;
}

#content #twocol-image,
#content #col-1{
	width:560px;
}
#content #col-2 {
	width:140px;
	color:#000;
	background:#e9e900;
	position:relative;
	overflow:visible;
}

#content #col-3 {
	width:280px;
}

#content #col-2 ul,
#content #col-2 li {
	margin:0;
	padding:0;
	list-style:none;
}


#content #col-2 li {
	margin:10px 0 10px 10px;
}
#content #col-2 li img {display:block}

#content #col-2 li.hover,
#content #col-2 li.cur{
	background:url(../images/pfeil-10px.gif) no-repeat right center;
}

#content #col-2.filmstrip li.hover,
#content #col-2.filmstrip li.cur{
	background-image:url(../images/pfeil-10px-yellow.gif)
}

#scroll-up {
	position:absolute;
	background:red url(../images/scrollpfeil-up.gif) no-repeat;
	width:140px;
	height:50px;
	top:-390px;
	left:560px;
	z-index:50;
}
#scroll-down{
	position:absolute;
	background:red url(../images/scrollpfeil-down.gif) no-repeat;
	width:140px;
	height:30px;
	top:0px;
	left:560px;
	z-index:50;
}

#content .inlay{
	margin:20px 20px 0 20px;
	padding-bottom:20px;
}

#footer {
	clear:both;
	height:30px;
	line-height:30px;
	background:#ffff00;
	color:#000;
	padding:0 20px;
	position:relative;
}

#footer a {
	color:#000;
}
#footer a#foot-logo{
	top:5px;
	right:20px;
	position:absolute;
}

.kontakt-details {
	float:left;
	width:188px;
	text-align:center;
}
.admin{margin-left:288px;}

	
