body {
	margin: 0;
	padding: 0;
	background: #FFFFEB url(../img/bg_head.gif) 50% 0 no-repeat;
}

/* Standards */

h1 {
	font: normal 28px "Myriad Web", arial, sans-serif;
	color: #496B27;
	width: 522px;
	float: right;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font: normal 17px arial, "Myriad Web", sans-serif;
	padding: 0 55px 10px 0;
	margin: 0;
	color: #2A2B39;
}

h2.sub {
	font: normal 22px arial, "Myriad Web", sans-serif;
	padding: 19px 55px 10px 0;
}

h3 {
	font: normal 17px arial, "Myriad Web", sans-serif;
	padding: 0 55px 10px 0;
	margin: 0;
	color: #2A2B39;
}

h4 {
	font: normal 12px "Myriad Web", arial, sans-serif;
	color: #2A2B39;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.contentelement {
	margin-bottom: 20px;
	width: 463px;
}

.align-right {
	text-align: right;
}

.link_green {
	color: green;
}

hr {
	width: 460px;
	height: 0px;
	color: #77B13D;
	border: 1px solid #77B13D;
	float: left;
	margin: 25px 0 25px 0;
}

p {
	margin: 0;
}

.clear {
	clear: both;
}

img {
	border: none;
}

table {
	border-spacing: 2px;
	width: 480px;
	font: normal 12px arial, sans-serif;
}

.center {
	text-align: center;
	padding-right: 55px;
}

.th .td {
	font-weight: bold;
}

.td {
    vertical-align: top;
}

.sonderpreise .td-1,
.preise .tr-even.tr-0,
.td-0 {
	font-weight: bold;
}

.sonderpreise_zusatz .td-2 {
    width: 215px;
}

.tr-0 {
	height: 25px;
}

.preise .tr-1,
.preise .tr-2,
.preise .tr-3,
.preise .tr-4 {
	height: 20px;
}

.preise .td-0 {
	padding-right:10px;
}

.preise .td-2 {
	background: #FDCA00;
	text-align: center;
}

.preise .td-3 {
	background: #DC6AA5;
	text-align: center;
}

.preise .td-4 {
	background: #EB622B;
	text-align: center;
}

/*
.preise .td-4 {
	background: #63C0ED;
	text-align: center;
}
*/


p#maindate {
	padding: 4px 0 0 13px;
	color: white;
	font: normal 15px arial, sans-serif;
}

#content_main_inner p {
	font: normal 12px arial, sans-serif;
	color: #2A2B39;
	margin: 0px 0 15px 0;
	padding: 0 35px 0 0;
	line-height: 15px;
}

#content_main_inner span {
	font: normal 12px arial, sans-serif;
	color: #2A2B39;
	margin: 0;
	padding: 0 55px 0 0;
	line-height: 15px;
}

#content_main_inner p#last {
	margin: 0;
}

#content_main_inner ul {
	font: normal 12px arial, sans-serif;
	color: #2A2B39;
	padding: 0 55px 0 15px;
	margin: 0;
	list-style-image:url(../img/list_icon_01.gif);
}

#content_main_inner ul ul {
	list-style-image:url(../img/list_icon_02.gif);
}

#content_main_inner ul ul ul {
	list-style-image:url(../img/list_icon_03.gif);
}

#content_main_inner ul.pLines {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

#content_main_inner  a,
#content_main_inner ul a {
	font: normal 12px arial, sans-serif;
	color: #496B27;
	text-decoration: underline;
}

#content_main_inner p a:visited {
	color: #496B27;
}

#content_main_inner p a:hover {
	color: #2A2B39;
	background: #ADD08B;
	position: relative;
	   top: 1px;
	   left: -1px;
}

#content_main_inner ul a:hover {
	color: #2A2B39;
	background: #ADD08B;
	text-decoration: none;
}

/* Formular Styles ***************************************************** */

