@charset "UTF-8";

@import url(../yaml/core/slim_base.css);

@import url(../yaml/print/print_003.css);

@media all {

/* @group Safari und Firefox Hacks */

.js #scroll p,
.js #scroll blockquote em {
	-moz-opacity:0.99;
	 opacity: 0.99;
}

/* @end */

/* @group Layout: Breite, Hintergrund, Rahmen */

body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: white url(images/bg_header.png) repeat-x 0 0;
}

#page_margins {
	margin: 0 0 0 0;
	width: 100%;
	position: relative;
}

#header {
	height: 81px;
}

#header h1, #header h2, a#homelink span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

a#homelink {
	position: absolute;
	display: block;
	width: 250px;
	height: 81px;
	left: 30px;
	background: url(images/logo.png) no-repeat left top;
}

.hide {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -999em;
	top: -999em;
}

.absolute-hide {
	display: none;
}

#mapcontainer {
	width: 870px;
	height: 600px;
}

/* @end */

/* @group Sandbox */

#sandbox {
	height: 50px;
	background: url(images/sandboxNoJS.jpg) repeat-x center center;
	min-width: 960px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

#sandbox #container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

#parallax {
	height: 50px;
	position: relative;
	width: 100%;
	top: 0;
	margin: 0;
	overflow: hidden;
}

#parallax img {
	position: absolute;
	display: none;
}

#parallax div {
	position: absolute;
	overflow: hidden;
}
.js #sandbox {
	background: url(../loader/arrows.gif) no-repeat center center;
}
.js #parallax.h300,
.js #sandbox.h300 {
	height: 300px;
}
.js #parallax.h50,
.js #sandbox.h50 {
	height: 50px;
}
/* @group resizer */

#resizerUp, #resizerDown {
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	/*left: 50%;
	margin-left: -50px;*/
	width: 120px;
	height: 21px;
	overflow: hidden;
	text-indent: 999em;
	background: url(images/resize.gif) no-repeat;
}

#resizerUp {
	background-position: center top;
}

#resizerDown {
	background-position: center bottom;
}

/* @end */

/* @end */

/* @group Suchen */

#searchform {
	position: absolute;
	top: 90px;
	right: 20px;
	font-size: 11px;
}
#searchform * {
	border: 0;
	margin: 0;
	padding: 0;
}
#search {
	float: right;
}

#search fieldset {
	float: right;
}

#search fieldset *{
	float: left;
}

#search input#suchbox {
	width: 90px;
	padding: 3px 0 4px;
	background:transparent url(../images/search/searchfield_repeat.png) repeat-x;
	font-size: 11px;
	color: #999;
}
#search input#suchbox.fokus {
	color: #222;
}

#search input#suchbox:focus {
	outline: none;
}

#safarisearch {
	width: 120px;
}

/* @end */

/* @group Navigation */

#nav_wrap {
	width: 60em;
	float: right;
	overflow: hidden;
	display: inline;
	line-height: 0;
}


ul#nav {
	float: right;
	display: inline;
	padding: 5px 0 0 0;
	margin: 0 6px 0 0;
	background: url(images/nav_spacer.png) no-repeat right bottom;
	font-size: 12px;
}

ul#nav li {
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1px;
	background: url(images/nav_spacer.png) no-repeat left bottom;
	height: 69px;
	overflow: hidden;
}

ul#nav a {
	display: block;
	float: left;
	font-size: 1em;
	text-decoration: none;
	color: #555;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: 69px;
}

/* @group rootline */

#rootline {
	color: #999;
	font-size: 9px;
	padding-top: 3px;
	text-align: right;
}

#main #rootline a {
	color: #999;
}

#main #rootline a:hover {
	text-decoration: underline;
	color: #111;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	padding: 5px 0 14px;
	color: #999;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #111;
}

/* @end */

/* @group Tags */

ul, li {
	list-style-type: square;
}

ul.csc-bulletlist, .csc-bulletlist li {
	list-style-image: url(../images/bullet.gif);
}
ul.csc-bulletlist {
	padding-left:10px;
}

ul, ol {
	margin: 0 0 1em 0.5em;
}

li {
	margin-left: 0.8em;
}

ul ul, ol ol {
	margin: 0 0 1em 1em;
}

table {
	border-collapse: collapse;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	width: auto;
}

th, td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	white-space: normal;
	border: 1px solid #ccc;
}

th {
	white-space: nowrap;
}

/* @end */

/* @group Inhaltsbereich */

