* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000 url(../pics/body_hg.jpg) top left repeat-x;
	font-size: 0.875em;
}

html>body  {
	font-size: 14px;
}

p {
	line-height: 1.5em;
	margin: 1.5em 0;
	color: #fff;
	font-family: Verdana, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, dl, ul, ol, label, input, textarea, select {
	color: #fff;
}

dl, ul, ol, label, input, textarea, select {
	font-family: verdana, tahoma, sans-serif;
}

#nebeninhalt p, #nebeninhalt h1, #nebeninhalt h2, #nebeninhalt h3, #nebeninhalt h4, 
#nebeninhalt h5, #nebeninhalt h6, #nebeninhalt ul, #nebeninhalt ol, #nebeninhalt label, #nebeninhalt input,
#nebeninhalt textarea, #nebeninhalt select {
	color: #000;
}


h1, h2, h3, h4, h5, h6 {
	font-family:  Georgia, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}

h1 {
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0.75em 0;
	width: auto;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0.75em 0;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0.75em 0;
}

h4 {
	font-size: 1.125em;
	font-weight: normal;
}

h5 {
	font-size: 1.0525em;
	color: #575757;
}

h6 {
	font-size: 100%;
}

a {
	font-family:  Verdana, Tahoma, sans-serif;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #e00000;
}

label {
	color: #fff;
}

input, textarea, select {
	border: 1px solid #876e34;
	background: #efefef;
	color: #000;
	font-size: 1em;
	padding: 2px;
	margin-bottom: 2px;

}

input:hover, input:focus, textarea:hover, textarea:focus, select:focus, select:hover {
	background: #fff;
	border: 1px solid #000;
}

input.input-submit {
	font-size: 1.5em;
	width: auto !important;
	border: none;
	color: #000;
	cursor: pointer;
	padding-left: 20px;
	background: transparent url(../pics/hauptmenue_aktiv.png) center left no-repeat;
}

input.input-submit:hover {
	color: #e00000;
	background: transparent url(../pics/hauptmenue_aktiv.png) center left no-repeat;
}

#hauptcontainer {
	width: 960px;
	margin: 0px auto;
}

#bild-seitentitel {
	z-index: 1;
	position: relative;
}

#social-links {
	background: url(../pics/bild_seiteninformation.png) top left no-repeat;
	width: 960px;
	height: 207px;
	display: block;
	position: relative;
}

#social-links a.animatedlink {
	position: absolute;
	z-index: 0;
	bottom: -15px;
	float: left;
}

#social-links a#rss-link {
	left: 450px;
}

#social-links a#facebook-link {
	left: 520px;
}

#social-links a img {
	border: none;
}

#inhalte {
	background: url(../pics/container_hintergrund.png) top left repeat-y;
	padding: 0px 10px;
	overflow: hidden;
}

.inhalt-startseite {
	position: relative;
	top: -244px;
}

* html #inhalte {
	width: 940px;
}

.startseite-aktuelle-alarmierungen {
	background: url(../pics/aktuelle_alarmierungen_hintergrund.png) top left no-repeat;
	top: -200px;
	z-index: 100;
	position: relative;
	width: 207px;
	height: 160px;
	overflow: hidden;
	padding: 64px 30px 20px 20px;
}

.startseite-aktuelle-alarmierungen p {
	margin: 0.3em 0;
	color: #000;
	line-height: 100%;
	font-size: 11px;
}

.startseite-aktuelle-alarmierungen .feed-entry {
	border-top: 1px dotted #acacac;
}

.startseite-aktuelle-alarmierungen .feed-entry:last {
	border-bottom: none;
}

#untermenue-inhalt {
	width: 600px;
	padding: 0 0 0 50px;
	overflow: hidden;
	float: left;
}

#hauptinhalt  {
	clear: right;
}

ul#hauptmenue {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ac996b;
}

ul#hauptmenue li {
	display: block;
	padding: 5px 20px;
}

