div#site div#textblock{background:#D9D9D9 url(../images/content-text-bg.gif) repeat-y 362px 0;}

/***************************************
 * REFERENZEN BILD
 ***************************************/
 
div#site div#content div.refimage{
	padding-bottom: 0px;
	margin-bottom: 1px;
	overflow: hidden;
	height: 300px;
}

div#site div#content div.noline{
	background-image: none;	
}

div#site div#content div.leftline{
	background:#D9D9D9 url(/images/content-text-bg.gif) repeat-y 173px 0;
}

div#site div#content div.lefterline{
	background:#D9D9D9 url(/images/content-text-bg.gif) repeat-y 164px 0;
}

/***************************************
 * REFERENZEN TEXT
 ***************************************/
 
div#site div#content div.reftext{
	padding: 0px;
	margin: 2px;
	margin-top: 1px;	
}

div#site div#textblock p#caption{
	width:153px;
	float:right;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;

}

div#site div#textblock p#description{
	width:350px;
	margin:0px;
	padding:0px;
	padding-left:10px;
	padding-top: 10px;
	height:140px;
}
div#site div#textblock p#description.hoch{
	height:245px;
}

/***************************************
 * SUBSUBNAVI
 ***************************************/

div#site div#subsubnavi ul{
	width:186px;
	margin:0;
	left:0;
	padding:0px;
	list-style-type:none;
}

div#site div#subsubnavi ul li{
	margin-bottom:3px;
	/*height:22px;*/
}

div#site div#subsubnavi ul li a{
	/*height:19px;*/
	margin:0;
	width:168px;
	padding:4px 0 4px 18px;
	display:block;
	color:#000;
	font-weight:bold;
	background-color:#c0c0c0;
	background-image: url(/images/pfeil-rechts-hell.gif);
	background-position:3px 7px;
	background-repeat:no-repeat;
}

div#site div#subsubnavi ul li a:hover {background-color:#a0b1c1;}

/***************************************
 * REFERENZEN SWITCHER
 ***************************************/

div#site td.imagenavi{
	width:476px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	margin-top:0px;
	padding-left: 10px;
	margin-left: 2px;
	background-color: #F5F5F5;
	border-right: 3px;
	border-right-color: #CCC;
	border-right-style: solid;
}

div#site td.imagenaviswitch{
	padding:0px;
	line-height: 25px;
	background-color:#F5F5F5;
	width:19px;
	height: 25px;
	cursor:pointer;
}

div#site td.back{
	border-right: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
}

div#site div.imagenavi{
	font-size: 16px;
	padding-left: 10px;
	margin-left: 2px;
	margin-bottom: 2px;
}

div#site div.imagenaviswitch{
	width:21px;
	height: 27px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center;
}

div#site div.back{
	background-image: url(/images/pfeil-links-hell.gif);
}

div#site div.forward{
	background-image: url(/images/pfeil-rechts-hell.gif);
	
}

.imagenaviswitch a:hover{
	background-color: #a0b1c1;
	display:block;
}

