/* globale definitionen */	
	   * {
		padding: 0;
		margin: 0;
		border: 0;
	   font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	}
	
	 body {
     text-align: left;
	  background-color: #ffffff;
	  font-size: 11px;
	  color:#000000;  
   }
	
	td
	{
	  font-size: 12px;
	  line-height: 16px;
	}
	
	.print_logo {
		display: block;
		clear: both;
		margin-bottom: 25px;
	}

	.print_footer {
		display: block;
		clear: both;
		border-top: 1px dotted #000000;
		margin-top: 25px;
		padding-top: 10px;
		width: 600px;
		font-size: 12px;
		color: #055D8C;
		line-height: 17px;
		padding-left: 25px;
	}
	
	.defaultlink a {
      text-decoration: underline;
		color: #055D8C;
		font-weight: bold;
   }

   .defaultlink a:hover {
      text-decoration: none;
		color: #055D8C;
   }

	#menu {
      display: none;
	}
	
	#links {
      display: none;
	}
	
	#rechts {
      display: none;
	}
	
	#kopf {
      display: none;
	}
	
	#navcontainer {
      display: none;
	}

	
 /* footer */	
	#footer {
		display: none;
	}
	
	/* content prospekte */
	#rahmen {
		width: 780px;
	}
	
	
	#image_prospekt {
      display: none;
	}
	
	
	#moebel_formular {
      display: none;
	}
	
	.print_footer {
		display: block;
		clear: both;
		border-top: 1px dotted #000000;
		margin-top: 25px;
		padding-top: 10px;
		font-size: 12px;
		color: #000000;
	}
	
	form {
		display: none;
	}
	
	