ul#hauptmenue li a {
	font-size: 1.285em;
	font-family: georgia, "trebuchet ms", "lucida sans";
	color: #876e34;
	text-decoration: none;
	margin: 0px 0px;
}

ul#hauptmenue li.active {
	background: url(../pics/hauptmenue_aktiv.png) center left no-repeat;
}

ul#hauptmenue li.active a {
	text-decoration: none;
	color: #000;
}

ul#hauptmenue li a:hover, ul#hauptmenue li.active a:hover {
	text-decoration: underline;
	color: #000;
}

ul#untermenue {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: right;
	clear: right;
	margin-bottom: 1em;
	text-align: right;
}

ul#untermenue li { 
	float: left;
}

ul#untermenue li a {
	font-size: 1em;
	font-family: georgia, "trebuchet ms", "lucida sans";
	color: #000;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0 5px;
}

ul#untermenue li.active a {
	text-decoration: underline;
}

ul#untermenue li a:hover, ul#untermenue li.active a:hover {
	text-decoration: underline;
	color: #e00000;
}


#seitenfuss {
	display: block;
	width: 960px;
	margin: 0 auto;	
}

.seitenfuss-startseite {
	position: relative;
	top: -244px;
}

ul#seitenfuss-menue {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	float: right;
	margin-bottom: 1em;
	text-align: right;
	width: 900px;
	height: 10px;
	clear: both;
	padding: 30px 30px;
	background: url(../pics/bild_seitenfuss.png) top left no-repeat;
}

ul#seitenfuss-menue li { 
	float: left;
}

ul#seitenfuss-menue li a {
	font-size: 1em;
	font-family: georgia, "trebuchet ms", "lucida sans";
	color: #000;
	text-decoration: none;
	margin: 0px 0px;
	padding: 0 5px;
}

ul#seitenfuss-menue li.active a {
	text-decoration: underline;
}

ul#seitenfuss-menue li a:hover, ul#seitenfuss-menue li.active a:hover {
	text-decoration: underline;
	color: #e00000;
}

#nebeninhalt-container {
	padding: 0 0 20px 0;
	margin: 0 10px 0 0;
	float: right;
	width: 250px;
	overflow: hidden;
	background: url(../pics/seiteninhalt_hintergrund.png) bottom left no-repeat;
}

#nebeninhalt {
	width: 190px;
	padding: 0 30px 0 30px;
	color: #000;
}

* html #nebeninhalt-container {
	margin: 0 4px 0 0;
}

#nebeninhalt h3 {
	text-align: center;
}

#nebeninhalt h3.terminkalender { margin: 0; }

* html #nebeninhalt-container {
	background: url(../pics/seiteninhalt_hintergrund.jpg) bottom left no-repeat;
}

#nebeninhalt-container .nebeninhalt-element {
	padding: 0 10px 0 15px;
}

#nebeninhalt-container .nebeninhalt-element h3 {
	color: #000;
}

.csc-frame-frame1 dl .csc-textpic-image {
	width: 295px !important;
}

.csc-frame-frame1 dl.csc-textpic-image dt {
	background: url(../pics/bilder_rahmen_hintergrund.png) top left no-repeat;
	padding: 32px 0 0 20px;
	width: 275px;
	height: 219px;
	display: block;
}

.csc-frame-frame1 dl.csc-textpic-image dd {
	color: #000;
	top: -40px;
	left: 25px;
	position: relative;
}

.csc-frame-frame1 div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, 
.csc-frame-frame1 div.csc-textpic-border div.csc-textpic-single-image img {
	border: none;
}
/*--------------------------- tt_news -------------------------*/

.news-list-item {
	overflow: hidden;
	border-bottom: 1px dotted #ac996b;
	padding-bottom: 10px;
}

.news-list-item h3 {
	margin-bottom: 0px !important;
	clear: right;
}

.news-list-item h3 a {
	font-family: Georgia, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}

p.news-list-date, p.news-single-timedata {
	font-size: 0.857em;
	margin-top: 0.5em;
	font-family: Georgia, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}

