/* GENERAL ----------------------------------- START */
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0em;
	text-transform: none;
	text-decoration: none;
}

img {
	border-width: 0px;
	border-style: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 120%;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	background-color: #fff;
	color: #062947;
	margin: 7px 0 5px 0;
	padding: 0 0 0 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	background-color: #e8e8e8;
	color: #666;
	border: 1px solid #CBCED0;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 20px;
}
.csc-textpic-text h2, .csc-textpic-text h3, .csc-textpic-text h4, .csc-textpic-text h5, .csc-textpic-text h6{
	font-weight: bold;
	background: none;
	border: 0 none;
	padding: 2px 0;
	text-align: left;
	color: #666;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 140%;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	background-color: #fff;
	color: #062947;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 140%;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	background-color: #fff;
	color: #062947;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 140%;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	background-color: #fff;
	color: #062947;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 140%;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	background-color: #fff;
	color: #062947;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	background-color: #fff;
	color: #666;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	background-color: #fff;
	color: #666;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: #fff;
	color: #666;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
}

.signature {
	text-align: right;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

table {
	width: 880px;
	border-top: solid 1px #8d9ba7;
	border-bottom: solid 1px #8d9ba7;
	border-collapse: collapse;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

tbody {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

th {
	background-color: #f2f2f2;
	color: #062947;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

tr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

input,textarea {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 4px;
}

/* standardklasse zum unterbrechen von float */
.clearfix {
	clear: both;
}

/* GENERAL ----------------------------------- END */
	/* 3-Spalten-Layout mit Header und Footer ----------------------------------- START */
	/* Header ----------------------------------- START */
	/* kopfbereich: logo, werbung, ticker */
.pageHeader {
	width: 100%;
	height: 140px;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
	background-color: #fff;
	border-top: 3px solid #6d6c51;
	color: #666;
	z-index: 1;
}

/* kopfbereich: werbung */
.logo {
	width: 180px;
	height: 100px;
	float: left;
	padding: 5px 0 0 20px;
}

.ads {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 60px;
	margin: 0 0 0 270px;
	padding: 20px 0 0 0;
	text-align: left;
	display: block;
	white-space: nowrap;
}

.ads dt {
	display: inline;
}

.ads img {
	margin-right: 10px;
	vertical-align: middle;
}

/* kopfbereich: ticker */
.ticker {
	width: 100%;
	height: 11px;
	clear: both;
	padding: 4px 0 0 0px;
	text-align: left;
	background-color: #fff;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
}

/* kopfbereich: breadcrumbs */
.breadcrumbs {
	height: 12px;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 3px 0 3px 0;
	border-bottom: 2px solid #6D6C51;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	background-color: #eee;
	color: #000;
}

.breadcrumbs ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	display: list-item;
	list-style-type: none;
}

.breadcrumbs li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

.breadcrumbs li a:link {
	font-weight: normal;
	text-decoration: none;
	background-color: #eee;
	color: #8C262C;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

.breadcrumbs li a:visited {
	font-weight: normal;
	text-decoration: none;
	background-color: #eee;
	color: #8C262C;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

.breadcrumbs li a:hover {
	font-weight: normal;
	text-decoration: underline;
	background-color: #eee;
	color: #8C262C;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

/* Header ----------------------------------- END */
	/* Content ----------------------------------- START */
	/* navigation, inhalt und rechte spalte */
.all {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	min-width: 1070px;
}

.content {
	width: auto;
	margin: 0 230px 0 230px;
	padding: 10px 0 0 0;
	text-align: center;
	min-width: 600px;
}

/* navigation links */
.left {
	float: left;
	width: 210px;
	height: auto;
	padding: 10px 0 0 0;
}

/* rechte spalte */
.right {
	float: right;
	width: 180px;
	height: auto;
	padding: 10px 0 0 0;
	text-align: left;
}

/* Content ----------------------------------- END */
	/* Footer ----------------------------------- START */
.footer {
	clear: both;
	width: 100%;
	border-top: 2px solid #dadada;
	padding: 5px 0 20px 0;
	margin: 20px 0 0 0;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.footer ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	display: list-item;
	list-style-type: none;
}

.footer li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

.footer li a:link {
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	color: #0000CC;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

.footer li a:visited {
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	color: #0000CC;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

.footer li a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: #fff;
	color: #0000CC;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

/* Footer ----------------------------------- START */
	/* 3-Spalten-Layout mit Header und Footer ----------------------------------- END */
	/* NAVIGATION ----------------------------------- START */
	/* flags ----------------------------------- START */
.flags {
	width: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

.maps {
	width: 100px;
	text-align: right;
}

.flags ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	display: list-item;
	list-style-type: none;
}

.flags li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

.flags li a:link {
	font-weight: normal;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

.flags li a:visited {
	font-weight: normal;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

.flags li a:hover {
	font-weight: normal;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0px;
}

/* flags ----------------------------------- START */
	/* special links in der linken spalte ----------------------------------- START */
.specialLinks {
	font-size: 11px;
	font-weight: bold;
	border-top: 2px solid #6D6C51;
	padding: 10px 0 10px 0;
}

.specialLinks ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: list-item;
	list-style-type: none;
}

.specialLinks li {
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
	list-style-position: outside;
	display: block;
}

.specialLinks li a:link {
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
	outline: 0px;
}

.specialLinks li a:visited {
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
	outline: 0px;
}

.specialLinks li a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../images/navigation-pfeil.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
	outline: 0px;
	text-indent: -20px;
}

/* special links in der linken spalte ----------------------------------- END */
	/* more links in der linken spalte ----------------------------------- START */
.moreLinks {
	font-size: 11px;
	font-weight: bold;
	border-top: none;
	padding: 10px 0 10px 0;
}

.moreLinks div {
	margin: 0 auto;
	padding: 0;
	width: 170px;
}

.moreLinks div div {
	margin: 0 auto;
	padding: 0;
	width: 170px;
}
.moreLinks div p.bodytext {
	margin: 0 auto;
	padding: 0;
	width: 170px;
	height: 25px;
	clear: both;
}
.moreLinks ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: list-item;
	list-style-type: none;
}

.moreLinks li {
	margin: 0 0 0 0;
	padding: 0 0 7px 0;
	list-style-position: outside;
	display: block;
}

.moreLinks li a:link {
	font-weight: bold;
	text-decoration: none !important;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
	outline: 0px;
}

.moreLinks li a:visited {
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
	outline: 0px;
}

.moreLinks li a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
	outline: 0px;
}

/* NAVIGATION ----------------------------------- END */
/* RECHTE SPALTE ----------------------------------- START */
/* uhrzeit ----------------------------------- START */
.uhr {
	width: 170px;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #842022;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

/* topic ----------------------------------- START */
.topic {
	width: 180px;
	margin: 0 0 10px 0;
	text-align: left;
}

.topic p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

.topic h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	background-image: url(../images/h2-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #6D6C52;
	color: #fff;
	border: none;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 25px;
}

/* searchform ----------------------------------- START */
#searchform input.button {
	background-image: url(../images/pfeilleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	width: 18px;
}

#searchform input {
	font-family: Arial, sans-serif;
	font-size: 9px;
	margin: 0 5px 0 0;
	padding: 1px 1px 1px 0;
	width: 140px;
}

.button {
	background-color: #dfdfdf;
	font-weight: bold;
}

/* RECHTE SPALTE ----------------------------------- END */
/* INHALTSFORMATIERUNGEN ----------------------------------- START */
/* startseite ----------------------------------- START */
.box {
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding-left: 10px;
}

.box .flags ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: list-item;
	list-style-type: none;
}

/* startseite ----------------------------------- END */
/* google Anzeigen AdSEnse */
.googlebox {
	margin: 30px auto auto auto;
}

/* INHALTSFORMATIERUNGEN ----------------------------------- END */
/* TS flagOverviews.ts ----------------------------------- START */
table.directory {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	margin: 0 auto;
}

table.directory td h2 {
	padding: 0px;
	margin: 0px;
	display: inline;
}

table.directory td {
	background-color: #F5F5F5;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}

table.directory .local { /*font-variant:small-caps;*/
	
}

table.directory img {
	margin-right: 4px;
}

table.directory td.map {
	text-align: right;
}

/* TS flagOverviews.ts ----------------------------------- END */
	/* override f�r ollen Kram */
.box table {
	width: 100%;
}

.dirlink a {
	background-color: transparent;
}

/* Anzeige der x neusten Nachrichten aus allen Bereichen */
.newsTeaser {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.newsTeaser ul {
	margin: 5px auto;
}

/* olle Formatierungen von rt.eu */
.contenttable {
	width: auto;
	margin: 0 auto;
	border: 0 none;
}

.hinterlegt,.kontakt {
	width: 30%;
}

.hinterlegt,.kontakt,.buchtipp {
	background-color: #6C6C52;
	background-image: url("../img/weiss.gif");
	background-position: left top;
	background-repeat: repeat-y;
	border-left: 20px solid #842022;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	margin-top: 1em;
	padding: 2px 2px 2px 16px;
}

.news {
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 10px;
	width: 125px;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #cccccc;
	line-height: 1.3em;
}

.news a {
	clear: both;
	font-weight: bold;
}

.news p {
	font-size: 0.9em;
}

.news h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

/* Olle Kamellern Typo3Intern */
.csc-textpic-imagerow ul {
	margin: 0;
	padding: 0;
}

.csc-textpic-imagerow ul li {
	margin: 0;
	padding: 0;
}

/* erste �berschrift Content */
div.csc-header h1 {
	background-color: #E8E8E8;
	border: 1px solid #CBCED0;
	font-size: 11px;
	margin: 0 0 1em;
	padding: 0 0 0 10px;
	text-align: left;
}

div.csc-header h1.rubrik2 {
	border-left: 10px solid #333333;
}

div.csc-header h1.rubrik3 {
	border-left: 10px solid #006633;
}

div.csc-header h1.rubrik4 {
	border-left: 10px solid #990000;
}

div.csc-header h1.rubrik5 {
	border-left: 10px solid #CC9933;
}

div.csc-header h1.rubrik6 {
	border-left: 10px solid #990099;
}

div.csc-header h1.rubrik3207 {
	border-left: 10px solid #0000cc;
}

div.csc-header h1.rubrik2 {
	border-left: 10px solid #0000cc;
}

div.csc-header h1.rubrik52 {
	border-left: 10px solid #0000cc;
}

div.csc-header h1.rubrik3108 {
	border-left: 10px solid #0000cc;
}

div.csc-header h1.rubrik7 {
	border-left: 10px solid #003399;
}

div.csc-header-n1 h1.rubrik2 {
	color: #333333;
}

div.csc-header-n1 h1.rubrik3 {
	color: #006633;
}

div.csc-header-n1 h1.rubrik4 {
	color: #990000;
}

div.csc-header-n1 h1.rubrik5 {
	color: #CC9933;
}

div.csc-header-n1 h1.rubrik6 {
	color: #990099;
}

div.csc-header-n1 h1.rubrik7 {
	color: #003399;
}

/* Postkarten */
.tx-srsendcard-pi1 dl {
	height: auto;
}

.tx-srsendcard-pi1 input,.tx-srsendcard-pi1 textarea {
	background-color: #FFFFFF;
	color: #333;
}

.tx-srsendcard-pi1-submit {
	background-color: #ccc !important;
	font-size: 14px !important;
	padding: 3px !important;
}

.tx-srsendcard-pi1 .tx-srsendcard-pi1-image-selector .tx-srsendcard-pi1-first-column
	{
	clear: none;
}

/* sitemap */
.csc-sitemap ul {
	list-style-position: outside !important;
}

.csc-sitemap ul li {
	list-style-type: circle !important;
	margin: 0 auto 0 20px;
	padding: 0;
}

.csc-sitemap ul ul {
	list-style-position: outside;
}

.csc-sitemap ul ul {
	list-style-type: square;
	margin: 0 auto 0 20px;
	padding: 0;
}

/* Suchformular */
div.topic form {
	vertical-align: middle;
}

div.topic form input {
	vertical-align: middle;
}

.searchButton {
	vertical-align: middle;
}

.tx-indexedsearch-redMarkup {
	background-color: #FFCC00;
	color: #000000 !important;
}
li.tx-indexedsearch-browselist-currentPage a{
	color: #FFCC00 !important;
	text-decoration: none;
}
#c5644 h2,#c5645 h2{
font-size: 11px;
border: 0 none;
background-color: transparent;
padding-left: 0;
}
#divGooglePlus{
float: left;
margin: -5px auto 2px 250px;
}