form label {
	font: normal 12px arial, sans-serif;
	color: #2A2B39;
	width: 100px;
	float: left;
	padding-top: 4px;
}

form .error {
	border: 1px solid red;
	background: #FFCCCC;
}

form input {
	font: normal 12px arial, sans-serif;
	color: #2A2B39;
	width: 200px;
	float: left;
	border: 1px solid #77B13D;
	margin-bottom: 4px;
	padding: 1px;
}

form input.checkbox {
	width: 15px;
	float: left;
	border: none;
	margin: 4px 5px 0 0;
	padding: 0;
}

* html form input.checkbox {
	margin-top: 1px;
}

*+html form input.checkbox {
	margin-top: 1px;
}


form textarea {
	font: normal 12px arial, sans-serif;
	color: #2A2B39;
	width: 200px;
	height: 130px;
	float: left;
	border: 1px solid #77B13D;
	padding: 1px;
	margin-top: 20px;
}

form label#label_nachricht {
	margin-top: 20px;
}

form button {
	font: bold 12px arial, sans-serif;
	color: white;
	background: #77B13D;
	float: left;
	border: 1px solid white;
	margin-right: 5px;
	cursor: pointer;
}

form button:hover {
	background: white;
	color: #77B13D;
	border: 1px solid #77B13D;
}

form .buttons {
	float: left;
	display: inline;
	margin: 20px 0 0 100px;
}

* html form .buttons {
	
}

#content_main_inner p#info {
	margin: 0 0 0 10px;
	color: #496B27;
	padding: 0 0 0 5px;
	border-left: 5px solid #496B27;
}

form dl {
	margin: 0;
	padding: 0;
}

form dt.checkboxes,
form dd.checkboxes {
	width: auto;
	margin: 0;
	padding: 0;
}

form #email {
	margin-bottom: 20px;
}



form .checkboxes label,
form .checkboxes label {
	width: 345px;
}

form {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	float: left;
	position: absolute;
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}


/* Kuenstler Styles *********************************************************/

#content_main_inner .kuenstler_bilder {
	float: left;
	margin: 0 15px 30px 0;
	text-align: center;
}

#content_main_inner .kuenstler_bilder img {
	padding: 3px;
	border: 1px solid #77B13D;
}

#content_main_inner .kuenstler_bilder span {
	padding: 0 0 0 4px;
}

#content_main_inner .kuenstler_bilder a {
	font: normal 11px arial, sans-serif;
	color: #496B27;
	text-decoration: none;
	float: left;
}

#content_main_inner .kuenstler_bilder a:visited {
	color: #2A2B39;
	text-decoration: none;
}

#content_main_inner .kuenstler_bilder a:hover {
	color: #2A2B39;
	background: #ADD08B;
	text-decoration: none;
	position:relative;
	  top:0;
	  left:0;
}

#content_main_outer a {
	color: #496B27;
	font-size: 12px;
	margin: 0;
}

.kuenstler_img {
	padding: 3px;
	border: 1px solid #77B13D;
	float: right;
	margin: 5px 55px 5px 5px;
}

a.back {
	font: normal 11px arial, sans-serif;
	color: #496B27;
	text-decoration: underline;
	float: right;
	margin-right: 55px;
}

a:hover.back {
	text-decoration: underline;
}

/* Gallerie Styles *********************************************************/

#gallerie img {
	padding: 3px;
	border: 1px solid #77B13D;
}

#gallerie p {
	padding: 0;
	margin: 0;
}

#gallerie p.copy {
	font-size: 10px;
}

#gallerie a {
	margin: 10px 10px 0 0;
	float: left;
	text-decoration: none;
}

#gallerie a:hover {
	background: #ADD08B;
	text-decoration: none;
}

/* Programm Styles *********************************************************/

#content_main_inner p.programm {
	color: gray;
}

#content_main_inner p.programm-h3,
h3.programm,
h3.programm a {
	color: blue;
	text-decoration: none;
	font-size: 17px;
	line-height: 19px;
}

