
#tooltip{
	width:200px;
	position:absolute;
	border: 2px solid #a5037b;
	background-color: #FFFFFF;
	padding:5px 5px 5px 5px;
	color:#a5037b;
	display:none;
	filter:alpha(opacity=98); /* IE */
	-moz-opacity: 0.98; /* Mozilla */
	opacity: 0.98; /* Opera */
	z-index:30;
}	

#product-content
{
	position:relative;
	float:left;
	width:490px;
}

#products
{
	margin-top:20px;
	margin-bottom:20px;
}

#breadcrumb
{
left: 0px;  
}

#products li
{
	margin-bottom:4px;
	list-style-type:none;
	padding-left:20px;
	background-image:url(/bfiweb/kvs/images/bfi-bullet.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	
}


.product_details_row
{
	width: 100%;
	float:left;
	margin: 0px 0px 5px 0px;
	position:relative;
	min-height:1.1em;
}

.dividingline
{
	border-bottom: 1px solid #CCCCCC;
	border-top:none;
	border-left:none;	
	border-right:none;	
	height:1px;
	position:relative;
	float:left;
	width:100%;
}

.showcourses
{
	float:left;
	width:100%;
	text-align:right;
	position:relative;
}

.product_details_title
{
background-image:url(/bfiweb/kvs/images/bfi-bullet.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	width:100%;
	text-align:left;
	float:left;	
	color:#666666;
	font-weight:bold;
	line-height: 1.1em;
	font-size:1em;
	margin-top:5px;
}

.product_details_text
{
	width:490px;
	float:left;
	font-size:1em;
	line-height: 1.1em;
	text-align:justify;
	padding:0px;
	margin-top:2px;
	margin-bottom:5px;
}

#fachbereiche
{
	margin-top:20px;
	margin-bottom:20px;
}

.fachbereich
{
	font-size:1em;
	font-weight:bold;
	color: #333333;	
}

.download_pdf
{
    margin-bottom:5px;
    height:16px;
}

.ccode_img
{
 border: 1px solid #666666;
 margin-top:10px;
 margin-bottom:5px;
 margin-right:5px;
 max-height:50px;
}

#errorresult
{
	border: 1px solid #a5037b;
	background-color: #fde5f7;
	background-image:url(/bfiweb/kvs/images/info.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
    color: #a5037b;
	position:relative;
	margin-top:10px;
	width:440px;
	font-weight:normal;
	padding:5px 5px 5px 50px;
	text-align:left;
	height:40px;	
}

#ekvs-copyright
{
	border-top: 1px solid #F0F0F0;
	width:490px;
	color:#CCCCCC;
	background-color:#FFFFFF;
	position:relative;
	float:left;
	clear:both;
	margin: 20px 0px 20px 0px;
}