#main_bg {
	background: url(images/bg_content.png) repeat-x 0 top;
	padding-top: 6px;
}

/* @group Main Styles */

#main {
	margin: 0 auto;
	width: 960px;
	color: #4F5559;
}

#main p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	/*letter-spacing: 0.05em;*/
}

#scrollContainer p, 
#scrollContainer li, 
#scrollContainer h3, 
#scrollContainer h4, 
#scrollContainer h5,
#scrollContainer .header {
	max-width: 45em;
}

blockquote {
	padding: 0;
	margin: 1em 0 1em 2em;
	width: 30em;
    background: url(images/quote-open.gif) no-repeat left top;
    font-style: italic;
}

blockquote.left {
	float: left;
}

blockquote.right {
	float: right;
}

blockquote.none {
	float: none;
}

blockquote em {
	font-style: italic;
	font-size: 10px;
	margin-left: 80px;
	display: block;
}

blockquote p {
	margin: 0;
	padding: 15px 40px 0 50px;
    background: url(images/quote-close.gif) no-repeat right bottom;
}

#main a {
	color: #ea7b14;
	text-decoration: none;
}

#main h3 {
	color: #5f0023;
	font-size: 25px;
	font-weight: normal;
	margin: 10px 0 5px;
	letter-spacing: -0.03em;
}

#main h3 a {
	color: #5f0023;
}

#main table a {
	color: #4F5559;
}

#main a:hover {
	text-decoration: underline;
}

#main h4 {
	font-size: 16px;
	margin: 1em 0 .7em 0;
	letter-spacing: -0.02em;
}

#main h5 {
	font-size: 14px;
	margin: 0.8em 0 .6em 0;
}

#main p, #main table, #main ul {
	font-size: 1em;
}

#main ul {
	margin: 1em 0 1em 10px;
}

#main table *, #main ul * {
	font-size: 1em;
}

#main a.quicklink {
	display: block;
	color: #333;
	margin:0 0 20px;
	padding: 20px;
	background:#eee url(../images/quicklink.png) repeat-x scroll center top;
	border: 1px solid #eee;
}

.quicklink .header {
	font-size: 16px;
	letter-spacing: -0.02em;
}

#main .quicklink span {
	display: block;
} 

#main .quicklink:hover {
	color: #111;
	text-decoration: none;
	border-color: #ddd;
	background-position: center bottom;
	background-color: white;
}

.quicklist {
	width: 400px;
	margin: 0;
	margin-bottom: 1.5em;
}

#main .toggler {
	display: block;
	margin-bottom: 2em;
	padding-left: 30px;
}

.quicklist dt {
	cursor: pointer;
	margin: 1em 0 0;
	background: url(../images/ql/star.gif) no-repeat scroll left center;
	padding-left: 30px;
}

.quicklist dt.act {
	background-image: url(../images/ql/star_dark.gif);
}

.quicklist dd {
	padding-left: 30px;
	margin: 0;
}

/* @end */

/* @group Slider */

#slider {
	margin: 0 auto;
	position: relative;
	width: 910px;
}

#scroll {
	clear: left;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	width: 910px;
}

#scrollContainer div.panel {
	padding: 20px;
	width: 870px;
}

#shade {
	background: url(images/shade.jpg) no-repeat scroll center top;
	height: 55px;
}

#main ul#navigation {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 9px;
}

#main ul#navigation li {
	float: left;
	list-style: none;
	margin: 0;
}

#main ul#navigation a {
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	text-indent: 999em;
	white-space:nowrap;
	height:53px;
	text-decoration: none;
	background-position: 0 top;
}

#main ul#navigation a:hover {
	text-decoration: none;
	background-position: 0 -53px;
}

#page_margins #main ul#navigation a.selected {
	background-position: 0 -106px;
}

#page_margins #main ul#navigation a.selected:hover {
	background-position: 0 bottom;
}

ul#navigation a:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

.scrollButtons {
	cursor: pointer;
	position: absolute;
	top: 48%;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -20px;
}


/* @end */

/* @group Klassen */

.keinUmbruch {
	white-space: nowrap !important;
}

/* @end */

/* @group News */

.news-list-date {
	font-size: 12px;
	float: right;
	font-weight: normal;
}

hr.clearer {
	clear: right;
	height: 1px;
	border: 1px solid #FAFAFA;
}

.news-list-category {
	font-size: 10px;
}

.news-list-item {
	padding: 20px 0;
}

#col3_content .news-list-item h4 a {
	color: #4F5559;
}

