body {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  text-align: center;
  background: url('../img/bg_kachel.gif') repeat-x;
  background-position: center 190px;
}

/* Wrapper */
#wrapper { 	
  padding: 0;
  margin: 0 auto;
  background: url('../img/header.jpg') no-repeat;
  background-position: center top;
}

/* Header */
#header { 		
  padding: 0;
  margin: 0 auto;
  height: 206px;
  width: 960px;
}

/* Menu */
.mod_navigation { 		
  padding: 0;
  margin: 156px 0 0 0;
  float: left;
}

.mod_navigation ul { 		
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}

.mod_navigation ul li { 
  float: left;
  padding: 0;
  margin: 0;
}

.mod_navigation ul li a { 		
  padding: 12px 25px 12px 25px;
  margin: 0;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: Verdana;
  color: #333333;
  border-left: 1px solid #CCCCCC;
}

.mod_navigation ul li span { 		
  padding: 12px 25px 12px 25px;
  margin: 0;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-family: Verdana;
  color: #333333;
  border-left: 1px solid #CCCCCC;
}

.mod_navigation ul li a.last { 		
  border-right: 1px solid #CCCCCC;
}

.mod_navigation ul li a:hover { 		
  padding: 12px 25px 12px 25px;
  margin: 0;
  display: block;
  text-decoration: none;
  background: url('../img/menu_hover_bg.gif') repeat-x;
  font-size: 14px;
  font-family: Verdana;
  color: #FFFFFF;
  border-left: 1px solid #CCCCCC;
}

.mod_navigation ul li span:hover { 		
  padding: 12px 25px 12px 25px;
  margin: 0;
  display: block;
  text-decoration: none;
  background: url('../img/menu_hover_bg.gif') repeat-x;
  font-size: 14px;
  font-family: Verdana;
  color: #FFFFFF;
  border-left: 1px solid #CCCCCC;
  cursor: pointer;
}

.mod_navigation ul li span.active { 		
  background: url('../img/menu_hover_bg.gif') repeat-x;
  color: #FFFFFF;
}

.mod_navigation ul li a:hover.last { 		
  border-right: 1px solid #CCCCCC;
}

/* Mainmenu 2. Menüebene */
.mod_navigation ul li ul { 
  display: none;
  border: 1px solid #CCCCCC;
}
.mod_navigation ul li:hover ul {
  position: absolute;
  display: block;
  background-color: #F1F1F1;
  margin: 0;
}

.mod_navigation ul li ul li { 
  padding: 0;
  margin: 0;  
  float: none;
}

.mod_navigation ul li ul li a{
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 10px 25px 10px 0;
  margin: 0 10px 0 10px;
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid #CECECE;
  text-align: left;
}

.mod_navigation ul li ul li a.last{
  border: 0;
}

.mod_navigation ul li ul li a:hover{
  padding: 10px 25px 10px 0;
  margin: 0 10px 0 10px;
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid #CECECE;
  color: #ff6600;
  background: none;
  text-align: left;
}

.mod_navigation ul li ul li span.active{
  padding: 10px 25px 10px 0;
  margin: 0 10px 0 10px;
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid #CECECE;
  color: #ff6600;
  background: none;
  text-align: left;
}

.mod_navigation ul li ul li a:hover.last{
  border: 0;
}

.mod_navigation ul li ul li span.last{
  border: 0;
}

/* Metamenu */
.mod_customnav { 		
  padding: 0;
  margin: 177px 3px 0 0;
  float: right;
}

.mod_customnav ul { 		
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}

.mod_customnav ul li { 
  float: left;
  padding: 0;
  margin: 0;
  color: #999999;
}

.mod_customnav ul li a { 		
  padding: 0;
  margin: 0 7px 0 7px;
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana;
  color: #999999;
}

.mod_customnav ul li a:hover { 		
  padding: 0;
  margin: 0 7px 0 7px;
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana;
  color: #ff6600;
}

.mod_customnav ul li span.active { 		
  padding: 0;
  margin: 0 7px 0 7px;
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana;
  color: #ff6600;
}

/* Breadcrumb */
#content #left .mod_breadcrumb { 		
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 10px;
  line-height: 15px;
  font-family: Verdana;
  color: #999999;
}

#content #left .mod_breadcrumb a { 		
  font-size: 10px;
  font-family: Verdana;
  color: #999999;
  text-decoration: underline;
}

#content #left .mod_breadcrumb a:hover { 		
  font-size: 10px;
  font-family: Verdana;
  color: #ff6600;
  text-decoration: underline;
}

#content #left .mod_breadcrumb span.active { 		
  font-size: 10px;
  font-family: Verdana;
  color: #999999;
}

/* Content */  
#content { 		
  width: 960px;
  min-height: 500px;
  background-color: #FFFFFF;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

