/* styles for the print view */

@media print
{


* {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	}

body {

	width:100%;
	text-align:left;
	margin:0px;
	padding:0px;
	float:left;
	}


.teaser,.nav_left,.footer,.ecke,.nav_keywords,.nav_lang,.nav_zoom,.nav_top_menu, .search,.logo,.csc-linkToTop,.head_print {
	display: none;	
	}

.content_base {
	margin:0px;
	padding:0px;
	width:100%;
	}

.content_r32_02 {
	float:right;
	}

.content_1news_02 {
	margin:0px;
	padding:0px;
	float:right;
	}


.footer_print {
     	display:block;
  	width:100%;
  	clear:both;
     	border-left:1px solid black;
     	border-right:1px solid black;
     	border-top:1px solid black;
	}



.head_print {
	display:block;
	float:right;
	/*background-image: url(../images/logo.gif);*/
	width: 185px;
	height: 61px;
	}


#main {
	position: static;
	margin: 10px;
	text-align: left;
	background-color: white;	
	}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 222px;
	height: 100px;
	background-color:red;
	}

#head h1 img {
	position: absolute;
	left: 10px;
	top: 5px;
	border: none;
	}	

.name {
	float:left;
	width:30%;
	}
	
.fon {
	float:left;
	width:25%;
	}	

.email {
	float:left;
	width:25%;
	}

.anschrift {
	float:left;
	width:30%;
	}

.fax {
	float:left;
	width:25%;
	}
	
.internet {
	float:left;
	width:25%;
	}



}