#col3_content .news-list-item h4 {
	margin: .1em 0pt 0.7em;
}

.news-list-morelink {
	margin-bottom: 3px;
}

.news-list-item img, .news-single-img img {
	float: right;
	border: 1px solid #999999;
	margin-left: 10px;
}

.news-single-timedata {
	float: right;
}

/* @group Archiv */

#col3_content div.news-amenu-container h3 {
	margin: 10px 0 0 0;
}

.news-amenu-container li,#col3_content .news-amenu-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#col3_content .news-amenu-container li.news-amenu-item-year {
	font-weight: bold;
	font-size: 15px;
	margin: 15px 0 0 0;
}

/* @end */

/* @end */

/* @group Sitemap */

#sitemap a {
	color: #4F5559;
}

#sitemap li {
	list-style: none;
	margin: 0 0 20px 0;
}

#sitemap li li {
	border: none;
	margin: 0;
	list-style: square;
}

#sitemap li ul {
	margin: 0 0 1em 1.5em;
}

#sitemap a.main {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #ccc;
}

#sitemap a.main:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
}

/* @end */

/* @group T3-spezifisch */

/* @group Bilder */


#main .csc-textpic-caption {
	font-size: 11px;
	font-style: italic;
	margin-top: 0.5em;
}


/* @end */

/* @group Text */

.csc-firstHeader {
	margin-top: 0em;
}

.filelinks div {
	padding-bottom: 3px;
}

/* @end */

/* @group Tabelle */

#main table p {
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
}

.contenttable {
	width: 100%;
}

.contenttable-1 {
	width: auto;
}

.contenttable-1 th, .contenttable-1 td {
	padding-right: 50px;
}

.contenttable-2 th, .contenttable-2 td {
	width: 50%;
}

.contenttable-3 th, .contenttable-3 td {
	width: 25%;
}

.tr-0 th {
	white-space: normal;
}

.tr-even {
	background: #efefef;
}

.td-0 {
	border-left: none;
	font-weight: bold;
}

.td-last {
	border-right: none;
}

/* @end */

/* @group Suchresultat */

.tx-indexedsearch input.sword {
	width: 150px;
}

.tx-indexedsearch ul.browsebox {
	margin: 1em 0 1em 0;
	padding: 0;
}

.tx-indexedsearch ul.browsebox li {
	display: inline;
	margin-right: 2em;
	margin-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.csc-sword, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #AC1715;
	font-weight: bold;
}

.suchbox label {
	margin: .5em 1em 0 0;
}

#main .suchresultat {
	display: block;
	border-top: #555 1px solid;
	padding: 0em;
	margin-bottom: 1em;
	padding-top: 1em;
	width: 500px;
}

.suchresultat .noResume {
	color: #666666;
}

#col3_content .suchresultat  h3 {
	width: 100%;
	font-size: 14px;
}

.suchresultat  h3 img {
	float: right;
}

.suchresultat  p {
	width: 100%;
}

/* @end */

/* @group Mailform */

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

.formu {
	width: 100%;
	padding: 0;
}

.radiolayout {
	width: 100%;
	padding: 1em 0;
	line-height: 1.5em;
}

.checklayout {
	padding: 0 0 1em 0;
	width: 100%;
}

.checklayout label {
	float: none;
}

.mf-text, .mf-input {
	margin-bottom: 5px;
	width: 300px;
}

.mf-check, .mf-radio {
	border: 0;
}

.mf-submit {
	margin-top: 1em;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 5px;
}

/* @end */

/* @end */

/* @group SBB */

#sbb {
	background: url(images/sbblogo.gif) no-repeat scroll right top;
	width: 400px;
	padding-top: 60px;
}

#sbb form {
	border: 1px solid #cecece;
}

#sbb select,
#sbb input {
	background: white;
	color: black;
	border: 1px solid #999;
}

#sbb select{
	width: 108px;
}

#sbb table {
	width: 380px;
	margin: 4px;
	border: none;
}

#sbb td, #sbb th {
	vertical-align:middle;
	padding-right: 3px;
	border: none;
}

#sbb .keinUmbruch label {
	display: inline;
	width: auto;
	margin:0 5px;
	float: none;
}

#sbb input.radio {
	background: white;
	color: black;
	border: none;
	width: auto;
	display: inline;
	float: none;
}

#sbb td.keinUmbruch {
	padding-right: 5px;
}

input#sbbsuchen {
	background-color: #ebebeb; 
	color:black; 
	border:solid 1px #ccc; 
	cursor:pointer; 
	line-height:12px; 
	vertical-align:middle; 
	padding: 2px 5px;
}

