/**
 * Alceda Stylsheet
 */

/* Textstyles */
@import url(typo.css);  
 
/**
 * Begin Clearfix
 * http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/**
 * End Clearfix
 */ 

/**
 * Farben
 *
 * Grün: #54a329
 */

/* ************************************************** */
/* Main                                               */
/* ************************************************** */
body {
	background:#000 url(chrome/site_bg.jpg) no-repeat center top;
	color:#000;
	font:normal 12px/1.5 Arial, Helvetica, sans-serif;
	margin:20px 0;
	padding:0;
}
a { color:#000; }

#main {
	width:800px;
	margin:80px auto 0;
}
/* ************************************************** */

/* ************************************************** */
/* Header (inkl. Navigation und Flash )               */
/* ************************************************** */
#header {
	margin:0;
	padding:0;
	position:relative;
	width:800px;
	height:117px;
}
	#header h1 {
		font-size:12px;
		margin:0;
		position:absolute;
		left:0;
		top:0;
		width:260px;
		height:117px;
	}
		#header h1 a {
			display:block;
			width:100%;	
			height:100%;
			text-decoration:none;
			text-indent:-9999px;
			-moz-outline:none;
			background:url(chrome/logo.gif) no-repeat 22px 25px;
		}
	
#nav-main {
	position:absolute;
	right:25px;
	bottom:10px;
	width:490px;
	line-height:33px;
	z-index:400;
	background:#54a329;
}
	#nav-main, #nav-main ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav-main li {
		float:left;
		font:normal 15px Verdana, Arial, sans-serif;
		line-height:33px;
	}
		#nav-main li a {
			display:block;
			padding:0 0 0 20px;
			margin:0 0 0 0;
			text-decoration:none;
			color:#c5daba;
		}
		#nav-main li a:hover {
			color:#FFF;
		}
		#nav-main li a.active {
			color:#FFF;
		}
			#nav-main li.first a {
				border:none;
			}
	#nav-main li.inactive {
		color:#CCC;
		padding:0 5px;
		border-left:1px solid #666;
	}
		#nav-main ul li.inactive {
			color:#CCC;
			padding:0 5px;
			border-left:none;
		}
	#nav-main li ul {
		position:absolute;
		left:-9999px;
		padding:2px 0;
		border-left:1px solid #666;
		background:#f3f3f5;
	}
		#nav-main li ul a {
			margin:0;
			padding:0 5px;
			border:none;
			line-height:1.5;
		}
		#nav-main li ul li {
			float:none;
		}
	#nav-main li:hover ul,
	#nav-main li.sfhover ul {
		left:auto;
		margin-left:0;
	}
		#nav-main li:hover a,
		#nav-main li.sfhover ul {
			color:#FFF;
		}

			#nav-main li:hover ul a,
			#nav-main li.sfhover ul a {
				color:#FFF;
			}
			#nav-main li:hover ul a:hover,
			#nav-main li.sfhover ul a:hover {
				color:#FFF;
			}
	
#nav-sub, #nav-sub ul {
	margin:0;
	padding:0;
	list-style:none;
}	
	#nav-sub li {
		float:left;
	}		
		

#user_info {
	position:absolute;
	right:25px;
	top:50px;
	color:#666;
	font-size:11px;
}	
	#user_info a {
		color:#666;
	}

/* ************************************************** */	

/* ************************************************** */
/* Footer                                             */
/* ************************************************** */
#footer {
	clear:both;
	padding:0;
}
	#footer p {
		margin:0;
		padding:10px 0 10px;
		color:#f3f3f5;
		font-size:13px;
		line-height:18px;
		float:left; 
	}
	#footer p a { color:#54a329; }
	#footer #footer_left { 
		border-right:1px solid #FFF;  
		padding:10px 20px 10px 25px;
	}
	#footer #footer_right { 
		padding:10px 0 10px 20px;
	}
/* ************************************************** */
	


/* ************************************************** */
/* Content                                            */
/* ************************************************** */
#content {
	margin:0;
	padding:25px 25px 0;
	background:#FFF;
}
	#content .contentitem {
		margin:0 0 18px;
		width:100%;
		clear:both;
	}
	

.search-hilite {
	background:#FF9;
}

#content .column {
	float:left;
	margin:0 28px 18px 0;
}
	#content .sp3 {
		width:641px;
	}
	#content .sp1 {
		width:195px;
	}
	#content .last {
		margin-right:0;
	}

#downloads {
	
}
	#downloads h3 {
		background:#344a56;
		border-bottom:3px solid #7DBE31;
		color:#f3f3f5;
		padding:0 5px;
		line-height:20px;
		font-weight:normal;
		text-transform:none;
		margin:33px 0 0 0;
	}
	
	#downloads ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#downloads ul li {
		background:url(chrome/pdf.gif) no-repeat 0 5px;
		padding:5px 0 5px 20px;
		font-size:12px;
		line-height:18px;
		border-bottom:1px solid #7DBE31;
	}

