@charset "utf-8";
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #8e9395;
}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 3px 10px;
	color: #45494b;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	padding: 8px 10px 6px 10px;
	color: #8b2637;
}

h1 {
	font-family: "Helvetica Neue";
	font-size: 32px;
}

h2 {
	font-family: "Helvetica Neue";
	font-size: 24px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 18px;
	padding: 2px 2px 2px 20px;
// das war mal als Auszeichnung in Rechtsprechung gedacht - überholt;
	background-image: url('../images/achtung.gif');
	background-repeat: no-repeat;
	background-position: center left;
	
}

h6 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	height: 1px;
	border: none;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a:hover, a:focus {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

strong {
	font-weight: bold;
}

strike {
	text-decoration: line-through;
}


#accordion div span {
	position: absolute;
	top: 12px; left: 5px;
}

#navigation-wrap {
	position: relative;
	background-color: #8b2637;
	background-image: url('../images/navigation-wrap.gif');
	height: 50px;
}

#navigation {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#navigation ul {
	position: absolute;
	top: 18px;
	left: 0;
}

#navigation ul li {
	display: block;
	float: left;
	height: 32px;
}

#navigation ul li a {
	display: block;
	float: left;
	padding: 10px 10px 0 10px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#navigation ul li.active {
	background-image: url('../images/navigation-act-left.gif');
}

#navigation ul li.active a {
	background-image: url('../images/navigation-act-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	color: #8b2637;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 14px;
	padding-right: 14px;
}

#navigation ul li a:hover, #navigation ul li a:focus {
	text-decoration: underline;
}

#navigation form {
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 20px;
	padding: 4px 4px;
	background-color: #bd6f7c;
	top: 22px;
	right: 0;
	text-align: right;
}

#navigation label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 3px 6px;
	float: left;
}

#srch_fld {
	border: none;
	background-color: #8b2637;
	height: 16px;
	width: 130px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 4px;
	color: #fff;
	float: left;
}

#searchsubmit {
	width: 16px;
	height: 16px;
	border: none;
	background-image: url('../images/search-button.gif');
	margin: 2px 2px 0 4px;
}

#page-wrap {
	position: relative;
	background-color: #fff;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 20px;
}

#page hr {
	background-color: #d9dee0;
	color: #d9dee0;
}

#page a {
	color: #8b2637;
}

#page a:hover, #page a:focus {
	text-decoration: none;
	color: #45494b;
}

#logo {
	position: relative;
	width: 650px;
	height: 90px;
	text-align: center;
	padding-top: 25px;
}

#header {
	position: relative;
	height: 180px;
	margin-bottom: 20px;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
}

#header-text-wrap {
	position: absolute;
	z-index: 2;
	width: 310px;
	height: 180px;
	top: 0;
	right: 0;
	background-image: url('../images/header-text.jpg');
}

#header-text-address {
	position: absolute;
	z-index: 3;
	top: 55px;
	left: 10px;
}

#header-text p {
	color: #fff;
}

#header-text p.serif {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
}

#teaser {
	position: relative;
	padding: 0;
}

#teaser hr {
	margin: 10px 0 20px 0;
}

#teaser p {
	padding-right: 320px;
}

#content {
	position: relative;
	width: 630px;
	float: left;
}

#news {
	margin: 10px 0;
}

#news h4 {
	padding-top: 0;
}

#sidebar {
	position: relative;
	width: 310px;
	margin-left: 650px;
}

#menu  {
	background-color: #8b2637;
	margin-bottom: 10px;
}

#menu h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px 4px 15px;
}

#menu a {
	display: block;
}

#menu a:hover, #menu a:focus {
	background-color: #fff;
	color: #8b2637;
}

#menu ul {
	padding-bottom: 8px;
}

#menu ul li.active {
	background-color: #973c4b;
	border-top: 1px solid #9f4b59;
	border-bottom: 1px solid #9f4b59;
	margin: 6px 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menu ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 3px 30px;
}

#menu ul li ul {
	margin-top: 4px;
}