/* @end */

/* @end */

/* @group Shadowbox */

#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container,
#shadowbox_container * {
	border-width: 0;
}


#shadowbox_overlay {
	position: fixed;
}

#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

#shadowbox_container {
	visibility: hidden;
	position: absolute;
	z-index: 999;
}


#shadowbox_interface {
	position: relative;
}

/* @group shadowbox_body */

#shadowbox_body {
	position: relative;
	float: left;
}

#shadowbox_body_inner #shadowbox_content {
	position: relative !important;
}

.shadowbox_message {
	font-size: 11px;
	text-align: center;
	line-height: 1.5em;
	width: 20em;
	margin: auto;
	padding-top: 30%;
	color: #666;
}

.shadowbox_message a {
	color: #5f0023;
	text-decoration: none;	
}

.shadowbox_message a:hover {
	text-decoration: underline;	
}


/* @end */

#shadowbox_close {
	position: relative;
	left: -5px;
	top: 5px;
}

table#shadowbox #closeTD {
	/*position: absolute;*/
	background-position: -30px 0px !important;
}

/* @group Tabelle */

table#shadowbox { 
	margin: 0 auto;
	padding: 0; 
	position: relative; 
	border-collapse: collapse;
	z-index: 998;
	border: thin none;
}

#shadowbox tbody, #shadowbox  td, #shadowbox  tr  {
	border: thin none;
	margin: 0;
	padding: 0;
}
#shadowbox tr {
	height: auto;
}
#shadowbox td {
	line-height: 0; 
	font-size: 0; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	height: 30px; 
	width: 30px;
	background: url(../images/box/drop-shadow.png) repeat scroll;
}
#shadowbox  td#shadowbox_interface {
	position: relative;
	background: white;
}


/* @end */

/* @group #shadowbox_info */

#shadowbox_info_inner {
	float: left;
	background: white;
	color: black;	
	width: 100%;
	font-size: 11px;
	line-height: 1em;
}

#shadowbox_counter, #shadowbox_title {
	margin: 10px 4px 0;
}

#shadowbox_title {
	float: right;
}

#shadowbox_counter {
	float: left;
}

#shadowbox_counter a {
	padding: 3px;
	display: block;
	float: left;
}

#shadowbox_counter a:hover {
	background: #333;
	color: white;
}


/* @end */

/* @group #shadowbox_loading */


#shadowbox_loading {
	position: absolute;
	z-index: 999;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:white url(../loader/arrows.gif) no-repeat center center;
}

#shadowbox_loading a {
	position: absolute;
	top: 50%;
	line-height: 1em;
	width: 100%;
	float: left;
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	outline: none;
}

#shadowbox_loading a:hover {
	text-decoration: underline;
}


/* @end */

/* @group shadowbox_nav */

#shadowbox_nav a span, #closeBut a span {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -999em;
	top: -999em;
}

ul#shadowbox_nav {
	position: absolute;
	z-index: 999;
	left: 50%;
	width: 80px;
	margin: 5px 0 0 -40px;
	list-style: none;
	height: 20px;
}

#shadowbox_nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}


#shadowbox_nav a {
	background-image: url(../images/box/icons.png);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}

#shadowbox_nav_previous a {
	background-position: 0 0;	
}
#shadowbox_nav_play a {
	background-position: -20px 0;
}
#shadowbox_nav_pause a {
	background-position: -40px 0;
}
#shadowbox_nav_next a {
	background-position: -60px 0;
}
#shadowbox_nav_previous a:hover {
	background-position: 0 -20px;
}
#shadowbox_nav_play a:hover {
	background-position: -20px -20px;
}
#shadowbox_nav_pause a:hover {
	background-position: -40px -20px;
}
#shadowbox_nav_next a:hover {
	background-position: -60px -20px;
}



/* @end */



/* @end */

/* @group Transmit */

.js #transmit #sandbox {
	background: url(images/sandboxNoJS.jpg) repeat-x center center;
}

#transmit #scroll {
	margin-top: 60px;
}

.js #transmit #scroll p,
.js #transmit #scroll blockquote em {
	-moz-opacity:1;
	text-shadow: none;
}

textarea.nowrap {
	white-space: nowrap;
}

textarea.code {
	white-space: nowrap;
	font-family: "Courier New", Courier, mono;
}

/* @end */




}

@media print {

#sandbox,
#nav_wrap,
#navigation,
#shade,
.scrollButtons {
	display: none;
}

}
