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

/* --------- IMPORT 960 GRID SYSTEM --------------*/
@import url("reset.css");
@import url("960_24_col.css");
@import url("text.css");
/* --------- IMPORT OTHER CSS --------------*/
@import url("cluetip.css");
@import url("content.css");
@import url("form.css");
@import url("footer.css");
@import url("jqModal.css");
@import url("treeview.css");

body {
	background: #e4e3db url(../img/bg_header.jpg) center -24px repeat-x;
}
body.popup {
	background-image: none;
	padding: 50px;
}
a {
	color:#2200C1;
}
a[href^="http"], .treeview a.extra[href^="http"] {
 padding-right: 18px;
 background:url(../img/ext-link.gif) right center no-repeat;
}
 a[href^="http"]:hover, .treeview a.extra[href^="http"]:hover {
 background:#e4fd98 url(../img/ext-link.gif) right center no-repeat;
 color:#000;
 text-decoration:underline;
}
a:hover {
	background: #e4fd98;
}

.hidden {
	display:none;
	}
/* --------- HEADER BEREICH --------------*/
 
#header-container {
	padding-top: 2em;
}
#header-container a:hover {
	background: none;
}
#logo {
}
#logo-zusatz {
	color: #666;
	padding-top: 10px;
}
/* --------- METAMENUE --------------*/

#metamenu {
	margin-top: 40px;
	margin-bottom: 10px;
}
#metamenu ul {
	display:block;
	float:right;
	text-align:right;
}
#metamenu ul li {
	list-style: none;
	display: block;
	float:left;
	margin-left: 5px;
	color: #555;
}
#metamenu ul li a {
	display:block;
	float:left;
	color: #555;
	text-decoration: none;
	padding: 5px 8px 6px 35px;
	height: 16px;
	line-height: 14px;
}
#metamenu ul li a:hover {
	color:#000;
}
#metamenu ul li#home a {
	background:url(../img/icn_home.gif) 8px 0 no-repeat;
}
#metamenu ul li#hilfe a {
	background:url(../img/icn_help.gif) 8px 0 no-repeat;
}
#metamenu ul li#glossar a {
	background:url(../img/icn_glossary.gif) 8px 0 no-repeat;
}
#metamenu ul li#home:hover a, #metamenu ul li#hilfe:hover a, #metamenu ul li#glossar:hover a {
	background-color: #e4fd98;
	background-position: 8px center;
}
#metamenu ul li#home.current a, #metamenu ul li#hilfe.current a, #metamenu ul li#glossar.current a {
	background-position: 8px bottom;
	background-color: #a8c9d3;
	color:#000;
}
/* --------------- HAUPTMENUE -----------------*/
.menu {
	margin: 0 0 46px 0;
	clear:both;
	overflow:hidden;
}
.menu ul {
	display:block;
	overflow:hidden;
	margin-bottom: 0px;
}
.menu ul li {
	display:block;
	overflow:hidden;
	clear:both;
}
.menu a {
	color:#666;
	display:block;
}
.menu ul li:hover {
	background: #e8ecd6;
}
.menu ul li.active, .menu ul li.active ul, .menu ul li.active ul li a {
	background: #d7d7d7;
}
.menu ul li.current a, .menu ul li.active li.current a {
	background: #a8c9d3;
	color:#000000;
}
.menu ul.level1 {
	margin: 8px 0 0 0;
	padding: 0;
	display: block;
	clear:both;
	overflow:hidden;
	border-bottom: 1px solid #999;
}
.menu ul.level1 li {
	list-style: none;
	border-top: 1px solid #999;
	margin-left: 0px;
	margin:0;
	padding:0;
	float: left; 	/* IE 6 WHTESPACE BUG <sarcasm>thanks bill</sarcasm> */
	width: 230px; 	/* IE 6 WHTESPACE BUG <sarcasm>thanks bill</sarcasm> */
}
.menu ul.level1 li a {
	display:block;
	padding: 4px 7px 6px 7px;
	margin:0;
	text-decoration:none;
	font-weight: bold;
}
.menu ul.level1 li a:hover, .menu ul.level1 li a:focus, .menu ul li.active li.current a:hover {
	color:#000;
	background-color: #e4fd98;
}
#menu-suche {
}
.menu ul.level2 {
	padding-bottom: 12px;
}
.menu ul.level2 li {
	list-style:outside square;
	border: 0px none;
	width: 230px;
}
.menu ul.level2 li a {
	display:block;
	padding: 1px 8px 1px 20px;
	margin:0;
	text-decoration:none;
	color:#666;
	font-weight: normal;
}
/* ----------- FILTER + SEARCH -----------*/

.filterinput {
	font-family: Verdana, Geneva, sans-serif;
	color:#999;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	width: 300px;
	border: 1px solid #666;
	padding: 5px;
}
.filterinput:focus {
	color: #000;
}
/* ----------- QUICKSEARCH --------------*/
#quickform {
	margin:0;
}
#searchbox {
	background:#FFF;
	margin: 8px 0;
	border: 1px solid #666;
	padding:0 0 0 6px;
	overflow:hidden;
}
#searchbox:hover {
	border: 1px solid #000;
}
#quicksearch-button {
	border:none;
	padding:0;
	margin: 0;
	float:right;
	cursor:pointer;
	background:url(../img/lupe.png) no-repeat top center;
	width: 29px;
	height: 26px;
	border-left: 1px solid #CCC;
}
#quicksearch-button:hover, #quicksearch-button:focus {
	background:url(../img/lupe.png) no-repeat bottom center;
}
#quicksearch {
	float:left;
	border: 0px none;
	margin: 0px 0px 2px 0px;
	padding: 0;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color:#999;
	font-size: 14px;
	line-height: 24px;
	width: 174px;
}
#quicksearch:focus {
	color: #000;
}
/* ------ MAIN COLUMN -----*/

#column-main {
	overflow:hidden;
}
/* --------- SCROLLER ----------- */

#scroller {
	float: right;
	width: 230px;
	margin-left: 50px;
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 280px;
	width: 230px;
	background: #cdd7da;
}
.scrollable .items {
	position:absolute;
	height:1120px;
}
a#suche-starten {
	display:block;
	background:url(../img/btn_suchestarten.png) left top no-repeat;
	width: 230px;
	height: 45px;
	padding: 0;
	margin: 0;
}
a#suche-starten:hover {
	background:url(../img/btn_suchestarten.png) left bottom no-repeat;
}
/* --------- TOOLTIPPS -----------*/

a.tooltip, span.tooltip {
	color:#000;
	text-decoration: none;
	border-bottom:1px dashed #000;
	padding-right: 20px;
	background: url(../img/icn_tooltip.gif) right top no-repeat;
	cursor: help;
}
a.tooltip:hover, span.tooltip:hover {
	background: #e4fd98 url(../img/icn_tooltip.gif) right bottom no-repeat;
}
/* BUBBLES (CLUETIP) IN CLUETIP.CSS */




/* --------- PRINT AND MAIL BUTTONS --------------*/

#extra-buttons {
	text-align:right;
}
#extra-buttons button {
	width: 30px;
	height: 30px;
	border: 0px none;
	display:block;
	float:right;
	margin-left: 30px;
	margin-bottom: 8px;
	cursor:pointer;
}
#btn_print {
	background:url(../img/btn_print.gif) left top;
}
#btn_print:hover {
	background: url(../img/btn_print.gif) left bottom;
}
#btn_mail {
	background:url(../img/btn_print.gif) right top;
}
#btn_mail:hover {
	background: url(../img/btn_print.gif) right bottom;
}

