@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-style: normal;
	behavior:url(cssHoverFix.htc);
}
form, h1, h2, h3, h4, h5, h6, p, ul, li, a ,img {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
#container #left_shadow {
	background-image: url(img/left_shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#container #navi_right_shadow {
	float: left; /* since this element is floated, a width must be given */
	width:167px;
	margin-left: 12px;
	background-image: url(img/navi_shadow_right_transp.png);
	background-position: right top;
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container #navi_bottom_shadow {
	height:8px;
	padding: 0px;
	
	background-image: url(img/navi_shadow_bottom_transp.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: -1px;
}



#container #right_shadow {
	background-image: url(img/right_shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#container {
	width: 804px;
	text-align: left;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/left_fade_out.gif);
	background-repeat: no-repeat;
	background-position: 12px top;
} 
#header {
	margin-left: 12px;
	margin-right: 12px;
	
	padding: 0px;
	height: 117px;
	
	
} 
#globus {
	height:40px;
	width:159px;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DA2128;	
}


#globus .text{ 
	padding-left:0px; 
	padding-top:10px;
	text-align: center;
	}
	
#globus .text a{
	font-size: 60%;
	color: #006db8;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	
	}
#sidebar1 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(img/gradient_head.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#sidebar1 ul {
	padding-top: 0px;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-color: #DA2128;
	background-color: #FFF;
}



#sidebar1 ul li {
	list-style-position: outside;
	list-style-type: none;
	color: #000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #DA2128;
}

#sidebar1 ul ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}

#sidebar1 ul ul ul li {
	
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#sidebar1 li:hover ul li ul {
	display:none;
}

#sidebar1 ul ul li:hover ul {
	display:block;
	top:-1px;
}

#sidebar1 ul li:hover ul{
	top:-1px;
	display:block;
}

#sidebar1 ul li:hover {
	position:relative;
	
}

#sidebar1 .activ  ul{
	position:relative;
	display:block;
	left:0px;
	top:-1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}


#sidebar1 .activ  ul ul{
	position:absolute;
	left:159px;
	top:-1px;
	display:none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DA2128;
	border-right-color: #DA2128;
	border-left-color: #DA2128;
}

#sidebar1 .activ  ul .activsub ul{
	position:relative;
	left:0px;
	top:0px;
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}











#sidebar1 a:hover{
	background-color: #CCC;
	
}
#sidebar1 ul ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display:none;
	position:absolute;
	left:159px;
	top:-0px;
	border-bottom-style: solid;
	border-bottom-color: #DA2128;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DA2128;
	border-left-color: #DA2128;
	
}

#sidebar1 ul ul ul{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display:none;
	position:absolute;
	left:159px;
	top:0px;
	border-bottom-style: solid;
	border-bottom-color: #DA2128;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DA2128;
	border-left-color: #DA2128;
}


 #sidebar1 a {
	text-decoration: none;
	color: #4d4d4d;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	display: inline-block;
	width:154px;
	font-weight: bold;
	
}
 #sidebar1 ul ul a {
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	display: inline-block;
	width:144px;
	font-size: 90%;
	font-weight: normal;
}

 #sidebar1 ul ul ul a {
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 25px;
	display: inline-block;
	width:134px;
	font-size: 85%;
	font-weight: normal;
	color:#666666
	
}
#sidebar1 .selected {
	background-color: #CCC;
	
}


#sidebar1 .activ {
	
	
}



#mainContent {
	min-height:600px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 179px;
	background-image: url(img/main_content_top_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 613px;	
} 


#mainContent .csc-textpic {
	padding-left:40px;
	padding-bottom:0px;
	padding-right:40px;
	
}

#mainContent .csc-textpic-image{
	
	padding-bottom:20px;
	
}

#mainContent .csc-textpic-text{
	padding-bottom:20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;		
	}
#mainContent form{
	padding-right: 40px;
	
	margin-top: -80px;
	padding-bottom: 20px;
		
} 




#mainContent fieldset {
	
	float: left;
	
	width: 100%;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 60px;
}

#mainContent fieldset ol {
	list-style: none;
	padding-right: 1em;
	padding-bottom: 0;
}

#mainContent fieldset li {
	float: left;
	clear: left;
	width: 100%;
	margin-top:3px;
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eeeeee;
}


#mainContent label{
	float: left;
	width: 170px;
	display: block;
	color: #333;
	font-size: 85%;
	font-style: normal;
	text-align: left;	
	
} 