#content #left{ 		
  width: 675px;
  text-align: left;
  margin: 0 0 0 27px;
  padding: 0;
  float: left;
}

#content #left p { 		
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0;
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
}

#content #left p.first { 		
  text-align: left;
  margin: 25px 0 15px 0;
  padding: 0;
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
}

#content #left h1{ 		
  color: #333333;
  font-size: 15px;
  font-family: Verdana;
  line-height: 16px;
  margin: 0 0 3px 0;
}

#content #left h1.ohnesub{ 		
  color: #333333;
  font-size: 15px;
  font-family: Verdana;
  line-height: 16px;
  margin: 0 0 12px 0;
}

#content #left h2{ 		
  color: #333333;
  font-size: 12px;
  font-family: Verdana;
  line-height: 16px;
  margin: 0 0 12px 0;
}

#content #left h3{ 		
  color: #333333;
  font-size: 15px;
  font-family: Verdana;
  line-height: 16px;
  margin: 20px 0 12px 0;
}

#content #left .member {
	height: 80px;
	background: url('../img/member_bg.jpg') no-repeat;
	background-position: left bottom;
}

#content #left .member_last {
	height: 80px;
}

#content #left .member h4{ 		
  color: #333333;
  font-size: 12px;
  font-family: Verdana;
  line-height: 16px;
  margin: 0;
}

#content #left .member_last h4{ 		
  color: #333333;
  font-size: 12px;
  font-family: Verdana;
  line-height: 16px;
  margin: 0;
}

#content #left .member img{ 		
  float: left;
}

#content #left .member_last img{ 		
  float: left;
}

#content #left a{  		
  color: #ff6600;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  text-decoration: underline;
}

#content #left a:hover{  		
  color: #ff6600;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  text-decoration: none;
}

#content #left ul {  		
  list-style: none;
  margin: 0 0 15px 0;
}

#content #left ul li {  		
  padding-left: 17px;
  margin: 0;
  background-image: url(../img/bullit.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
}

#content #left #impressionen_bg {  		
  padding: 0 13px;
  margin: 0;
  background-image: url(../img/impressionen_bg.jpg);
  background-repeat: repeat-y;
  width: 649px;
}

#content #left #impressionen_oben {  		
  padding: 0;
  margin: 0;
  background-image: url(../img/impressionen_oben.jpg);
  background-repeat: no-repeat;
  height: 13px;
  width: 675px;
}

#content #left #impressionen_unten {  		
  padding: 0;
  margin: 0;
  background-image: url(../img/impressionen_unten.jpg);
  background-repeat: no-repeat;
  height: 13px;
  width: 675px;
}

#content #right { 		
  width: 220px;
  text-align: left;
  margin: 30px 0 0 27px;
  padding: 0;
  float: left;
}

#content #right a { 		
  color: #ff6600;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  text-decoration: underline;
}

#content #right a:hover { 		
  color: #ff6600;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  text-decoration: none;
}

#content #right #newsletter_rechts { 		
  margin: 0;
  padding: 0 0 25px 0;
  background: url('../img/right_shadow.jpg') no-repeat;
  background-position: center bottom;
}

#content #right #news_rechts { 		
  margin: 0;
  padding: 0 0 25px 0;
  background: url('../img/right_shadow.jpg') no-repeat;
  background-position: center bottom;
}

#content #right #events_rechts { 		
  margin: 0;
  padding: 0 0 25px 0;
  background: url('../img/right_shadow.jpg') no-repeat;
  background-position: center bottom;
}

#content #right #followme { 		
  margin: 0;
  padding: 0 0 25px 0;
  background: url('../img/right_shadow.jpg') no-repeat;
  background-position: center bottom;
}

#content #right #followme_pics { 		
  display: table-cell;
  vertical-align: middle;
}

#content #right #followme_text { 		
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 5px 0;
}

#content #right #followme_text span { 		
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 10px;
  font-family: Verdana;
}

#content #right #seitzeichen_text { 		
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 5px 0;
}

#content #right #seitzeichen_text span { 		
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 10px;
  font-family: Verdana;
}

#content #right #seitzeichen_pics { 		
  display: table-cell;
  vertical-align: middle;
}

#content #right p{ 		
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
}

#content #right h1.newsletter_rechts { 		
  margin: 0;
  padding: 4px 0 0 40px;
  height: 32px;
  background: url('../img/newsletter_h1.jpg') no-repeat;
  color: #000000;
  font-size: 13px;
  font-family: Verdana;
}

#content #right h1.news_rechts { 		
  margin: 0;
  padding: 4px 0 0 40px;
  height: 32px;
  background: url('../img/aktuelles_h1.jpg') no-repeat;
  color: #000000;
  font-size: 13px;
  font-family: Verdana;
}

