/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: White;
	color: Black;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

h2, h4 {
	font-weight: bold;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}

h4 {
	font-size: 10px;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #4e4b4a;
}

h2, h2 a, h2 a:visited, h3.active, h3 a.active {
	color: #007447;
}

h2 a:hover {
	color: #82b8a3;
}

h3 a, h3 a:visited {
	color: Black;
}

h3 a:hover {
	color: #007447;
}

span.claim {
	font-size: 23px;
	text-decoration: none;
	color: #4e4b4a;
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 30px;
	margin: 0;
}	


blockquote, strike {
	color: #bbb;
}
	
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited {
	color: #007447;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active {
	color: Black;
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table.bottomline td, table.bottomline th {
	vertical-align: top;
	padding: 3px 20px 3px 0;
	border-bottom: 1px dotted Black;
}

* html table.bottomline td, * html table.bottomline th {
	border-bottom: none;
	padding-bottom: 4px;
	background: url('images/dotted.gif') repeat-x bottom;
}

td, th {
	vertical-align: top;
	padding: 0 10px 3px 0;
}

th {
	font-weight: bold;
	padding-top: 0px;
}

td p, th p {
	margin: 0;
}

td.third {
	width: 200px;
}

#right a, a:visited {
	color: Black;
	text-decoration: none;
}

#right a:hover, #right a.active {
	color: #007447;
	text-decoration: none;
}

/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
}

#page {
	width: 1000px;
	margin: 0;
	padding: 0;
	background-image: url('images/bg_all.jpg');
	background-repeat: no-repeat;
}

#nav {
	width: 960px;
	height: 30px;
	border-bottom: 3px solid #82b8a3;
}

#wortmarke {
	width: 960px;
	height: 54px;
	margin-top: 0;
	clear: both;
	padding: 29px 0 0 87px;
}

#logo {
	display: none;
}

#nav, #navleft {
	padding-left: 40px;
}

#navleft {
	padding-top: 90px;
}

#navleft, #right {
	width: 128px;
}

#navleft, #middle, #right, #navtop {
	float: left;
}

#middle {
	width: 665px;
	height: auto;
	min-height: 500px;
	margin: 0;
	padding: 0;
}

#navtop {
	margin: 22px 0 0 0;
	padding: 20px 7px 7px 30px;
	height: 22px;
	width: 793px;
	font-size: 12px;
	text-align: left;
}

#content {
	margin: 0;
	padding: 7px 7px 7px 30px;
	min-height: 350px;
	text-align: left;
}

/* Für Internet Explorer */
* html #content {
	margin-top: 7px;
	height: 350px;
}

#contentleft, #contentright {
	width: 300px;
	margin: 0;
	float: left;
}

#contentleft {
	padding: 0 10px 0 0;
}

#contentright {
	padding: 0 0 0 10px;
}

#contentnormal, #contentleft {
	clear: both;
	margin-bottom: 10px;
}	

#contentnormal.twothirds {
	width: 400px;
}

#right {
	font-size: 10px;
	padding: 7px 7px 7px 7px;
	margin: 0 0 0 6px;
}

#footer {
	margin: 25px 0 0 0;
	padding: 3px 7px 0 30px;
	clear: both;
	border-top: 1px solid #cbcaca;
}

/* End Structure */



/*	Begin Headers */
h1 {
	letter-spacing: 1px;
	font-weight: normal;
	padding-top: 30px;
	margin: 0;
}

h2 {
	margin: 7px 0 15px 0;
}

#right h3 {
	margin: 1em 0 5px -6px;
	padding: 0 0 0 3px;
	border-left: 3px solid #007447;
	font-weight: normal;
}

h4 {
	padding: 1em 0 0.5em 0;
}

/* End Headers */



/* Begin Images */

a img {
	border: none;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	color: #007447;
	padding-left: 10px;
} 

li {
	list-style-type: disc;
	color: black;
	margin: 0.3em 0 0.3em 5px;
}

ol {
	padding: 0 0 0 17px;
	margin: 0;
}

ol li {
	margin: 0 0 7px 0;
	padding: 0;
}

/* Internet Explorer */
* html ol {
	padding-left: 25px;
}

* html ol li {
	padding-left: 0;
}

ol li {
	list-style: decimal outside;
}

li a, li a:visited {
	color: #007447;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

li a.active {
	color: #000000;
	text-decoration: none;
}


/* End Entry Lists */


/* Begin Navigation */

#navul {
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

#navul, #navul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

* html #navul li {
	width: 1em;
	white-space: nowrap;
}

#navul li ul {
	position: absolute;
	margin: 10px 0 0 30px;
	width: 100px;
	background: url('/clear.gif');
	font-size: 10px;
}

#navul li a, #navul li a:visited {
	color: black;
	border-bottom: 3px solid #82b8a3;
	display: block;
	padding: 8px 0 7px 0;
	margin: 0 25px -3px 0;
	height: 15px;
}

#navul li span.lang {
	color: black;
	border-bottom: 3px solid #82b8a3;
	display: block;
	padding: 8px 0 7px 30px;
	margin: 0 25px -3px 0;
	height: 15px;
	background: url(images/sprachauswahl.gif) no-repeat 5px center;
}

#navul li a:hover, #navul li a.active {
	border-bottom: 3px solid #007447;
	text-decoration: none;
}

#navul li ul li {
	color: #dddddd;
	padding: 0;
	margin-right: 10px;
	width: 40px;
	height: 13px;
	display: block;
}

#navul li ul li a, #navul li ul li a:visited {
	border: 0;
	text-decoration: none;
	color: Black;
	padding: 0;
	margin: 0;
	height: 13px;
}

#navul li ul li.active {
	color: #007447;
	height: 13px;
}

