/* ###### TAGS ###### */

* { 
	margin: 0; 
	padding: 0;
}

body {
	background: #cecbbe url(images/background.gif) top left repeat-x;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

p, li {
	line-height: 18px;
	margin-bottom: 12px;
}

ol li {
	list-style: decimal outside;
	padding-left: 10px;
	margin-left: 2em;
	font-style: italic;
}

ul li {
	padding-left: 23px;
	font-style: italic;
	list-style: none;
	background: url(images/li_pfeil.png) 5px left no-repeat;
}

a, a:visited {
	color: #817e70;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	clear: both;
	height: 34px;
	text-indent: -999em;
	width: 100%;
}

h2 {
	clear: both;
	margin: 18px 0 8px 0;
	height: 24px;
	text-indent: -999em;
	width: 100%;
	border-bottom: 1px solid #817e70;
}

h2 a {
	display: block;
	height: 24px;
}

h3 {
	clear: both;
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	clear: both;
	font-size: 12px;
	font-weight: normal;
}

hr {
	clear: both;
	height: 1px;
	background-color: #817e70;
	border: none;
	margin: 1em 0;
}

/* ###### DIVS ###### */

#wrap {
	width: 900px;
	padding: 0 5px;
	margin: 0 auto 5px auto;
	background: url(images/background_bar.gif) top left repeat-x;
}

#main {
	width: 890px;
	background-color: white;
	padding: 5px;
}

#header {
	height: 200px;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
}

#main_wrap_narrow {
	background: url(images/wrap_narrow.gif) left repeat-y;
}

#main_wrap_wide {
	background: url(images/wrap_wide.gif) left repeat-y;
}

#navigation {
	clear: both;
	float: left;
	width: 185px;
	margin: 10px 20px 10px 15px;
	padding: 0;
	overflow: hidden;
}

* html div#navigation {
	margin-left: 7px;
}

#content_normal {
	float: left;
	border-left: 5px solid #e7e5da;
	width: 400px;
	min-height: 700px;
	margin: 0 5px 0 0;
	padding: 20px;
	background: white url(images/content_background.gif) top left repeat-x;
}

* html div#content_normal {
	height: 700px;
}

#content_normal.full {
	width: 625px;
	margin: 0;
}

#headline {
	margin-bottom: 12px;
	padding-bottom: 13px;
	border-bottom: 1px solid #817e70;
}

#content_right {
	float: left;
	width: 180px;
	min-height: 700px;
	margin: 0;
	padding: 15px 20px;
	background-color: #e7e5da;
	font-size: 11px;
}

* html div#content_right {
	height: 700px;
}

#content_right p {
	line-height: 15px;
}

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 6px 20px 0 20px;
	background-color: white;
	font-size: 11px;
}

#footer img {
	margin: 2px 7px 0 0;
	float: left;
}

#footer span.right {
	color: #817e70;
}

div.csc-textpic {
	margin-bottom: 20px;
}

div.csc-textpic-center {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

div.csc-textpic-above {
	margin-bottom: 1.5em;
}

div.csc-textpic-right {
	margin-left: 1.5em;
}

div.csc-textpic-below {
	margin-top: 1.5em;
}

div.csc-textpic-left {
	margin-right: 1.5em;
}

/* ###### NAVIGATION ###### */

#navigation ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	font-style: normal;
}

#navigation ul.language li {
	float: left;
	padding-right: 5px;
}

#navigation ul.level1 {
	 margin-top: 29px;
}

#navigation ul.level1 li {
	border-bottom: 1px solid #817e70;
}

#navigation ul.level1 li.last {
	border-bottom: none;
}

#navigation ul.level1 li a.active {
	display: block;
	padding-left: 23px;
	background: url(images/navi_level1_pfeil.gif) top left no-repeat;
}

#navigation ul.level2 {
	margin-bottom: 12px;
}

#navigation ul.level2 li {
	border-bottom: none;
	line-height: 15px;
	font-style: normal;
}

#navigation ul.level2 li a {
	display: block;
	padding: 3px 0 3px 30px;
	text-decoration: none;
	color: #817e70;
}

#navigation ul.level2 li a:hover {
	display: block;
	padding: 3px 0 3px 30px;
	text-decoration: none;
	color: black;
}

#navigation ul.level2 li a.active {
	display: block;
	padding: 3px 0 3px 30px;
	background: none;
	text-decoration: none;
	color: black;
}

#navigation ul.level2 li a.current {
	padding: 3px 0 3px 30px;
	background: url(images/navi_level2_pfeil.gif) top left no-repeat;
}

#navigation ul.level3 {
	margin-bottom: 12px;
}

#navigation ul.level3 li {
  border-bottom: none;
}

#navigation ul.level3 li a {
	display: block;
	padding: 3px 0 3px 50px;
	text-decoration: none;
	color: #817e70;
}

#navigation ul.level3 li a:hover {
	display: block;
	padding: 3px 0 3px 50px;
	text-decoration: none;
	color: black;
}

#navigation ul.level3 li a.active {
	display: block;
	padding: 3px 0 3px 50px;
	text-decoration: none;
	background: url(images/navi_level2_pfeil.gif) 0px 22px no-repeat;
	color: black;
}


#navigation ul.special {
	margin-top: 18px;
}

#navigation ul.special li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #817e70;
}

#navigation ul.special li.last {
	border-bottom: none;
}

#navigation ul.special li a.active {
	display: block;
	padding-left: 23px;
	background: url(images/navi_sonder_pfeil.gif) top left no-repeat;
}