#menu ul li ul li a {
	font-weight: normal;
	padding: 3px 0 3px 50px;
	height: 14px;
	background-image: url('../images/arrow-sprite-red.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul li ul li.active {
	border: none;
	padding: 0;
	margin: 0;
}

#menu ul li ul li a:hover, #menu ul li ul li a:focus {
	background-position: bottom left;
}

#menu ul li ul li.active a {
	background-position: bottom left;
	background-color: #fff;
	color: #973c4b;
	font-weight: bold;
}

#accordion h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #8b2637;
	padding: 4px 10px 4px 28px;
}

#accordion ul li a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	height: 18px;
	padding: 2px 0 0 20px;
	background-image: url('../images/arrow-sprite.gif');
	background-repeat: no-repeat;
	background-position: left top;
	color: #45494b;
}

#accordion ul li a:hover, #accordion ul li a:focus {
	background-position: bottom left;
	color: #8b2637;
	text-decoration: underline;
}

#accordion p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 0 30px 6px 30px;
	color: #45494b;
}

#footer-wrap {
	position: relative;
	background-image: url('../images/footer-wrap.gif');
	background-repeat: repeat-x;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0 20px 0;
}

#footer p {
	color: #c7cbcd;
}

#footer h4 {
	color: #fff;
}

#footer hr {
	background-color: #a6abae;
	color: #a6abae;
}

#footer ul {
	margin: 0 10px;
}

#footer li {
	display: inline;
}

#footer a {
	display: inline;
	margin-right: 6px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.newsbox {
	position: relative;
	width: 625px;
	background-color: #eceeef;
	margin-bottom: 2px;
}

.newsbox-alternate {
	background-color: #f9f9f9;
}

.newsicon {
	position: absolute;
	top: 14px;
	left: 14px;
}

.newstext {
	padding: 5px 200px 5px 30px;
}

.newsmeta {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 185px;
}

.newscategory {
	text-transform: uppercase;
	background-color: #8b2637;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.newscategory a {
	color: #fff !important;
	text-decoration: none !important;
}

.newscategory a:hover, .newscategory a:focus {
	text-decoration: underline !important;
}

.newsdate {
	text-transform: uppercase;
	color: #8b2637;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px;
}

.newssingle {
	margin-top: 15px;
}

.tx-ttnews-browsebox-SCell a {
	text-decoration: none;
}

.tx-indexedsearch-whatis {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 3px 10px;
	color: #45494b;	
}

.tx-indexedsearch-sw {
	color: #8b2637;
	font-style: normal;
}

ul.browsebox {
	padding: 10px;
}

ul.browsebox li {
	font-size: 13px;
}

.tx-indexedsearch-browselist-currentPage a {
	text-decoration: none;
}

ul.csc-menu {
	padding-left: 10px;
}

ul.csc-menu li a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	height: 18px;
	padding: 2px 0 0 20px;
	background-image: url('../images/arrow-sprite.gif');
	background-repeat: no-repeat;
	background-position: top left;
	color: #45494b;
}

ul.csc-menu li a:hover, ul.csc-menu li a:focus {
	background-position: bottom left;
	color: #8b2637;
	text-decoration: underline;
}

p.bodytext a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	height: 18px;
	padding: 2px 0 0 20px;
	background-image: url('../images/arrow-sprite.gif');
	background-repeat: no-repeat;
	background-position: top left;
	color: #45494b;
}

p.bodytext a:hover, p.bodytext a:focus {
	background-position: bottom left;
	color: #8b2637;
	text-decoration: underline;
}

.csc-default {
	margin-top: 10px;
	margin-bottom: 10px;
}

.csc-default a, .csc-frame-frame1 a {	
	text-decoration: none;
	}

.csc-frame-frame1 {
	background-color: #f3f3f3;
	border-width:1px;
	border-style:solid;
	border-color:#8b2637;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0 0 0px;
}

a[href$='.pdf'] {
	padding: 0px 24px 0 0px;
	background-image: url('../../../typo3/sysext/cms/tslib/media/fileicons/pdf.gif');
//	background-image: url('../images/pdf.png');
	background-repeat: no-repeat;
	background-position: top right;
}

