

/* TODO: working styles */


.site-footer {
	display: none;
}

/* endof working styles */


/* utils */

.shadow {
	box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
	-webkit-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
	-khtml-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
	-moz-box-shadow:1px 1px 7px rgba(153, 153, 153, 0.3);
}

.no-boxshadow .shadow {
	border: 1px solid #ddd;
}

.tile {
	padding: 15px 20px 22px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	border-top: 6px solid #ccd527;
	float: left;
	width: 500px;
}

.clearing {
	clear: both;
}

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

.hidden {
	display: none;
	visibility: hidden;
}

.disclaimer {
	margin-top: 33px;
	padding: 11px 10px 11px;
	background-color: #f5f5f5;
}

body {
	background: #f8f8fa url(../img/body-bg.jpg) no-repeat left top;	
	xxbackground: #f8f8fa url(../img/grid.png) no-repeat left top;	
}

.container {
	float: left;
	width: 100%;
}

.wrapped {
	position: relative;
	width: 980px;
	float: left;
}

.current-user-login-information {
	float: right;
	margin-right: 20px;
	padding: 2px 10px;
	background-color: #eee;
	border: 1px solid #bbb;
	border-top-width: 0;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
  	-webkit-border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
     border-bottom-left-radius: 4px;
     color: #333; 
}

.current-user-login-information .user-name {
	font-weight: bold;
}

.peekaboo {
	position: absolute;
	top: -9999em;
	left: -9999em;
	margin-bottom: 22px;	
}

.peekaboo .logo-for-print {
	display: none;
}

/* breadcrumbs sind unsichtbar, aber fŸr screenreader etc. im html vorhanden */
.breadcrumbs ol {
 	list-style-type: none;
 	margin-top: 10px;
 	margin-left: 0;
}

.breadcrumbs li {
	display: inline;
	margin-right: 10px;
}

.breadcrumbs .divider {
	padding-right: 10px;
}

.breadcrumbs span.a {
	font-weight: bold;
}

.site-navigation-top {
	position: relative;
	z-index: 189;
	margin-top: 10px;
	margin-bottom: 22px;
	float: left;
	width: 100%;
	min-width: 980px;	
	background-image: url(../img/topnav-bg.png);
	background-repeat: repeat-x;
	background-position: left 5px;
	border-bottom: 1px solid rgb(147,35,130);
	border-bottom: 1px solid rgba(147,35,130,0.5);
}

.site-body {
	margin-bottom: 44px;
}

.sy-title {
	position: absolute;
	top: 7px;
	left: -10px;
	z-index: 199;
}

.wayfinder {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 12px; 
	line-height: 1.8333;
	color: #333;
	text-shadow: 1px 1px #fff;
	border-bottom: 1px solid #fff;
}

.wayfinder p {
	margin: 0;
}

.wayfinder-location {
	font-size: 1.3333em;
	line-height: 1.2222;
	padding: 2px 10px 0.6667em;
	border-bottom: 1px solid #ccc;
}

.toolbar {
	margin-bottom: 24px;
	padding: 0 10px;
}

.site-navigation-sub {
	padding-top: 22px;
}

.site-content {
	width: 540px;
	margin-right: 10px;
	margin-bottom: 22px;
	float: left;
}

.site-content .author-information {
	clear: left;
	padding-top: 1em;
	margin: 0 20px;
}

.site-marginalia {
	width: 200px;
	float: left;
	padding: 22px 10px 0 10px;
}

.site-marginalia .module {
	clear: both;
	margin-bottom: 22px;
}

.site-marginalia .module h3 {
	margin-bottom: 11px; 	/* 11px */
}

.site-marginalia .google-search-form {
	width: auto;
	margin-top: 1em;
	margin-bottom: 22px; 
}

.google-search-form .row {
	margin-bottom: 0;
	padding-bottom: 5px;
}

.google-search-form input.text {
	width: 190px;
	font-size: 1.3847em;
	color: #222;
}

.google-search-form .button {
	width: auto;
	float: left;
}

.google-search-form .description {
	padding-top: 0.45em;
	margin-bottom: 0;
	color: #444;
}

.site-marginalia .user-tools {
	border-bottom: 1px solid #fff;
}

.site-marginalia .print-page {
	display: block;
	padding: 2px 0 33px 30px;
	border-bottom: 1px solid #ccc;
	background: url(../img/icons/icon-printer.png) no-repeat left top;
}

.site-marginalia .notification-toggle .notify {
	float: left;
	margin-right: 10px;
}


/* Spezielle Styles */

#googlemap {
	height: 300px;
	margin-bottom: 33px;
	overflow: hidden;
	width: 100%;
}