ul.subpage_menu {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.subpage_menu li {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	background: none;
	font-style: normal;
	float: left;
	clear: left;
	display: block;
	width: 180px;
}

ul.subpage_menu li.even {
	margin-left: 40px;
	clear: none;
}

ul.subpage_menu li img {
	border-bottom: 1px solid #817e70;
}

/* ###### TABLES ###### */

table {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	border-bottom: 1px solid #817e70;
	margin: 0;
	padding: 6px 20px 6px 0;
}

th.th-last, td.td-last {
	padding-right: 0;
}

tr.tr-last th, tr.tr-last td {
	border-bottom: none;
}

th {
	font-weight: bold;
}


/* ###### NEWS ###### */

div.news-latest-container, div.news-list-container {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

div.news-latest-author p, div.news-list-author p {
	margin-bottom: 0;
}

div.news-latest-item, div.news-list-item {
	width: 100%;
	float: left;
	clear: left;
	font-size: 11px;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #817e70;
	margin-bottom: 15px;
}

div.news-latest-item-text, div.news-list-item-text {
	float: left;
}

div.news-latest-gotoarchive, div.news-list-gotoarchive {
	display: none;
}

div.news-latest-morelink, div.news-list-morelink {
	display: none;
}

h3.news-latest-title, h3.news-list-title {
	margin: 2px 0 0 0;
	font-size: 11px;
}

div.tx-ttnews-browsebox table {
	width: auto;
	margin: -6px 0 0 0; 
}

div.tx-ttnews-browsebox td {
	border-bottom: none;
	padding: 0 10px 0 0;
}

div.news-single-backlink {
	padding: 0 0 10px 15px;
	margin-bottom: 26px;
	background: url(images/news_pfeil.gif) 4px left no-repeat;
	font-size: 11px;
	border-bottom: 1px solid #817e70;
}

div.news-single-img, div.news-latest-item img {
	float: left;
	margin: 0 20px 1em 0;
}

div.news-single-author, div.news-latest-author {
	clear: left;
	font-style: italic;
}

dl.news-single-files {
	float: left;
	clear: left;
}

dl.news-single-files dd {
	float: left;
	clear: left;
	padding: 2px 0;
}

dl.news-single-files img {
	float: left;
	margin-right: 5px;
}

dl.news-single-files a {
	padding-top: 1px;
	float: left;
}

/* ###### TT_ADDRESS ###### */

div.tx-ttaddress-pi1 {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

div.tt-address {
	width: 100%;
	float: left;
	clear: left;
	padding: 6px 0;
	font-size: 11px;
	border-bottom: 1px solid #817e70;
}

div.tt-address-image {
	float: left;
	width: 110px;
	margin-right: 20px;
}

div.tt-address-left {
	float: left;
	margin-right: 20px;
}

div.tt-address-right {
	float: left;
}

div.tt-address.liste-ohne-foto div.tt-address-left {
	width: 200px;
}

div.tt-address.liste-ohne-foto div.tt-address-right {
	width: 400px;
}

div.tt-address.detail-ohne-foto div.tt-address-left {
	width: 200px;
}

div.tt-address.detail-ohne-foto div.tt-address-right {
	width: 400px;
}

div.tt-address.detail-mit-foto div.tt-address-left {
	width: 175px;
}

div.tt-address.detail-mit-foto div.tt-address-right {
	width: 300px;
}

div.tt-address-name {
	display: block;
	font-weight: bold;
}

div.tt-address-email {
	display: block;
	padding: 4px 0 0 20px;
	background: url(images/brief.gif) 7px left no-repeat;
}

div.tt-address-imagelink {
	display: block;
	padding: 4px 0 0 20px;
	background: url(images/foto.gif) 7px left no-repeat;
}

/* ###### FORMS ###### */

fieldset {
	position: relative;
	background-color: #f1f0eb;
	border: none;
	padding: 15px 20px 20px 20px;
	margin: 5px 0 0 0;
}

fieldset.tx-powermail-pi1_fieldset_absenden {
	background-color: #e7e5da;
}

fieldset.tx-powermail-pi1_fieldset_absenden legend, fieldset.tx-powermail-pi1_fieldset_hinweis legend {
	display: none;
}

fieldset label {
	clear: none;
	float: left;
	width: 130px;
	margin-right: 10px;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_check label {
	width: 320px;
	float: right;
	text-align: left;
	margin-right: 0;
	margin-left: 5px;
}

fieldset input {
	clear: none;
	float: left;
	width: 218px;
	height: 16px;
	border: 1px solid #9a9a98;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_check input {
	width: auto;
	border: none;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
	width: auto;
}

fieldset textarea {
	width: 358px;
	height: 83px;
	border: 1px solid #9a9a98;
}

fieldset div.tx_powermail_pi1_fieldwrap_html, fieldset div.powermail_check_inner {
	display: block;
	float: left;
	clear: both;
	padding: 3px 0;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submitgraphic {
	margin-top: -10px;
}

fieldset.tx-powermail-pi1_fieldset_hinweis div {
	margin: -5px 0 5px 0;
}

fieldset div.tx_powermail_pi1_fieldwrap_html_submitgraphic {
	float: right;
}

fieldset.tx-powermail-pi1_fieldset_empfnger div label {
	width: auto;
	display: block;
	clear: left;
	margin-bottom: 5px;
}


fieldset legend {
	display: block;
	float: none;
	clear: both;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
	background-color: #f1f0eb;
	border-left: 20px solid #f1f0eb;
	border-right: 20px solid #f1f0eb;
	margin-bottom: 10px;
	margin-left: -20px;
}

*+html fieldset legend {
	margin-left: -27px;
}

fieldset span.powermail_mandatory {
	margin-left: 5px;
	color: red;
}

/* ###### CLASSES ###### */

.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}