#content_main_inner .top {
	width: 470px;
	border-top: 1px solid #77B13D;
	margin: 20px 0;
	float: left;
}

#content_main_inner .top a {
	font: normal 11px arial, sans-serif;
	color: #496B27;
	text-decoration: none;
	float: right;
	position: relative;
	   top: 0;
	   left: 0;
}

#content_main_inner .top a:hover {
	color: #496B27;
	text-decoration: underline;
	background: none;
	position: relative;
	   top: 0;
	   left: 0;
}

.foerderer {
	float: left; 
	padding-right: 15px;
}

/* Allgm. Aufbau Styles *********************************************************/

#wrap {
	width: 756px;
	margin: 0 auto;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#header {
	width: 728px;
	margin: 0 0 0 14px;
}

#head_top {
	height: 91px;
}

img#logo {
	float: right;
	margin: 29px 60px 0 0;
}

/* Navigation (top) ******************************************************/

ul#navtop {
	float: left;
	margin: 76px 0 0 8px;
	padding: 0;
	font: normal 11px arial, sans-serif;
}

* html ul#navtop {
	margin: 76px 0 0 5px;
}

#navtop li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navtop li a {
	padding: 0 2px 0 2px;
	float: left;
	display: inline;
	color: #2A2B39;
	text-decoration: none;
}

#navtop li a:hover	{
	text-decoration: underline;
}

#navtop li span {
	float: left;
	color: #2A2B39;
}
	
/* ///Navigation (top) */

#banner {
	background: url(../img/bg_banner.jpg) no-repeat;
	height: 154px;
}

#head_image {
	background: #496926 none repeat scroll 0 0;
	float: left;
	height: 118px;
	margin: 5px 0 0;
	width: 349px;
}

#head_image img {
	float: left;
}

#content {
	background: url(../img/bg_content.gif) repeat-y;
	float: left;
	padding: 30px 14px 30px 14px;
}

/* Navigation (main) ****************************************************/

#navlist {
	float: left;
	width: 182px;
	margin: 60px 0 0 15px;
	padding: 0;
	font: normal 17px verdana, arial, sans-serif;
}

* html #navlist {
	margin: 60px 0 0 8px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navlist li a {
	color: #496B27;
	display: block;
	padding: 0 0 0 4px;
	border-left: 8px solid white;
	text-decoration: none;
	width: 159px;
	margin-bottom: 5px;
	float: left;
}

#navlist li a:hover {
	color: #77B13D;
	border-color: #77B13D;
}

#navlist li a.current {
	border-color: #77B13D;
}

#navlist2 {
	width: 148px;
	margin: 0 0 0 12px;
	padding: 0;
	font: normal 14px verdana, arial, sans-serif;
}

* html #navlist2 {
	margin: 0 0 0 6px;
}

#navlist2 li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navlist2 li a {
	color: #496B27;
	display: block;
	padding: 0 0 0 6px;
	margin: 0 0 3px 0;
	border-left: 5px solid white;
	text-decoration: none;
	width: 136px;
	float: left;
}

#navlist2 li a:hover {
	color: #77B13D;
	border-color: #496B27;
}

#navlist2 li a.current {
	border-color: #496B27;
}

/* //Navigation (main) */

/* Navigation (sub) **************************************************/

ul#navsub {
	width: 526px;
	float: right;
	margin: 0;
	padding: 0 0 0 1px;
	background: url(../img/bg_navsub.gif);
	font: normal 13px arial, sans-serif;
	
	position: absolute;
	  top: -8px;
	  left: -8px;
}

#navsub li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: white;
	float: left;
}

#navsub li a {
	color: white;
	float: left;
	padding: 2px 4px 3px 4px;
	margin: 2px 2px 0 0;
	background: #77B13D;
	border-top: 6px solid white;
	text-decoration: none;
	white-space: nowrap;
}

