/* css Alex Fanslau */

html {
	margin: 0; padding: 0;
}

body {
	font: normal 8pt Tahoma,Verdana, Arial;
	margin: 0;
	padding: 0;
	background: #fff;	/*hintergrund (ohne mittelstreifen)*/
}

a {
	color: #999;	/* linkfarbe grau */
	text-decoration: none;
}

a:hover {
	color: #b1e031;	/* hoverfarbe apfelgruen */
}

/* section top */
div#wrapper_top {
	width: 990px;
	height: 140px;
	z-index: 1;
}

div#container_top {
	width: 100%;
}

div#inner_wrapper_top_left {
	float: left;
	width: 440px;
	height: 140px;
}

div#logo_af {
	position: relative;
	width: 230px;
	height: 30px;
	background: url(../img/logo_af.gif) no-repeat;
	margin: 38px 0 0 30px;
}

div#navi_af {
	position: relative;
	width: 100%;
	margin: 20px 0 0 30px;
}

ul#navi {
	display: block;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul#navi li {
	display: block;
	float: left;
	margin: 0 12px 0 0;
	border-right: 1px solid #999;
	padding: 0 9px 0 0;
}

ul#navi li>a {
	text-decoration: none;
	color: #666;
}

ul#navi li>a.active {
	color: #b1e031;		/* farbe aktiver link der haupt navigation */
}

ul#navi li>a:hover {
	color: #b1e031;		/* farbe hover link der haupt navigation */
}

div#galleries {
	position: relative;
	width: 100%;
	margin: 50px 0 0 30px;
	*margin: 16px 0 0 30px;
}

ul#gallery {
	display: block;
	list-style: none;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}

ul#gallery li {
	display: block;
	float: left;
	margin: 0 12px 0 0;
	border-right: 1px solid #999;
	padding: 0 9px 0 0;
}

ul#gallery li>a {
	text-decoration: none;
	color: #666;		/* farbe galerielink der subnavigation */
}

ul#gallery li>a:hover {
	color: #b1e031;		/* farbe hover link galerie subnavigation */
}

div#inner_wrapper_top_right {
	float: left;
	height: 140px;
	width: 540px;
}

div#preview_pane {
	float: left;
	margin: 88px 0 0 0;
	height: 42px;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

.thumb {
	height: 42px;
	margin: 0;
	padding: 0 4px 0 0;
	border: 0;
}

div#thumb_msg {
	background: #b1e031;	/* messagebox hintergrund (keine bilder in galerie xxx) */
	display: block;
	padding: 16px;
	color: #333;
}

div#page_pane {
	float: left;
	margin: 88px 0 0 0;
	height: 42px;
	padding: 16px 0 0 10px;
	font: normal 8pt Arial, Verdana;
	color: #777;
}

div#page_pane a {
	text-decoration: none;
	color: #999;
	padding: 0 2px;
}

div#page_pane a:hover {
	color: #666;
}

/* section middle */
div#wrapper_middle {
	width: 100%;
	height: 300px;
	background: #fff;
	z-index: 3;
}

div#container_middle {
	border-top: 1px dashed #999;	/* punktierte linie oben */
	border-bottom: 1px dashed #999; 		/* punktierte linie unten */
	height: 298px;
	z-index: -100;
}

div#container_middle>img {
	height: 298px;
	margin: 0 0 0 30px;
}

div#content {
	padding: 10px 30px;
	font: normal 8pt Arial,Verdana,Tahoma;
	color: #999;
	text-align: justify;
	width: 550px;
}

div#content_video {
	padding: 0 0 0 30px;
	font: normal 8pt Arial,Verdana,Tahoma;
	color: #999;
	text-align: justify;
	width: 900px;
}

/* section bottom */
div#wrapper_bottom {
	width: 990px;
	z-index: 1;
}

div#container_bottom {
	padding: 2px;
}

div#pic_desc {
	float: left;
	color: #999; 		/* schriftfarbe bildbeschreibung */
	width: 450px;
	padding: 0 0 0 30px;
}

div#pic_desc > h2 {
	font: normal 10px Tahoma, Verdana, Arial;
	padding: 0; margin: 0;
}

div#soc_bar {
	width: 390px;
	float: left;
	text-align: right;
}

