.no-print
{
	display: none;
}

.print
{
	display: block;
	font-size: 11px;
	width: 100%;
	border-bottom: 1px dashed #000000;
	padding: 10px;
	text-align: center;
}

body
{
	font-family: verdana;
	font-size: 10px;
}

h4
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}
h2
{
	font-size: 12px;
}



/*-------------------------------
IE Transparenz-Hack fuer einige Grafiken 
-------------------------------*/

.element_schafe
{
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/schafe.png');
}
.element_schafe[class]
{
   background: url(../images/schafe.png) no-repeat center center;
}

.element_bgTop
{
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg_wrapper_top.png');
}
.element_bgTop[class]
{
   background: url(../images/bg_wrapper_top.png) no-repeat center center;
}

.element_bgBottom
{
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg_wrapper_bottom.png');
}
.element_bgBottom[class]
{
   background: url(../images/bg_wrapper_bottom.png) no-repeat center center;
}

.element_bgShadow
{
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg_wrapper_middle.png');
}
.element_bgShadow[class]
{
   background: url(../images/bg_wrapper_middle.png) repeat-y center center;
}

.element_fotos
{
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/fotos.png');
}
.element_fotos[class]
{
   background: url(../images/fotos.png) no-repeat;
}

/*-----------------------------
4. RANDELEMENTE
-------------------------------*/

#fotos
{
	padding: 0px;
	width: 47px;
	height: 261px;
	margin-left: -27px;
	margin-top: 38px;
	z-index: 20;
	position: absolute;
}

* html #fotos
{
	padding: 0px;
	width: 47px;
	height: 261px;
	margin-left: -47px;
	margin-top: 38px;
	z-index: 20;
	position: absolute;
}

#fotos_klein
{
	width: 85px;
	height: 23px;
	z-index: 100;
	position: absolute;
}

#schafe
{
	width: 177px;
	height: 191px;
	z-index: 500;
	position: absolute;	
	right: -50px;
	bottom: -50px;
}
#auszeichnung
{
	z-index: 8;
	position: absolute;
	right: 122px;
	bottom: 25px;
	width: 114px;
	height: 99px;
	background: url(../images/auszeichnung.jpg);