#navsub li a:hover,
#navsub li a.current
{
	border-top: 6px solid #77B13D;
	color: #77B13D;
	background: white;
}

/* ///Navigation (sub) */

#content_main_outer {
	width: 528px;
	float: right;
	background: url(../img/bg_content_fade_top.gif) 1px 0 no-repeat;
}

#content_main_inner {
	padding: 0 0 0 9px;
	float: left;
	background: url(../img/bg_content_fade_bottom.gif) left bottom no-repeat;
	min-height: 400px;
}

* html #content_main_inner {
	height: 400px;
}

#footer {
	width: 756px;
	height: 64px;
	float: left;
	background: url(../img/bg_footer.gif) no-repeat;
}

#footer a {
	font: normal 11px arial, sans-serif;
	color: #2A2B39;
	position: relative;
	top: 23px;
	left: 30px;
	text-decoration: underline;
	float: left;
}

#footer a:hover {
	text-decoration: none;
}

/* green header in programm */

.coloredHeader {
	color:green !important;
	padding-right: 0px !important;
	font-weight: bold !important;
}

sup {
	font-size: 75%;
}

/* ___ GALERIE ____________________________________________________________ */

#gallerie a {
	margin: 0px;
	padding: 0px;
}

#gallerie a.jqfancybox img {
	margin: 0px;
	width: 100px;
	height: 75px;
}

#content_main_inner #gallerie ul {
    padding: 0;
}

#gallerie li {
	display: inline;
	margin: 10px 8px 0px 0px;
	width: 104px;
	height: 79px;
	float:left;
}

.img_borders div.csc-textpic img {
	padding: 3px;
	border: 1px solid #77B13D;
}

/* typo3 gallery styles */

.tx-damdownloads-pi1-list {
	list-style-type: none;
	width: 500px;
}

.tx-damdownloads-pi1-list li {
	border-top: 1px solid #77B13D;
	display: inline;
	float: left;
	height: 185px;
	margin: 0 10px 10px 0;
	padding: 5px 0;
	width: 230px; 
}

.tx-damdownloads-pi1-list li img {
	padding: 3px;
	border: 1px solid #77B13D;
}

.tx-damdownloads-pi1-list li a {
	float: left;
}

.contentelement {
	width: 500px;
}

.tx-damdownloads-pi1-collect {
	list-style-type: none;
	width: 100%;
}

.tx-damdownloads-pi1-collect li {
	display: inline;
	float: left;
	height: 200px;
	width: 85px;
	margin-right: 40px;
}

.tx-damdownloads-pi1-collect li img {
	overflow: hidden;
}

.tx-damdownloads-pi1-search {
	width: 285px;
}

.tx-damdownloads-pi1-search td {
	vertical-align: bottom;
}

.item_details {
	background-color: #E7EFE0;
	float: right;
	padding: 5px;
	width: 122px; 
}

.img_collection {
	height: 80px;
	overflow: hidden;
}

/* sorgt fuer falsche Darstellung von Standardlisten
#content_main_inner ul {
	padding: 0;
} 
*/

/* tx_hsevents style *************************************** */

.tx-hsevents-pi1 dl,
.tx-hsevents-pi1 dt,
.tx-hsevents-pi1 dd {
	margin: 0;
	padding: 0;
}

.tx-hsevents-pi1 {
	float:left;
	position: relative;
}

.tx-hsevents-pi1 div.pLineDescBox {
	margin-top: 25px;
}

.tx-hsevents-pi1 div.lineIntroBox {
	margin-top: 50px;
}

.tx-hsevents-pi1 dl {
	margin-top: 50px;
}

#content_main_inner p.date,
.tx-hsevents-pi1 dl dt.date {
	color: red;
	font: normal 15px arial,sans-serif;
	line-height: 15px;
	margin: 0 0 15px;
	padding: 0 55px 0 0;
}