div#soc_bar > h3 {
	font: normal 10px Tahoma, Verdana, Arial;
	color: #AAA;
	margin: 0 0 4px 0;
}

div#soc_bar img {
	border:0;
	margin: 0 0 0 4px;
}

div#soc_bar a {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

div#soc_bar a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

div#spacer {
	height: 30px;
	clear: both;
}

div#footer_left {
	float: left;
	width: 450px;
	padding: 0 0 0 30px;
}

div#footer_left > h3 {
	font: normal 10px Tahoma, Verdana, Arial;
	color: #AAA;
	margin: 0 0 4px 0;
}

div#footer_right {
	float: left;
	width: 390px;
	height: 40px;
	text-align: right;
}

div#pdf_link {
	width: 300px;
	height: 22px;
	border: 0;
	margin: 0;
	padding: 0;
}

div#pdf_link img {
	position: relative;
	top: -18px;
	border: 0;
	float: right;
}

div .start_text {
	font: normal 8pt Tahoma,Verdana, Arial;
	color: #999;
	height: 298px;
	width: 450px;
	margin: 20px 0 0 30px;
}

/* 
	scrollable gebimsel start
	big image container 
*/
#image_wrap {
	height: 298px;
	margin: 0 0 0 30px;
	background-color: #fff;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	position:relative; 	/* required settings */
	overflow:hidden;
	width: 400px;
	height:140px;
	padding: 88px 0 0 0;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float: left;
	margin: 0 0 0 0;
	padding: 0 4px 0 0;
	cursor: pointer;
	height: 42px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/hori_small.png) no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin: 102px 4px 0 4px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right 			{ background-position: 0 -15px; clear:right; margin-right: 0px;}

/* left */
a.left			{ margin-left: 0px; } 


/* scrollable css for dl items */
a.browse2 {
	background:url(../img/hori_small.png) no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0; 
	padding: 0; 
	cursor: pointer;
	font-size: 1px;
}

/* root element for scrollable */
.vertical {  
	position:relative;
	overflow:hidden;	
	/* vertical scrollers have typically larger height than width */	
	height: 280px;	 
	width: 450px;
	float: left;
}

/* root element for scrollable items */
.items2 {
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items2 div {
	border-bottom: 1px solid #ddd;
	margin: 0 0 6px 0;
	font-size: 10px;
	height: 64px;
	width: 440px;
	text-align: left;
}

/* elements inside single item */
.items2 img {
	float: left;
	margin: 0 20px 0 0;
	height: 60px;
	border: 0;
}

.items2 h3 {
	margin: 0; padding: 0;
	font-size: 14px;
	color: #ccc;
	font-weight: bold;
}

.items2 p {
	margin: 10px 0 0 0; padding: 0;
}

/* disabled navigational button */
a.disabled { visibility:hidden !important; }
/* png image with offset to show up & down arrows */
a.right2			{ background-position: -15px -15px; }
a.left2			{ margin-top: 130px; background-position: -15px 0; } 

.wp_link {
	display: block;
	position: relative;
	float: left;
	margin: 0 30px 0 0;
}

a:hover.wp_link {
	background: #999;
}

/* playlist items start */
#playlist {
	width: 270px;
	height: 298px;
	overflow-y:auto;
	overflow-x:hidden;
	padding: 0 10px;
	background-color:#fff;
	margin: 0 0 0 10px;
	float:left;
}

#playlist a {
	display:block;
	width:244px;
	height:40px;
	padding:6px;
	background-color:#fff;
	border:1px solid #ccc;
	font: light 8px Arial;
	text-decoration:none;
	line-height: 12px;
	margin: 18px 0;
	color:#666;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#bbf12a; /* etwas heller als das link-gruen */
}

#playlist a.progress {
	background-color:#efefef;
}

#playlist a.playing {
	border:1px solid #555;
	background-color:#bbf12a;
}

#playlist a.paused {
	border:1px solid #555;
	background-color:#bbf12a;
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a span {
	font: light 8px Arial;
	margin: 0;
	padding: 0;
}

#playlist a strong {
	color: #666;
	padding-bottom: 4px;
}

#playlist a em {
	border:0;	
	float:left;
	margin-right:10px;
	background: url(../img/clock.png) no-repeat 0 50%;
	padding-left:20px;
	color:#666;
	font-style: normal;
	margin-top: 4px;
}

