/* 

	FARBEN:
		blau:			#2380BF
		braun:			#996633
		grün:			#5a8d1d
		beige:			#f9f8e4
		hellblau:		#98aad4
		hellbraun:		#e5d0c2
		hellgrün:		#c5d18d
		dunkelbraun:	#59503c (Fließtext)
		dunkelgrün:		#2d460e
		mittelbraun:	#9f9e80 (z.B. Datum bei Kalender-Feature)

*/

/* Utils */

/*	slightly enhanced, universal clearfix hack from
 	http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after,
.ui-helper-clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix,
.ui-helper-clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix,
* html .ui-helper-clearfix { height: 1%; }
.clearfix,
.ui-helper-clearfix { display: block; }
/* close commented backslash hack */



/* Layout */

body {
	background: #FFF url(../img/bg.png) center top;
}

#page {
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#top {
	padding: 30px 20px 0 20px;
	width: 890px;
	height: 150px;
	background: #fff;
	position: relative;
}

#logo {
}

#claim {
	position: absolute;
	top: 35px;
	right: 20px;
}

#logolink, #claimlink {
	border-width: 0;
}

/* NAVIGATION */

#navigation {
	position: absolute;
	left: 0px;
	bottom: 5px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
	line-height: 1;
}

#navigation ul li {
	float: left;
	margin-right: 1em;
}

#navigation a {
	margin-bottom: 4px;
	border-bottom: 0;
}

#navigation a:hover, #navigation a:focus {
	border-bottom: 4px solid #e5d0c2;
	margin-bottom: 0;
}

#navigation span.a, #navigation li.active-path a {
	color: #2380BF;
	border-bottom: 4px solid #98aad4;
	margin-bottom: 0;
}

#navigation li.active-path li a {
	color: #996633;
}

#navigation li.active-path li.active-path a {
	color: #2380BF;
}

#navigation ul ul {
	position: absolute;
	top: 1em;
	left: 0;
	margin-top: 5px;
	background: url(../img/subnav-bg.png) top right repeat-y;
	padding: 4px 10px 6px 10px;
	width: 580px;
}

/* IE6 */ * html #navigation ul ul {
	background: #CEE8F7;
}

#navigation ul ul li {
	float: none;
	margin-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	display: inline;
	white-space: nowrap;
}

#navigation ul ul a, #navigation ul ul a:hover, #navigation ul ul a:focus, #navigation ul ul span.a {
	border-bottom: 0 !important;
	padding: 3px 7px 3px 10px;
	width: 100%;
	right: 0;
	color: #2380BF;
}


/* SYSNAV */

#sysnav {
	position: absolute;
	top: 130px;
	right: 20px;
	font-size: 90%;
}

#sysnav ul {
	margin: 0;
	list-style: none;
}

#sysnav ul li {
	display: inline;
	margin-left: 1em;
}

#sysnav ul li.lang {
	padding-left: 20px;
}

/* CONTENT */

#content {
	width: 515px;
	margin: 60px 65px 80px 20px;
	position: relative;
}


/* SIBLINGS */

#siblings {
	font-size: 75%;
	float: left;
	margin-bottom: 1em;
	margin-right: -40px;
	margin-top: -40px;
	float: right;
	text-align: right;
}

* html #siblings {
	margin-right: 0;
	margin-top: 0;
	position: relative;
	right: -40px;
	top: -40px;
	margin-bottom: -40px;
	margin-left: -40px;
}

#siblings ul {
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	margin-top: 0;
}

#siblings li {
}

/* FEATURES */

#features {
	width: 330px;
	position: absolute;
	right: 0;
	top: 160px;
	font-size: 105%;
	padding-top: 20px;
	z-index: 20;
}

#features.has-news-feature {
	padding-top: 0;
}

#features div.feature {
	padding: 22px 20px;
}

#features h4 {
	font-size: 130%;
	margin-bottom: 0.7em;
}


/* NEWSBOX */

#features #news {
	padding: 22px 20px 30px 20px;
	background: #5a8d1d;
}

#features #news h4 {
	color: #2d460e;
	font-size: 170%;
}

#features #news a {
	color: #fff;
	border-bottom-color: #c5d18d;
}

#features #news a:hover, #features #news a:focus {
	border-bottom-color: #fff;
}

#features ul {
	list-style-image: none;
	margin: 0;
}

abbr.date {
	font-size: 90%;
}

#features #news {
	color: #c5d18d;
}

#features ul.list-news li {
	margin-bottom: 1em;
}

#features ul.list-news li.last-child {
	margin-bottom: 0em;
}


/* FEATURE: TERMINE */

#features ul.list-events .dtstart {
	color: #9f9e80;
	font-size: 80%;
}

#features ul.list-events li {
	margin-bottom: 1em;
}

#features ul.list-events li.last-child {
	margin-bottom: 0em;
}


/* FEATURE: DOWNLOADS */

#features ul.list-downloads div.metainfo {
	font-size: 80%;
}

#features ul.list-downloads li {
	margin-bottom: 1em;
}

#features ul.list-downloads li.last-child {
	margin-bottom: 0;
}

#features ul.list-downloads li {
	padding-left: 25px;
	background: url(../img/filetype-pdf.png) 0 0.2em no-repeat;
}




/* FancyZoom */

#ShadowBox * {
	border: 0;
	margin: 0;
	padding: 0;
}

#ZoomCapDiv table {
	width: auto;
}

#ZoomCapDiv td {
	border: 0;
}

/* ZOOM-BILDER */

a.zoom {
	line-height: 1;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 10px 10px 7px 10px;
	border: 1px solid #e4d0c2;
}

a.zoom:hover {
	border-color: #ae7c5b;
}

a.zoom span.zoom-label {
	display: block;
	height: 16px;
	width: 16px;
	background: #fff url(../img/zoom.png) 4px 4px no-repeat;
	padding: 4px;
	position: absolute;
	bottom: 7px;
	right: 10px;
	opacity: 0.7;
}
a.zoom:hover span.zoom-label {
	opacity: 1;
}


/* jQuery Dialog */

.ui-dialog {
	border: 3px solid #996633;
	background: #f9f9f9;
	-moz-box-shadow: 0px 0px 40px #777; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 40px #777; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 40px #777; /* Opera 10.5, IE 9.0 */
	position: relative;
	z-index: 101;
	overflow: auto;
}

.ui-dialog-titlebar {
	background-color: #996633;
	padding: 2px 0 6px 0;
}

.ui-dialog-title {
	font-weight: bold;
	color: #fff;
}

.ui-dialog-titlebar-close {
	color: #fff;
	border-bottom-color: #996633;
	margin-right: 10px;
}

.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus {
	border-bottom-color: #e4d0c2;
}