        	body {
            		margin: 0px;
            		padding: 0px;
            		background-color: #FFFFFF;
            		font-family: Arial, Verdana, Tahoma;
            		font-size: 12pt;
            		height: 100%;
        	}
        	
        	html { 
                    overflow: -moz-scrollbars-vertical; 
            	}
                
                td, div, span {
                    font-family: Times New Roman, Georgia, serif;
                    color: #3E3E3E;
                }
                
                a, a:hover {
                    font-family: Times New Roman, Georgia, serif;
                    font-size: 12pt;
                    text-decoration: underline;
                    color: #3E3E3E;
                }

		/*** Zentrieren der Inhalte ***/        
        	.container {
			width: 870px;
			text-align: left;
			margin: auto;
		}
		
		/*** Seitenkopf ***/
		
		.header {
			display:none;
		}
		.header_print {
			display: block;
		}
		.header a {
			color: #FFFFFF;
			text-decoration: none;
		}
		.footer {
			display: none;
		}
		
		.logo {
			float: left; 
			padding-top: 10px;
		}
		.suche {
			float: right;
                        color: #FFFFFF;
                        font-family: Verdana;
                        font-size: 8pt;
			padding: 10px; 
			text-align: right;
                        text-decoration: none;
			margin-top: 80px;
			margin-bottom: 5px;
		}
                .suche a, .suche a:hover {
			color: #FFFFFF;
                        font-family: Verdana;
                        font-size: 8pt;
			text-align: right;
                        text-decoration: none;
		}
		
		
		/*** Navigation ***/
		.navigation {
			font-family: Verdana;
                        font-size: 8pt;
                        text-align: center; 
			margin-top: 20px; 
			margin-bottom: 10px;
		}
		.navigationtabelle {
			display:none;
		}
		.navigationtabelle-ueberschrift {
			font-family: Times New Roman;
            		font-size: 14pt;
			font-weight: bold;
			border-bottom: 1px #BFBFBF solid;
			padding: 0px 0px 10px 0px;
		}
                .navigationtabelle td {
			//border-right: #FFFFFF 10px solid;
			padding-right: 10px;
		}
		.navigationtabelle td strong {
            		font-family: Verdana;
        	}
		.navigationtabelle a {
			font-family: Verdana;
                        font-size: 8pt;
                        text-decoration: none;
			color: #000000;
		}
                .navigationtabelle a:hover {
			font-family: Verdana;
                        font-size: 8pt;
                        text-decoration: underline;
			color: #000000;
		}
		
		
		/*** Inhalte ***/
		.content_navi {
			float: left;
			width: 200px;
			margin-top: 40px;
		}
		.content {
			float: right;
			width: 580px; 
			text-align: left;
			margin-right: 30px;
		}
		
		
		/*** Module ***/
		.aufmacher_ohne_bild {
		    margin-top: 40px;
		    margin-bottom: 30px;
		}
		
		.aufmacher_bild_links {
			margin-top: 40px;
			margin-bottom: 30px;
       		}
		.aufmacher_bild_links li {
			margin-left: 15px;
		}
		.text_ohne_bild {
		     margin-bottom: 30px;
                }
		.text_ohne_bild-ueberschrift {
			font-size: 18pt;
			font-weight: bold;
			color: #63C4E4;
			font-family: Times New Roman, Georgia, serif;
			border-bottom: 1px #BFBFBF solid;
			padding-bottom: 7px;
			margin-bottom: 5px;
		}
        	.text_ohne_bild-text {
			font-family: Times New Roman, Georgia, serif;			
			margin-bottom: 20px;
		}	
		.text_bild_links {
			margin-bottom: 30px;
                }
		.text_bild_links-ueberschrift {
			font-size: 18pt;
			font-weight: bold;
			color: #63C4E4;
			font-family: Times New Roman, Georgia, serif;
			border-bottom: 1px #BFBFBF solid;
			padding-bottom: 7px;
			margin-bottom: 5px;
			clear: both;
		}
		.text_bild_links-bild {
			float: left;
			font-family: Times New Roman, Georgia, serif;
			font-size: 8pt;
			font-style: italic;
			margin-right: 10px;
			margin-bottom: 5px;
		}
	        .text_bild_links-text {
			font-family: Times New Roman, Georgia, serif;
			width: 580px;
			margin-bottom: 20px;
		}
		.text_bild_links li {
			margin-left: 15px;
		}
	
		.text_bild_rechts {
		    margin-bottom: 30px;
                }
		.text_bild_rechts-ueberschrift {
			font-size: 18pt;
			font-weight: bold;
			color: #63C4E4;
			font-family: Times New Roman, Georgia, serif;
			border-bottom: 1px #BFBFBF solid;
			padding-bottom: 7px;
			margin-bottom: 5px;
			clear: both;
		}
		.text_bild_rechts-bild {
			float: right;
			font-family: Times New Roman, Georgia, serif;
			font-size: 8pt;
			font-style: italic;
			margin-bottom: 5px;
		}
	    	.text_bild_rechts-text {
			font-family: Times New Roman, Georgia, serif;			
			width: 580px;
			margin-bottom: 20px;
		}
                .text_links a, .text_links a:hover {
                    font-family: Times New Roman, Georgia, serif;
                    font-size: 12pt;
                    text-decoration: underline;
                    color: #3E3E3E;
                }
                .text_anfahrten a, .text_anfahrten a:hover {
                    font-family: Times New Roman, Georgia, serif;
                    font-size: 12pt;
                    text-decoration: underline;
                    color: #3E3E3E;
                }
                .text_emails a, .text_emails a:hover {
                    font-family: Times New Roman, Georgia, serif;
                    font-size: 12pt;
                    text-decoration: underline;
                    color: #3E3E3E;
                }
                .text_adressen, .text_telefone {
                    font-family: Times New Roman, Georgia, serif;
                    font-size: 12pt;
                    color: #3E3E3E;
                }
