@media screen, handheld {

.divbody{ 
	width:100%; 
	height:915px;
	position: absolute;
	margin:0px; 
	padding:0px;
	 margin-top:0px;  margin-left:0px;
}


.divhead{
	width:950px;
	height:100px; 
	background-color: rgb(240,116,109)
}


.divnavi{
	width:200px;
	height:700px;
	position: relative;
	top: 0px;
	left: -8px;
/*border-color:red; border-width:1px; border-style: solid;*/
	font-family :  Arial, Verdana, Helvetica,  sans-serif;	line-height:1.8em; font-size: 16px;   font-weight:100;  letter-spacing:1px;
  margin-left:0.5em; margin-right:1em; 
}


.divcontent{
	width:950px;
	height:700px;

}
.divcontent-li{
	width:750px;
	height:700px; 
	position: relative;
	top: -700px;
	left: 192px;
	background-color: #ffffff;
	  border-color:black; border-width:0px; border-style: none none none solid; 
}
.divschriftfeld{
  z-index:1;
	width:710px;
	height:700px; 
	position: relative;
	top: 0px;
	left: 40px;
	
}
/*.divschriftfeld-bild1{
  z-index:2;
	width:200px;
	height:200px; 
	position: absolute;
	top: 140px;
	left: 655px;
}
.divschriftfeld-bild2{
  z-index:2;
	width:200px;
	height:200px; 
	position: absolute;
	top: 500px;
	left: 655px;
}*/
.divcontent-re{
	width:300px;
	height:765px; 
	position: relative;
	top: -765px;
	left: 935px;
  border-color:black; border-width:0px; border-style: none none none solid;
}

body, .divbody,  .divnavi, .divcontent,  .divschriftfeld, .divcontent-re {	background-color: #cccccc;}
}


@media print {

.divbody{ 
	width:100%; 
	height:915px;

	margin:0px; 
	padding:0px;
	 margin-top:0px;  margin-left:0px;}

.divhead{
	width:950px;
	height:100px; 
	background-color: rgb(240,116,109)}

.divnavi{
  visibility:hidden;
  display:none;
	width:200px;
	height:800px;
	position: relative;
	top: 0px;
	left: -375px;
/*border-color:red; border-width:1px; border-style: solid;*/
	font-family :  Arial, Verdana, Helvetica,  sans-serif;	line-height:1.8em; font-size: 16px;   font-weight:100;  letter-spacing:1px;
  margin-left:0.5em; margin-right:1em; }
	
.divcontent{
	width:1230px;
	height:765px;

}
.divcontent-li{
	width:930px;
	height:800px; 
	position: relative;
	top: 0px;
	left: 0px;
	  border-color:black; border-width:0px; border-style: none none none solid; 
}
.divschriftfeld{
  z-index:1;
	width:900px;
	height:700px; 
	position: relative;
	top: 0px;
	left: 40px;
	
}


}