﻿span#unterabteilung {
	color:#666;
	font-weight:bold;
}

div#content div#kontaktmatrix {
	line-height:15px;
	position:absolute;
	top:30px;
	left:55px;
	overflow:hidden;
}

div#kontaktmatrix div#kontaktImageBig {
	position:absolute;
	height:149px;
	width:98px;
}

div#kontaktmatrix img {
	margin:0px;
	margin-right:4px;
	margin-bottom:4px;
}

div#grey_line {
	position:relative;
	height:1px;
	width:350px;
	background-color:#999;
	font-size:xx-small;
	line-height:1px;
	margin:0px;
	padding:0px;
}

div#content div#hold, div#content div#text{
	line-height:15px;
	position:absolute;
	top:50px;
	left:600px;
	height:465px;
	width:370px;
	overflow:hidden;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#wn	{ 
	position:absolute;
	left:0px; 
	top:0px; 
	width:350px; 
	height:464px; 
	overflow:hidden;	
	z-index:1;
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
	position:absolute; 
	right:5px; 
	top:0px;
	width:7px;
	height:464px; 
	font-size:1px; 
	z-index:1;
}

div#scrollbar img {
	display:block;
}

div#track {
	position:absolute;
	left:1px;
	top:7px;
	width:8px;
	height:450px;
	z-index:1;
	background-image: url(../images/scroll_bg.gif);
	background-repeat: repeat-y;
	background-position:right;
}
div#dragBar {
	position:absolute;
	left:0px;
	top:0px;
	width:7px;
	height:10px;
	z-index:1;
	background-color: #999;
}  

/* 
   END Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
