@charset "utf-8";
/* CSS Document */

body{
	background-color: #fff1d7;
}

.clear_float {
	clear: both;
}

.hidden {
	display: none;
}

h1, h3 {
	font-size: 15px;
	font-weight: bold;
}

#header {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_top_left {
	float: left;
	width: 400px;
	padding-left: 40px;
	padding-bottom: 5px;
}

#header_top_right {
	float: right;
	width: 420px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-right: 40px;
	color: #0066cc;
}

#header_top_right a {
	color: #0066cc;
	text-decoration: none;
}

#header_top_right a:hover {
	text-decoration: underline;
}

#header_middle{
	width: 900px;
	height: 35px;
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	padding-top: 19px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_bottom {
	width: 860px;
	height: 246px;
	padding-left: 20px;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	overflow: hidden;
}

#frontpage_header_ticker{
	height: 35px;
	width: auto;
	background-color: #fe8300;
	float: left;
	margin: 0px;
}

.header_ticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	margin: 0px;
	height: 30px;
}
.header_ticker a:link, .header_ticker a:visited, .header_ticker a:hover, .header_ticker a:active{
	color: #FFF;
	text-decoration: none;
}

.header_ticker a:hover {
	color: #FFF;
	text-decoration: underline;
}

.header_ticker .tx-cal-controller li, .header_ticker .tx-cal-controller dl{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.header_ticker .tx-cal-controller .cat{
	display: none;
}

.header_ticker .tx-cal-controller small{
	font-size: 13px;
	font-style: italic;
}

#content {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu {
	text-align: center;
	width: 840px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #012f50;
}

#menu ul {
	padding: 0px;
	text-align: center;
	margin: 0px;
	height: 49px;
}

#menu li {
	line-height: 49px;
	height: 49px;
	width: auto;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#submenu {
	text-align: center;
	width: 840px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #012f50;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

#submenu ul {
	text-align: center;
	white-space: nowrap;
	list-style-type: none;
	background-color: #395d77;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#submenu li {
	height: auto;
	width: auto;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	display: inline;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#submenu li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#submenu li a:hover {
	text-decoration: underline;
}

#main_content{
	width: 740px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 125%;
	padding-bottom: 5px;
	background-color: #012f50;
	padding-right: 50px;
	padding-left: 50px;
}

#main_content a{
	color: #fff1d7;
	text-decoration: none;
}

#main_content a:hover {
	color: #fff1d7;
	text-decoration: underline;
}

#content_bottom{
	width: 840px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/content_bottom.jpg);
	padding: 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
	height: auto;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #0066cc;
	text-decoration: none;
}

#footer a:hover {
	color: #0066cc;
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 400px;
	text-align: left;
	padding-left: 20px;
}

#footer_right {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 20px;
	color: #0066cc;
}

/* Galerie-Thumbs */
.tx-rgsmoothgallery-pi1 {
}
 
#externalthumbs2 {
	width:auto;
	height: 230px;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
 
#externalthumbs2 .label {
  display:none;
}
.carouselInner {
  width:670px;
}
 
.carouselInner .thumbnail {
	float:left;
	padding-bottom:10px;
	margin: 10px;
}

.box {
	height: auto;
	margin-bottom: 15px;
}

/* Kalender */
#main_content .tx-cal-controller h2 {
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
}
#main_content .tx-cal-controller li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#main_content .tx-cal-controller .time {
	font-style: italic;
	margin: 10px;
}
#main_content .tx-cal-controller .cat {
	padding: 10px;
}
#main_content .tx-cal-controller li {
}
#main_content .tx-cal-controller .list1 {
	background-color: #395d77;
	padding: 5px;
	margin-bottom: 10px;
}
#main_content .tx-cal-controller .list1 .default_catheader {
	background-color: #395d77;
}
#main_content .tx-cal-controller .list2 {
	background-color: #395d77;
	padding: 5px;
	margin-bottom: 10px;
}
#main_content .tx-cal-controller .list2 .default_catheader {
	background-color: #395d77;
}
#main_content .tx-cal-controller #calendar-event-backlink {
	margin-top: 10px;
}

/* Blog */
.blogList {
}
.blogList .categories, .tx-t3blog-pi2 .categories {
}
.blogList .date, .tx-t3blog-pi2 .date {
	font-style: italic;
	float: left;
	margin-right: 5px;
}
.blogList .time, .tx-t3blog-pi2 .time {
	font-style: italic;
}
.blogList .blogtipafriendlink, .tx-t3blog-pi2 .blogtipafriendlink {
	display: none;
}
.blogList .permalink, .tx-t3blog-pi2 .permalink {
	display: none;
}
.blogList .trackback, .tx-t3blog-pi2 .trackback {
	display: none;
}
.blogList .item, .tx-t3blog-pi2 .single {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	padding-right: 15px;
}
#singleNavigation {
}
#singleNavigation .previous {
	float: left;
	width: 33%;
	margin-bottom: 15px;
}
#singleNavigation .backtolist {
	float: left;
	width: 33%;
	margin-bottom: 15px;
}
#singleNavigation .next {
	float: left;
	width: 33%;
	margin-bottom: 15px;
}
#commentList ul {
	margin: 0px;
	padding: 0px;
}
#commentList li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}
#commentList .commentTopNav {
	padding: 5px;
}
#commentList .cauthor {
	float: left;
	margin-right: 10px;
}
#commentList .cdate {
	padding-top: 1px;
	margin-left: 10px;
}
#commentList .author {
	margin: 0px;
	padding: 0px;
}
#commentList .date {
	margin-right: 5px;
	font-size: 11px;
	float: left;
}
#commentList .time {
	font-size: 11px;
}
#commentList .commentBody {
	clear: both;
	padding: 5px;
}
#commentList .commentBody h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#commentList .commentBody p {
	padding: 0px;
	margin: 0px;
}
#commentList .commentTopNav, #commentList .commentBody, #commentList .date, #commentList .time {
	background-color: #395d77;
}
#commentList .commentFooter {
	height: 10px;
}
/* Blog Ende*/

/* Kontaktformular */
.csc-mailform-field {
	padding: 10px;
	width: 350px;
}
.csc-mailform-field label {
}
.csc-mailform-field input {
	float: right;
}

/* Links Startseite */
#main_content .home_link {
	background-image: url(../images/button_home.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main_content .home_link:hover {
	background-image: url(../images/button_home_hover.gif);
}
#main_content .home_link h1 {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#main_content .home_link:hover h1 {
	color: #fff;
}

/* Galerie-Hintergrund */
.jdGallery .slideElement {
	background-color: #00304f;
}