#pressearchiv {
	
}	
	#pressearchiv h3 {
		background:#344a56;
		border-bottom:3px solid #7DBE31;
		color:#f3f3f5;
		padding:0 0 0 5px;
		line-height:20px;
		margin:36px 0 0 0;
		font-weight:normal;
		text-transform:none;
	}
	
	#pressearchiv ul {
		list-style:none;
		margin:5px 0;
		padding:0;
	}
	#pressearchiv li {
		margin:5px 0;
		padding:0;
	}
	#pressearchiv ul a {
		text-decoration:none;
	}
	#pressearchiv li.archiv {
		
	}
	
	#pressearchiv ul#pressespiegel li {
		padding:2px 0 5px 20px;
		margin-bottom:5px;
		background:url(chrome/folder.gif) no-repeat 2px 4px;
		font-weight:bold;
		border-bottom:1px solid #7DBE31;
	}
	#pressearchiv ul#pressemitteilungen {
		border-bottom:0;
	}
	#pressearchiv ul#pressemitteilungen li {
		padding:5px 0 5px 20px;
		margin-bottom:0;
		border-bottom:1px solid #7DBE31;
	}
		#pressearchiv ul#pressemitteilungen li.archiv {
			background:#344a56;
			color:#f3f3f5;
			padding:0 0 0 5px;
			line-height:20px;
			margin:0;
		}
		#pressearchiv ul#pressemitteilungen li.archiv a {
			color:#f3f3f5;
		}
	#pressearchiv ul#pressemitteilungen li.pdf {
		background:url(chrome/pdf.gif) no-repeat 0 5px;
	}
	
#pressespiegeltable,
#pressemitteilungtable {
	
}
table.pressetable {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:none;
	width:100%;
	
}
table.neu {
	margin:37px 0 0;
	border-top:1px solid #7DBE31;
}
	table.pressetable th {
		background:#344a56;
		border-bottom:3px solid #7DBE31;
		color:#f3f3f5;
		text-align:left;
		padding:0 5px;
		line-height:20px;
		font-weight:normal;
	}
	table.pressetable td {
		border-bottom:1px solid #7DBE31;
		vertical-align:top;
		padding:5px 0;
		line-height:20px;
	}
	
	
	#pressespiegeltable td a {
		font-weight:bold;
	}
	#pressespiegeltable td img {
		margin:0 auto;
	}
	#pressespiegeltable td.logo {
		width:104px;
	}
	#pressespiegeltable td.pdf {
		text-align:center;
		vertical-align:middle;
		width:60px;
	}
		#pressespiegeltable td.pdf a {
			text-decoration:none;
			font-weight:normal;
		}
		#pressespiegeltable td.pdf img {
			display:block;
		}
	
	
	#pressemitteilungtable td.datum {
		width:100px;
		padding-left:3px;
	}
	#pressemitteilungtable td.pdf {
		text-align:right;
		width:85px;
	}
		#pressemitteilungtable td.pdf a {
			background:url(chrome/pdf.gif) no-repeat left top;
			padding-left:25px;
			padding-right:5px;
			display:block;
		}


/* Formular */
form {
	margin-bottom: 20px;
}
form label {
	display:block;
	float:left;
	width:173px;
	text-align:right;
	padding-right:25px;
}

form input, 
form textarea {
	font:normal 12px Arial, Helvetica, sans-serif;
	border:1px solid #000;
	border-color:#666 #CCC #CCC #666;
	width: 350px;
	margin:0 0 4px;
	padding:2px 3px;
	text-align:left;
}

.error {
	list-style:none;
	background:#cccccc;
	border-color:#54a329;
	border-style:solid;
	border-width:2px 0px 1px;
	color:#000000;
	margin:0px 0px 20px;
	padding:5px;
}

/** Reports */
#report_table { 
	clear:both;
	width:560px;
	float:left;
	border-collapse:collapse;
	margin:1px 25px 25px 0;
}	
#report_table th,
#report_table td { padding:5px; vertical-align:top; }
#report_table th {
	border-top:1px solid #54a329;
	border-bottom:1px solid #54a329;
	text-align:left;
	background:#EEE;
}
#report_table th a { display:block; }
#report_table th a.sort_asc { background:url(chrome/sort_asc.gif) no-repeat right center; }
#report_table th a.sort_desc { background:url(chrome/sort_desc.gif) no-repeat right center; }
#report_table #date_header { width:8em; }
#report_table #download_header { width:8em; }
#report_table .odd td { background:#EEE; }
#report_table .file_title { font-size:11px; }
#report_table .file_title strong { font-size:12px; }
#report_table .file_info a {
	display:block;
	text-align:right;
	background:url(chrome/icon_pdf_s_white.gif) no-repeat;
	height:40px;
}
#report_table .odd .file_info a { background-image:url(chrome/icon_pdf_s_grey.gif); }

#report_archive { float:left; width:165px; }

#report_archive h3 { 
	border-top:1px solid #54a329;
	border-bottom:1px solid #54a329;
	background:#EEE;
	margin:0;
	padding:5px;
	text-transform:none;
}
#report_archive ul {
	list-style:none;
	margin:0;
	padding:0;
}
#report_archive li { 
	border-bottom:1px solid #54a329; 
	padding:5px;
	text-align:right;
	font-size:10px;
}
#report_archive li a { float:left; font-size:12px; }
#report_archive li.active { font-weight:bold; }
#report_archive li.active a { text-decoration:none; }

#latest_report {}
#latest_download { width:114px; text-align:center; float:left; margin:0 25px 25px 0; }
#latest_download a { text-decoration:none; }
#latest_download img { margin:0; display:block; }
#latest_download span { }

#latest_info { float:left; width:611px;  }
#latest_info h2 { margin-bottom:10px; }
