@import url(navigation.css);

html {
	height: 100%;
	width: 100%;
}
body, table, form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #53697c;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	font-size: 0.8em;
	/*overflow: auto;*/
	background: #84A1AF url(../images/background.gif) 970px top repeat-y;
	text-align: left;
	height: 100%;
}

img {
	border: none !important;
} 
a {
	color: #53697c;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #000000;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}

ul,
ul li {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 1.6em;
	font-weight: normal;
	text-indent: -9999px;
	background: no-repeat left top;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 1.1em;
	/*text-indent: -9999px;*/
}

h2.news {
	background: url(../images/news.gif) left top no-repeat;
}

h3 {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
}
 
#page {
	float: left;
	width: 970px;
	background-color: white;
	border: 0px;
	text-align: left;
	min-height: 100%;
	overflow: hidden;
}
 
#header {
	float: left;
	width: 100%;
	height: 125px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background: #ffffff left top no-repeat;
	position: relative;
	background-image: url(../images/header.jpg);
}
 
/**** Header Area ****/
#header h1 {
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 400px;
	height: 110px;
	width: 200px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}
 
/**** Navigation oben ****/
#top_navigation {
	float: right;
	width: 100%;
	background: #ffffff;
	color: white;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #88959e;
	border-bottom: 1px solid #88959e;
	
}
/*
#top_navigation ul {
	display: inline;
	float: right;
	width: 769px;
	list-style: none;
}
#top_navigation ul li {
	display: inline;
	float: left;
	list-style: none;
	height: 27px;
	line-height: 27px;
}
#top_navigation ul li a {
	text-decoration: none;
	color: #53697c;
	float: left;
	height: 100%;
	padding: 0px 11px 0px 11px;
}
#top_navigation ul li a:hover {
	color: #000000;
}
#top_navigation ul li a.act {
	background-color: #506e88;
	text-decoration: none !important;
	cursor: default;
	color: #ffffff;
	height: 27px;
	line-height: 27px;
}
*/


/**** Search Bar oben ****/
#searchbar {
	float: left;
	display: inline;
	width: 201px;
	height: 27px;
	line-height: 27px;
	background: #bdc7cb;
	color: #3d5c78;
	overflow: hidden;
}

#searchbar span.searchtext {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
	color: #53697C;
}

#searchbar #tx_indexedsearch_sword {
	border: 1px solid #88959e;
	width: 100px;
	height: 15px;
	line-height: 15px;
	font-size: 0.85em;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 2px;
	display: inline;
	float: left;
	color: #3d5c78;
}

#searchbar #tx_indexedsearch_sword:focus {
	border: 1px solid #000000;
	color: #000000;
}

#searchbar #tx_indexedsearch_submit_button {
	border: none;
	width: 20px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size: 1px;
	line-height: 1px;
	color: #53697C;
	margin: 6px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: left;
	background: #485C75 url(../images/submit_button.gif) left top no-repeat;
}


/**** Content Area ****/

#content {
	width: 100%;
	/*margin: 0px 0px 54px 5px;*/
	margin: 0px 0px 54px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

#left_bar,
#right_bar {
	width: 201px;
	height: 100%;
	min-height: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	font-size: 0.9em;
	overflow: hidden;
}

#left_bar ul li,
#right_bar ul li {
	list-style: none;
	border-bottom: 1px dotted #456280;
	padding: 8px 10px 8px 10px;
}

#left_bar ul li a,
#right_bar ul li a{
	text-decoration: none;
}

#left_bar ul li ul li,
#right_bar ul li ul li {
	border: none;
	padding: 4px 0px 0px 0px;
}
#left_bar ul li ul li.highlighted a,
#right_bar ul li ul li.highlighted a,
#left_bar ul li ul li.highlighted ul li.highlighted a,
#right_bar ul li ul li.highlighted ul li.highlighted a {
	text-decoration: underline;
}
#left_bar ul li ul li.highlighted ul li a,
#right_bar ul li ul li.highlighted ul li a {
	text-decoration: none;
}

#left_bar ul li ul li a,
#right_bar ul li ul li a {
	color: #829a9a;
	font-size: 0.8em;
}
#left_bar ul li ul li a:hover,
#left_bar ul li ul li a:active,
#left_bar ul li ul li a:focus,
#right_bar ul li ul li a:hover,
#right_bar ul li ul li a:active,
#right_bar ul li ul li a:focus {
	color: #000000;
}

#left_bar ul li ul li ul li a,
#right_bar ul li ul li ul li a {
	font-weight: normal !important;
}


#left_bar h2,
#right_bar h2 {
	background: url(../images/left_bar_head.gif) right top no-repeat;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	font-size: 0.95em;
	color: #ffffff;
	/*text-indent: -9999px;*/
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#right_bar h2 {
	background-image: url(../images/right_bar_head.gif);
	position: left top;
}
#right_bar div.tx-sriframe-pi1 {
	text-align: center;
	width: 100%;
}