.news-list-text-img img {
	float: left;
	margin-right: 20px;
}

.news-list-morelink {
	float: right;
	font-size: 0.857em;
}

.news-single-item h2 {
	color: #000;
	margin-bottom: 0px !important;
}

.news-single-img {
	float: left;
	margin-right: 20px;
}
/************************************** news calender ************************************/
.tx-ttnews {
	width: 180px;
	display: block;
	padding: 0 5px 5px 5px;
}

.news-catmenu {
	border: 0px; 
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	display: block;
	float: left;
	margin-right: 20px;
}

.news-catmenu div {
	white-space: nowrap;
}

.news-catmenu-header {
	visibility: hidden;
	width: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.level1 {
	border-left: 0px;
	border-top: 0px;
	padding: 0px 2px 0px 2px;
	margin-bottom: 5px;
	font-size: 1em;
}

.level2 {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-size: 0.857em;
}

.level2 a {
	margin-left: 1px;
}

#helme-auszeichnung {
	clear: both;
	display: block;
	overflow: hidden;
	width: 468px;
	margin: 20px auto;
}

/*------------------------------------ ve_guestbook ---------------------------------*/
.tx-veguestbook-pi1 form {
	width: 550px;
	height: 590px;
	padding: 0 20px;	
}

.tx-veguestbook-pi1 dl dt {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

.tx-veguestbook-pi1 dl dd {
	margin: 5px;
}

.tx-veguestbook-pi1 label {
	color: #000;
}

.tx-veguestbook-pi1 input, .tx-veguestbook-pi1 textarea {
	width: 250px;
}

.tx-veguestbook-pi1 input.input-small { 
	width: 100px;
}

.tx-veguestbook-pi1 textarea {
	width: 350px;
	height: 200px;
}

.tx-veguestbook-pi1 dd p {
	color: #000;
}

.tx-veguestbook-pi1 IMG {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #876e34;
}

p.tx-guestbook-pagination, p.tx-guestbook-result {
	font-size: 0.857em;
}

p.tx-guestbook-email {
	font-family: Georgia, "Trebuchet MS", "Lucida Sans Unicode", serif;
	color: #000;
	margin: 0px !important;
	float: right;
	font-size: 0.857em;
}

h4.tx-guestbook-header {
	color: #000;
	margin: 0px;
	float: left;
}

p.tx-guestbook-date {
	font-family: Georgia, "Trebuchet MS", "Lucida Sans Unicode", serif;
	margin: 0px;
	color: #000;
	float: left;
	clear: both;
}


p.tx-guestbook-www {
	font-family: Georgia, "Trebuchet MS", "Lucida Sans Unicode", serif;
	margin: 0px;
	float: right;
	font-size: 0.857em;
}

p.tx-guestbook-entrytext {
	clear: both;
}

.tx-guestbook-comment {
	font-style: italic;
}
/*--------------------------------------tx-pilmailform-pi1 ---------------------------*/
.tx-pilmailform-pi1 form {
	width: 550px;
	height: 590px;
	padding: 0 20px;	
}

.tx-pilmailform-pi1 dl dt {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

.tx-pilmailform-pi1 dl dd {
	margin: 5px;
}

.tx-pilmailform-pi1 label {
	color: #000;
}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 textarea {
	width: 250px;
}

.tx-pilmailform-pi1 textarea {
	width: 350px;
	height: 200px;
}

.tx-pilmailform-pi1 dd p {
	color: #000;
}

.tx-pilmailform-pi1 IMG {
	border: 1px solid #876e34;
}

input.mailform-captcha-field {
	width: 100px;
	margin-top: -100px;
}

/*---------------------------------------- macinasearchbox ------------------------------------*/
.tx-macinasearchbox-pi1 {
	width: 250px;
	height: 37px;
	display: block;
	background: url(../pics/suchbox_hintergrund.png) top right no-repeat;
	padding: 7px 0 0 711px;
}

.tx-macinasearchbox-pi1 label {
	color: #000;
	font-size: 0.857em;
}

.tx-macinasearchbox-pi1 input {
	width: 120px;
}

.tx-macinasearchbox-pi1 input.submit-button {
	background: url(../pics/lupe.jpg) left top no-repeat;
	cursor: pointer;
	width: 31px;
	height: 29px;
	border: none;
}

/*-------------------------------------- indexed-search ------------------------------*/
.tx-indexedsearch-descr p {
	font-style: normal;
	margin: 0px;
}

.tx-indexedsearch-title p {
	margin-bottom: 0px;
}

.tx-indexedsearch-title p a {
	font-family: georgia, "trebuchet ms", sans-serif;
	font-size: 1.142em;
}

.tx-indexedsearch-whatis {
	font-size: 1em;
	font-family: verdana, tahoma, serif;
}

input.tx-indexedsearch-searchbox-button {
	font-size: 1.5em;
	width: auto !important;
	border: none;
	color: #000;
	cursor: pointer;
	padding-left: 20px;
	background: transparent url(../pics/hauptmenue_aktiv.png) center left no-repeat;
}

input.tx-indexedsearch-searchbox-button:hover {
	color: #e00000;
	background: transparent url(../pics/hauptmenue_aktiv.png) center left no-repeat;
}

/*-----------------------------------------imgtxthlbox-highlightbox--------------------------*/
.imgtxthlbox-highlightbox {
	overflow: hidden;
	float: left;
	margin: 5px;
	padding: 5px;
	background: url(../pics/highlightbox_hg.jpg) top left no-repeat;
	width: 550px;
}

.imgtxthlbox-highlightbox-highlight {
	background-position: bottom left;
}

.imgtxthlbox-highlightbox h3.imgtxthlbox-header {
	margin-top: 0px;
}

p.imgtxthlbox-morelink {
	padding: 5px 0px 5px 5px;
}

img.imgtxthlbox-image {
	float: left;
	margin-right: 20px;
	border: 1px solid #fff;
	width: 180px;
	height: 135px;
}

/*-------------------------------------- alte version --------------------------------*/
#inhalt table.csc-frame-frame1 {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0px;
	border-collapse: collapse;	
}

#inhalt table.csc-frame-frame1 td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.bottom-text {
	width: 789px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	/*background: url(../pics/bgk_bottom.png) no-repeat;*/
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

#inhalt-links a { text-decoration: underline; color: #0A258A; font-weight: bold; }
#inhalt-links a:link { text-decoration: underline; color: #0A258A; font-weight: bold; }

#inhalt a { text-decoration: none; color: #000000; font-weight: bold; }
#inhalt a:hover { text-decoration: none; color: #e00000; font-weight: bold; }

#ifxlinks-menu-container {}
.ifxlinks-menu-pic { float: left; margin-right: 2px; }
.ifxlinks-menu-entry { line-height: 20px; vertical-align: middle; color: #000000; display: block; white-space: nowrap; padding-right: 5px; margin-right: 5px;}
.ifxlinks-menu-entry a { text-decoration: none; color: #000000; }
.ifxlinks-menu-entry a:hover { color: #E00001; }
.ifxlinks-menu-title {}
#ifxlinks-menu-links { display: block; }
#ifxlinks-menu-navtitle { background-color: #E00001; font-weight: bold; text-align: center; color: #FFFFFF; padding-left: 10px; padding-right: 10px;}

.csc-textpic-caption {
	font-size: 9px;
	font-weight: bold;
}

/*------------------------------------ typo3-styles ---------------------------------*/
.csc-textpic-imagewrap {
}

.csc-textpic-intext-right-nowrap .csc-textpic-text {

}
/*----------------------------------- tx-cscounter-pi1 -------------------------------*/
.tx-cscounter-pi1 {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	border-top: 10px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*----------------------------------- google map -----------------------------------------*/
.tx-lumogooglemaps-pi1 {
	padding:0 10px;
}

.poi-content input {
	margin-bottom: 5px;
	padding: 2px;
}

.poi-content p {
	color: #000;
}
