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


/* ackground: #585756 url("./themes/site_themes/default/bg.gif") repeat; */ 

a:link, a:visited, strong.highlight { color:#000; font-weight:bold; }
a:hover { color:#941a7e; text-decoration:none; }

strong { font-weight:bold; }
em { font-style:italic; }

body {
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height:1.6;
	color:#000;
	background-color:#000;
}

#outer_wrapper {
	position:relative;
	width:100%;
	height:100%;
	background:#fff url(../images/bg_pattern.gif) repeat;
	border-bottom:40px solid #000;
}

#border-top {
	position:relative;
	width:100%;
	height:10px;
	background-color:#000;
}

#inner_wrapper {
	position:relative;
	width:915px;
	margin:0px auto;
	/*background-color:#CC99FF;*/
}


#header {
	position:relative;
	height:96px;
	background-color:transparent;
}

	#logo {
		position:absolute;
		width:91px;
		height:142px;
		right:335px;
		top:-106px;
		z-index:500;
		/*background-color:#CC6666;*/
	}

	#main_navigation {
		position:absolute;
		width:100%;
		height:100px;
		/*background-color:#FFCC66;*/
	}
	
		#main_navigation ul { position:relative; margin-left:55px; }
		#main_navigation ul li { position:relative; display:inline; float:left; top:80px; }
		#main_navigation ul li a { position:relative; display:block; text-indent:-5000px; overflow:hidden; background-position:top left; margin-right:8px; }
		
		#main_navigation ul li a:hover { background-position:bottom left; }
		
			#done { background-image:url(../images/navigation/sprite_done.png); width:35px; height:10px; }
			#undone { background-image:url(../images/navigation/sprite_undone.png); width:54px; height:10px; }	
			#about { background-image:url(../images/navigation/sprite_about.png); width:45px; height:10px; }
			#contact { background-image:url(../images/navigation/sprite_contact.png); width:59px; height:10px; }
			#coverage { background-image:url(../images/navigation/sprite_coverage.png); width:69px; height:10px; margin-left:475px; }
			#news { background-image:url(../images/navigation/sprite_news.png); width:38px; height:10px; }

			#main_navigation ul li #done.active { background-position:bottom left; cursor:default; }
			#main_navigation ul li #undone.active { background-position:bottom left; cursor:default; }
			#main_navigation ul li #about.active { background-position:bottom left;cursor:default; }
			#main_navigation ul li #contact.active { background-position:bottom left; cursor:default; }

			#main_navigation ul li #news.active { background-position:bottom left; margin-left:12px; cursor:default; }


#image_content {
	position:relative;
	width:915px;
	height:450px;
	/*background-color:#00FF33;*/
}


#news_entries { padding-top:0; padding-left:0; }

.entry_navigation {
	position:relative;
	padding:10px 92px 10px 47px;
	margin-bottom:20px;
	/*background-color:#999999;*/
	float:left;
}


	.entry_navigation ul { position:relative; width:100%; }
	.entry_navigation ul li { position:relative; display:inline; float:left; line-height:2; }
	
	#news_entries.entry_navigation ul { float:left; margin-bottom:20px; }
	#news_entries.entry_navigation ul li { display:block; float:none; clear:both; }
	
	.entry_navigation ul li a, .entry_navigation ul li span.deactivated { margin:0 5px; }
	.entry_navigation ul li a:link,
	.entry_navigation ul li a:visited,
	.entry_navigation ul li span.deactivated { text-decoration:none; font-weight:normal; color:#000; background:url(../images/square_green.gif) no-repeat 5px center; padding:2px 3px 2px 16px; }
	.entry_navigation ul li a:hover,
	.entry_navigation ul li a.active { background-color:#000; background-image:url(../images/square_green.gif); color:#fff; }
	.entry_navigation ul li a.active { cursor:default; }

	.entry_navigation ul li span.deactivated { background-image:url(../images/square_black.gif); }

	#text_content {
		position:absolute;
		z-index:1000;
		width:260px;
		right:40px;
	}

	#project_title {
		margin-top:35px;
		text-align:left;
		width:260px;
	}

	#project_data {
		position:relative;
		margin-top:30px;
	}
	
	#project_text {
		position:relative;
		margin-top:20px;
	}

#footer {
	position:relative;
	height:26px;
	padding:0;
	/*background-color:#3333FF;*/
	margin-top:10px;
}

#project_text p, .normal-p p { text-align:justify; margin-bottom:1.5em; }

#footer p { float:left; margin-top:6px; font-size:10px; position:relative; left:55px; }

#impressum { position:relative; float:right; right:200px; }

#preview { position:absolute; right:85px; bottom:13px; width:108px; height:11px; background-image:url(../images/preview.gif); text-indent:-5000px; overflow:hidden; }


.date { text-align:right; width:100%; display:block; }


.start li:first-child a { background-color:#000 !important; background-image:url(../images/square_green.gif) !important; color:#fff !important; cursor:default !important; }



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:15px;
}



.warning { border:2px solid #CC0000; padding:5px; background-color:#FF9999; margin:15px; }
.warning a:hover { color:#fff; }