#navul li ul li a:hover {
	color: #007447;
	border: 0;
	text-decoration: underline;
}

#navleft ul {
	margin: 0;
	padding: 0;
}

#navleft li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
}

#navleft a, #navleft a:visited {
	font-size: 11px;
	font-weight: normal;
	color: Black;
	padding: 0;
	margin: 0;
}

#navleft a:hover, #navleft a.active {
	font-size: 11px;
	color: #007447;
	text-decoration: none;
}

#navtop ul {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1em;
}

#navtop li {
	margin: 0 0 15px 0;
	padding: 0;
	display: inline;
	float: left;
	list-style: none;
}

#navtop a, #navtop a:visited {
	font-size: 12px;
	font-weight: bold;
	color: Black;
	padding: 0;
	margin: 0 20px 0 0;
}

#navtop a:hover, #navtop a.active {
	color: #007447;
	text-decoration: none;
}

#right ul {
	margin: 0;
	padding: 0;
}

#right li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

#right a, #right a:visited {
	font-size: 10px;
	font-weight: normal;
	color: Black;
	padding: 0;
	margin: 0;
}

#right a:hover, #right a.active {
	color: #007447;
	text-decoration: none;
}

#right div.csc-header h3 a {
	font-size: 11px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#footer a, #footer a:visited {
	font-weight: normal;
	color: #007447;
	padding: 0;
	margin: 0;
}

#footer a:hover, #footer a.active {
	text-decoration: underline;
}

#content ul.browsemenu li a, #content a:visited {
	color: Black;
	text-decoration: none;
}

#content ul.browsemenu li a.active, #content ul.browsemenu li a:hover {
	color: #007447;
	text-decoration: none;
}

#content a, #content a:visited {
	color: #007447;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a.active {
	color: Black;
	text-decoration: none;
}


ul.csc-menu-1, ul.browsemenu {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

ul.csc-menu-1 li, ul.browsemenu li {
	margin: 0;
	padding: 0 15px 15px 0;
	float: left;
	list-style: none;
}

ul.csc-menu-1 a:hover, ul.browsemenu a:hover {
	color: #007447;
	text-decoration: none;
}

ul.csc-menu-1 a:visited, ul.browsemenu a:visited, ul.csc-menu-1 a, ul.browsemenu a {
	color: Black;
	text-decoration: none;
}

ul.csc-menu-1 a.active, ul.browsemenu a.active, ul.csc-menu-1 a:visited.active, ul.browsemenu a:visited.active {
	color: #007447;
	text-decoration: none;
}

/* End Navigation */


/* Begin Forms */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

div.csc-mailform-field, div.form-field {
	margin: 0 10px 10px 0;
	clear: both;
	display: block;
}

div.csc-mailform-field label, div.form-field label {
	clear: both;
	float: none;
	display: block;
}

input, textarea {
	border: 1px solid #cbcaca;
	font-size: 10px;
}

div.tx-indexedsearch-searchbox input, div.csc-mailform-field input, div.csc-mailform-field textarea,
div.form-field input, div.form-field textarea, td.form-field input {
	width: 230px;
}

div.csc-mailform-field input.csc-mailform-submit, div.form-field input.submit {
	width: auto;
}

div.csc-mailform-label {
	clear: both;
	float: none;
	display: block;
	height: 50px;
	width: 150px;
}

span.csc-mailform-radio label {
	clear: none;
	float: left;
	display: inline;
	padding: 3px 1em 0 0;
}

span.csc-mailform-radio legend {
	display: none;
}

div.csc-mailform-field input.csc-mailform-radio {
	clear: none;
	float: left;
	display: inline;
	width: auto;
}

.form-field label.higher {
	line-height: 16px;
}

.form-field input.short {
	width: 30px;
}

.form-field input.check {
	width: auto;
	margin-right: 5px
	vertical-align: middle;
}

.form-field input.single-digit {
	width: 15px;
	margin-right: 5px;
}	

/* End Forms */


/* Begin Various Tags & Classes */
p {
	margin: 0 0 1em 0;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.break {
	display: block;
	clear: both;
}

div.csc-frame-rulerBefore {
	border-top: 1px dotted #666666;
	padding: 5px 0 0 0;
}

* html div.csc-frame-rulerBefore {
	border-top: none;
	padding-top: 6px;
	background: url('images/dotted.gif') repeat-x top;
}

.csc-textpic-text {
	padding: 0;	
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left: 10px !important;
	margin-top: 0;
}

div.csc-textpic-intext-left div.csc-textpic-text {
	border: 0;
}

div.news-latest-item, div.news-list-item {
	margin-bottom: 1em;
}

div.news-search-form {
	margin-bottom: 1em;
}

li.news-amenu-item-year { 
	display: none;
}

dl.news-single-files {
	padding: 5px;
}

dl.news-single-files dt {
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding: 6px 0;
}

dl.news-single-files dd {
	text-indent: 0;
	float: none;
	margin-left: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #999;
}

dl.news-single-files dd:hover {
	background-color: #eee;
}

dl.news-single-files dd a {
	padding-right: 1em;
}
	
dl.news-single-files img {
	vertical-align: middle;
	margin-right: 0.5em;
	padding-bottom: 1px;
}

hr {
	display: none;
}

sub, sup {
	line-height: 0px;
	font-size: 75%;
}

html>body sub, html>body sup { *font-size: 90%; }

.print {
	display: none;
}

/* End Various Tags & Classes*/

/* Begin indexed_search */

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:auto; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.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; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-icon,
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-percent {
	display: none;
}

/*
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
*/
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	background:#eeeeee;
	font-size: 0;
	line-height: 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-path { 
	font-size: 11px;
	line-height: 11px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* End indexed_search