#left_bar h3,
#right_bar h3 {
	border-bottom: 1px dotted #456280;
	padding: 15px 0px 8px 0px;
	font-size: 1.0em;
}

#main {
	width: 550px;
	margin: 35px 0px 0px 14px;
	padding: 0px;
	float: left;
	display: inline;
}
#main.big {
	width: 730px;
}

.rightimg,
div.newsimage img {
	margin: 0px 0px 0px 10px;
	float: right;
	border: 1px dotted #bdc7cb;
}

#right_bar {
	width: 195px;
	float: right;
	margin: 0px 0px 0px 10px;
}

#right_bar .csc-textpic-center .csc-textpic-imagewrap,
#right_bar .csc-textpic-center .csc-textpic-imagewrap .csc-textpic-imagerow {
	width: 100% !important;
	float: left;
}
#right_bar .csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image {
	float: left;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	text-align: center;
	width: 100% !important;
}
#right_bar .csc-textpic-center .csc-textpic-caption {
	text-align: center;
}

/**** Footer ****/

#footer {
	width: 100%;
	float: left;
	border-top: 1px solid #bdc8d2;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#footer div.footertext {
	margin: 28px 0px 51px 51px;
	float: left;
	padding: 0px;
	display: inline;
}

#footer small {
	font-weight: bold;
}

#footer img {
	margin: 5px 0px 0px 0px;
}
div.csc-textpic img {
	border: 1px dotted #BDC7CB;
}
.csc-textpic-caption {
	font-size: 0.75em;
}


/***** Sprache *****/
#languages {
	float: right;
	height: 100%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
}
* html #languages li {
	height: 12px;
}
* html #languages {
	height: 21px;
}
#languages li {
	float: left;
	margin: 8px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	color: #53697C;
	border: 1px solid #ffffff;
}
#languages li.active {
	border-color: #53697C;
	display: none;
}
#languages li span {
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 12px;
	background-repeat: none;
}
#languages .active a {
	cursor: default;
	float: left;
}

#languages img {
	width: 20px;
	height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #838383;
}
#languages .active img {
	border-color: #53697C;
}


/***** News *****/
h3.newsheadline a,
h3.newsheadline a:visited {
	text-decoration: none;
}
h3.newsheadline a:active,
h3.newsheadline a:hover,
h3.newsheadline a:focus {
	text-decoration: underline;
}
hr.newsline {
	clear: both;
	background: none;
	border: none;
	border-bottom: 1px solid #BDC8D2;
	display: block;
	margin: 20px auto;
	width: 50%;
	height: 1px;
}
div.news-single-img,
div.newsimage {
	float: right;
	margin: 0px 0px 20px 20px;
	overflow: hidden;
	width: 200px;
}
div.news-single-img {
	margin: 0px 0px 0px 20px;
}
p.news-single-imgcaption {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

li.news-amenu-item-year {
	font-weight: bold;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}


div.div.tx-ttnews-browsebox {
	text-align: center;
}
div.tx-ttnews-browsebox p {
	font-style: italic;
	font-size: 0.8em !important;
	text-align: left;
}
div.tx-ttnews-browsebox ul,
div.tx-ttnews-browsebox table {
	text-align: center;
	margin: 0px auto 0;
	padding: 0px;
	list-style: none;
	width: auto;
	border-top: 1px dotted #53697C;

}
div.tx-ttnews-browsebox li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
div.tx-ttnews-browsebox table p {
	font-style: normal !important;
	font-size: 0.9em !important;
}
div.tx-ttnews-browsebox li a,
div.tx-ttnews-browsebox table td a {
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	text-decoration: none !important;
}
div.tx-ttnews-browsebox li a:hover,
div.tx-ttnews-browsebox li a:active,
div.tx-ttnews-browsebox li a:focus,
div.tx-ttnews-browsebox table td a:hover,
div.tx-ttnews-browsebox table td a:active,
div.tx-ttnews-browsebox table td a:focus {
	text-decoration: underline !important;
}
div.tx-ttnews-browsebox li.active,
div.tx-ttnews-browsebox table td.tx-ttnews-browsebox-SCell a {
	font-weight: bold;

	color: ##53697C;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}

/***** SUCHE *****/
.tx-indexedsearch-res .tx-indexedsearch-res {
	border-top: 1px solid #BDC8D2;
}
.tx-indexedsearch-descr {
	padding: 0px 20px 0px 20px;
	text-align: justify;
}
.tx-indexedsearch-searchbox td {
	padding-right: 10px;
}

/***** GALLERY *****/
.wtgallery_pagebrowser_sign,
p.wtgallery_category_pagebrowser {
	font-style: italic;
	font-size: 0.8em !important;
	text-align: left;
	margin-top: 5px;
	clear: both;
}
.wtgallery_categories {
	float: left;
	height: 175px;
	width: 175px;
}

/*table {
clear:both; width:100%; margin:2.0em 0 0.2em 20px; table-layout: auto; border-collapse:collapse; empty-cells:show; background-color:rgb(255,255,255);
}*/