#mainContent .field-Kinder label {
	float: left;
	padding-bottom:5px;
	width: 100%;
} 
#mainContent .field-Empfohlen label {
	padding-bottom:5px;
	width: 100%;
}

#mainContent .field-Newsletter label {
	padding-bottom:5px;
	width: 30em;
	
}
#mainContent .field-Familienmitgliedschaft label {
	padding-bottom:5px;
	width: 30em;
}
#mainContent .field-Einzelmitgliedschaft label {
	padding-bottom:5px;
	width: 30em;
}

#mainContent fieldset li.field-Newsletter  {
	background-color: #ddd;	
	
}
#mainContent fieldset li.field-Familienmitgliedschaft {
	background-color: #ddd;
}
#mainContent fieldset li.field-Einzelmitgliedschaft {
	background-color: #ddd;
}

#mainContent .mf-submit  {
	color: #333;
	font-size: 85%;
	font-style: normal;	
	
}


#mainContent div {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	
}
#mainContent .mf-text  {
	
}

#mainContent .mf-input  {
	
}

#mainContent .mf-check  {
	margin-left: 70px;
	
}
#mainContent .tx-gooffotoboek-pi1 {
	margin-top: 0px;	
	text-align: center;
	
}



#mainContent .photo_navi a{
	padding-left:40px;
	
}


#mainContent .thumb {
	display:inline-block;
	font-size: 0px;
	line-height: 0px;
	margin-bottom:8px;
}

#mainContent .thumb_shadow_right {
	display:inline-block;
	background-image: url(img/big_shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}


#mainContent .thumb_shadow_bottom_corner {
	display:inline-block;
	background-image: url(img/big_shadow_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
		
}


#mainContent .thumb_shadow_bottom {
	display:inline-block;
	background-image: url(img/big_shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#mainContent .thumb a{
	
	margin-right:8px;
		
}

#mainContent .thumb_row{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0px;
	line-height: 0px;
	
	text-align: center;
	
}
#mainContent .click {
	font-size: 80%;
	font-style: italic;
	padding-bottom: 5px;	
	color: #DA2128;
}


#mainContent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
	
	
}

#mainContent .single {
	padding-top:0px;
	margin-left: 0px;
	text-align: center;
	margin-bottom:6px;
		
}

#mainContent .single a{
	margin-right:8px;
	
	
}

#mainContent .big_shadow_right {
	display:inline-block;
	background-image: url(img/big_shadow_right.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	
}

#mainContent .space {
	height: 20px;	
	
}

#mainContent .big_shadow_bottom {
	display:inline-block;
	background-image: url(img/big_shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	
}
#mainContent .big_shadow_corner {
	display:inline-block;
	background-image: url(img/big_shadow_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

#mainContent div p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



 #mainContent h1 {
	font-size: 220%;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	color: #DA2128;
	font-family: "Times New Roman", Times, serif;
}



 #mainContent h2 {
	font-size: 150%;
	padding-top: 10px;
	color: #666666;
	padding-left: 0px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-family: "Times New Roman", Times, serif;
	display: inline-block;
	margin-left: 40px;
	
}
#mainContent p {
	font-size: 90%;
	line-height: 140%;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#mainContent .tx-fdfx2cols-pi1 {
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom:0px;
	padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	
	text-align: left;
	float: left;
}
#mainContent .tx-fdfx2cols-pi1 .date {
	width: 130px;
	text-align: left;
	float:left;
	padding-top:0px;
	font-style: italic;
	font-weight: bold;
	background-image: url(img/uebersicht_date_spacer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;	
}
#mainContent .tx-fdfx2cols-pi1 .description {
	text-align: left;
	width: 380px;
	padding-left: 25px;
	margin-top: 0px;
	padding-top:0px;
	float:left;
}
#mainContent .tx-fdfx2cols-pi1 p{
	padding: 0px;
	margin: 0px;
	
}
#mainContent .tx-fdfx2cols-pi1 div{
	width:495px;
	padding-bottom: 20px;
	
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}


#mainContent  a {
	color: #DA2128;
	text-decoration: none;
	padding:0px;
}


#footer {
	margin-right: 12px;
	margin-left: 12px;
	
	padding-left: 0px;
	background-image: url(img/footer_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 32px;
	
} 



#footer a {
	text-decoration: underline;
	color:#FFF;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-size: 70%;
	text-align:right;
	color:#FFF;
	padding-top:8px;
	text-align:right;
	font-family: "Lucida Console", Monaco, monospace;
}

#footer img {
	margin-top:-2px;
	padding-right: 2px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}