#content #right h1.events_rechts { 		
  margin: 0;
  padding: 4px 0 0 40px;
  height: 32px;
  background: url('../img/termine_h1.jpg') no-repeat;
  color: #000000;
  font-size: 13px;
  font-family: Verdana;
}

/* Footer Normal */
#footer {	
  margin: 30px auto 0 auto;
  padding: 13px 0 0 0;
  width: 960px;
  height: 85px;
  min-height: 85px;
  background: url('../img/footer_bg.jpg') no-repeat;
  text-align: center;
}

#footer p {	
  margin: 0;
  padding: 7px 0 0 0;
  font-size: 9px;
  font-family: Verdana;
  color: #999999;
}

#footer a {	
  font-size: 10px;
  font-family: Verdana;
  color: #999999;
  text-decoration: none;
}

#footer a:hover {	
  font-size: 10px;
  font-family: Verdana;
  color: #ff6600;
  text-decoration: none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}

/* Kontaktformular */
.ce_form #f2 { 		
  background: url('../img/kontakt_bg.jpg');
  background-repeat: no-repeat;
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  padding: 10px 0 0 0;
  height: 467px;
}

.ce_form #f3 { 		
  background: url('../img/buchen_bg.jpg');
  background-repeat: no-repeat;
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  padding: 15px 0 30px 15px;
  height: 232px;
}

.ce_form label {
  width: 110px;
  float: left;
  margin: 0;
}

p.error {
  visibility: hidden;
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -4000px;
  top: -4000px;
}

p.confirm {
  visibility: hidden;
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -4000px;
  top: -4000px;
}

 .ce_form label.error {
  color: red;
}

.radio_container {
  height: 13px;
}

.radio_container label {
  float: none;
  width: auto;
  margin: 0 20px 0 0;
  padding: 0;
}

.ce_form input.radio {
  width: auto;
  margin: 0;
  padding: 0;
}

.ce_form input {
  width: 300px;
  clear: both;
  font-size: 11px;
  margin: 0 0 9px 0;
}

.ce_form input.submit {
  width: auto;
  font-size: 11px;
  line-height: 16px;
  margin: 5px 0 30px 110px;
  padding: 0 20px 4px 20px;
  color: #ffffff;
  background: url('../img/btn_bg.gif');
  background-repeat: repeat-x;
  border: 1px solid #E47429;
  cursor: pointer;
  height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.ce_form select {
  width: 306px;
  clear: both;
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 9px 0;
}

.ce_form textarea {
  width: 545px;
  height: 150px;
  clear: both;
  color: #000000;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
}

/* Events */
.mod_eventlist {
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
}

.mod_eventlist .event {
  background: url('../img/member_bg.jpg') no-repeat;
  background-position: left bottom;
  padding: 0 0 20px 0;
}

/* Newsletter Background Styling */
.mod_subscribe {
  width: 675px;
  height: 74px;
  background: url('../img/newsletter_bg.jpg') no-repeat;
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  padding: 10px 0 0 0;
}

.mod_unsubscribe {
  width: 675px;
  height: 74px;
  background: url('../img/newsletter_bg.jpg') no-repeat;
  color: #333333;
  font-size: 11px;
  font-family: Verdana;
  line-height: 16px;
  padding: 10px 0 0 0;
}

/* Newsletter abonieren und abbestellen */
.mod_unsubscribe input.submit {
  width: auto;
  font-size: 11px;
  margin: 7px 0 30px 110px;
  padding: 0 20px 4px 20px;
  color: #ffffff;
  background: url('../img/btn_bg.gif');
  background-repeat: repeat-x;
  border: 1px solid #E47429;
  cursor: pointer;
  height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.mod_unsubscribe input {
  width: 300px;
  clear: both;
  font-size: 11px;
  margin: 0;
}

.mod_unsubscribe label {
  width: 110px;
  float: left;
  margin: 0;
}

.mod_subscribe input.submit {
  width: auto;
  font-size: 11px;
  margin: 7px 0 30px 110px;
  padding: 0 20px 4px 20px;
  color: #ffffff;
  background: url('../img/btn_bg.gif');
  background-repeat: repeat-x;
  border: 1px solid #E47429;
  cursor: pointer;
  height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.mod_subscribe input {
  width: 300px;
  clear: both;
  font-size: 11px;
  margin: 0;
}

.mod_subscribe label {
  width: 110px;
  float: left;
  margin: 0;
}

.pdf_pic {
  display: table-cell;
  vertical-align: middle;
}

.pdf_pic img {
  float: left;
  margin: 0 4px 0 0;
}

.pdf_text {
  display: table-cell;
  vertical-align: middle;
}

.event {
  margin: 0 0 15px 0;
}

span.date {
  font-weight: bold;
}

.hochformat {
  width: 223px;
  height: 280px;
  background: url('../img/bild_hochformat.jpg');
  background-repeat: no-repeat;
  float: left;
  margin: 0 5px 0 0;
}
