/* ###### 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;
}

li {
	list-style: none;
	padding-left: 23px;
	background: url(images/li_pfeil.png) 5px left no-repeat;
	font-style: italic;
}

a, a:visited {
	color: #817e70;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	clear: both;
	height: 32px;
	width: 100%;
}

h2 {
	clear: both;
	margin: 18px 0 8px 0;
	height: 24px;
	width: 100%;
	border-bottom: 1px solid #817e70;
}

h2 a {
	display: block;
	height: 24px;
}

h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	clear: both;
	font-size: 12px;
	font-weight: normal;
}


/* ###### 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;
}

#navigation {
	display: none;
}

#content_normal {
	float: left;
	border-left: 5px solid #e7e5da;
	width: 400px;
	margin: 0 5px 0 0;
	padding: 20px;
	background: white url(images/content_background.gif) top left repeat-x;
}

#content_normal.full {
	width: 625px;
	margin: 0;
}

#headline {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #817e70;
}

#content_right {
	float: left;
	width: 180px;
	margin: 0;
	padding: 15px 20px;
	background-color: #e7e5da;
	font-size: 11px;
}

#content_right p {
	line-height: 15px;
}

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 6px 20px 0 20px;
	background-color: white;
	font-size: 11px;
}

#footer span.right {
	display: none;
}

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-list-container {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 30px;
}

div.news-latest-container {
	width: 100%;
	float: left;
	clear: both;
}


div.news-latest-author p, div.news-list-author p {
	margin-bottom: 0;
	font-style: italic;
}

div.news-list-item {
	position: relative;
	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 {
	width: 100%;
	float: left;
	clear: left;
	font-size: 11px;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #817e70;
}

div.news-latest-item-text {
	float: left;
}

div.news-list-link {
	position: relative;
	top: 0px;
	right: 0px;
	margin-left: 2em;
	float: right;
	z-index: 100;
}

div.news-list-image {
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 2em;
	float: left;
	z-index: 99;
}

div.news-list-item-text {
	width: auto;
	position: relative;
	padding-right: 100px;
}

div.news-latest-gotoarchive, div.news-list-gotoarchive {
	display: none;
}

div.news-latest-morelink, div.news-list-morelink {
	display: none;
}

h3.news-list-title {
	margin: 2px 0 0 0;
	font-size: 11px;
	clear: none;
}

h3.news-latest-title {
	margin: 0;
	display: inline;
	clear: none;
	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) left 4px 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) left 7px no-repeat;
}

div.tt-address-imagelink {
	display: block;
	padding: 4px 0 0 20px;
	background: url(images/foto.gif) left 7px no-repeat;
}

/* ###### FORMS ###### */

fieldset {
	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;
	width: 360px;
}

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;
}

/* ###### SEARCH ###### */

div.tx-indexedsearch-rules {
	margin: 1em 0;
}

div.tx-indexedsearch-res.res {
	margin: 2em 0;
}

ul.browsebox {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.browsebox li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	font-style: normal;
}

/* ###### CLASSES ###### */

.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}