/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align:left;
	font-family: helvetivca , arial, sans-serif;
	size:21.0cm 28.0cm; margin:0cm 0cm 1cm 1cm;
}

a , a:link , a:active , a:visited, a:hover{
   color: #666666;
   text-decoration: none;
}
a:hover{
   text-decoration: underline;
}
#footer {
	display:none;
	overflow:hidden;
 }
#calendar {
	display:none;
	overflow:hidden;
 }
 
 
/* -------------------------  CONTENT - RECHTE BOX - index + newsletter ------------------------- */
		#box-right{
		display:none;
	     overflow:hidden;
		}
			#box-right-in{
			display:none;
      	overflow:hidden;
			}


/* -------------------------  CONTENT - RECHTE BOX - index + newsletter ------------------------- */
		#box-right_x1{
		display:none;
	     overflow:hidden;
		}
		.x1{/*infotext bold - Markenzeichen*/
		display:none;
	     overflow:hidden;		
		}
/* -------------------------  CONTENT - RECHTE BOX - breit für bilder  ------------------------- */
		#box-right2{
		display:none;
	     overflow:hidden;
		}
			#box-right2-in{
		display:none;
	     overflow:hidden;
			}
			
	

/* -------------------------  CONTENT - NAVIGATION - BOX ------------------------- */
		#nav{
		display:none;
		overflow:hidden;
		}
		
			#nav-in{
			display:none;
		    overflow:hidden;
			}
			
		#nav2{
		display:none;
		overflow:hidden;
		}
		
			#nav2-in{
			display:none;
		    overflow:hidden;
			}

/* -------------------------  TERMINE  ------------------------- */

.thumb{float:right; margin-left:10px;margin-top:5px; width:120px;}
.text{float:left; display:block; width:450px;}
.text2{float:left; display:block; width:570px;}
.box {width:600px; display:table; border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:5px;}
.box2 {width:600px; display:table; padding-bottom:10px; margin-bottom:5px;}

/* -------------------------  SCHRIFTFORMATIERUNG  ------------------------- */

				h1{ /*HEADLINE bold*/
				color:#666666;
				line-height:1.8;
				font-size:1.8em;
				font-weight:600;
				}
				/* BOX_CONTENT - Textformatierung */
				h2{ /*HEADLINE light*/
				color:#666666;
				line-height:1.6em;
				font-size:1.8em;
				font-weight:400;
				}
				h3{/*fliesstext*/
				color:#666666;
				line-height:1.6;
				font-size:1.1em;
				font-weight:400;
				}
				
				h4{/*fliesstext bold*/
				color:#666666;
				line-height:1.6;
				font-size:1.2em;
				font-weight:600;
				}
				h5{/*infotext*/
				color:#999;
				line-height:1.8;
				font-size:1.1em;
				font-weight:400;
				font-style:normal;
				}
				h6{/*infotext bold - Markenzeichen*/
				color:#999; /* bei anderem style fuer claim-boxen #666*/
				line-height:1.8em;
				font-size:1.1em;
				font-weight:400;
				font-style:normal;				
				}
				
				.nl{/*infotext bold*/
				color:#999;
				line-height:1.6;
				font-size:1.4em;
				font-weight:600;
				font-style:normal;
				}

