﻿/* details.view.css */
#factsheet {
	position: relative;
	
	height: 135px;
	padding: 25px 50px;
	
	color: #FFFFFF;
	background: #71787d;
}
#factsheet .details {
	width: 160px;
}
#factsheet .details h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
#factsheet .details ul li {
	padding: 4px 0;
	background: url('/fileadmin/web/images/common/line-horizontal.white.background.gif') 0 0 repeat-x;
}

#factsheet .functions {
	position: absolute;
	width: 270px;
	
	top: 30px;
	right: 50px;
}

#factsheet .functions table {
	margin: 0 0 30px 0;
}
#factsheet .functions table tr {
	
}
#factsheet .functions table td {
	width: 500px;
	text-align: center;
	white-space: nowrap;
}
#factsheet .functions table a {
	color: #FFFFFF;
	text-decoration: none;
}
#factsheet .functions p {
	text-align: center;
	color: #666666;
}
#factsheet .functions .csc-textpic-imagerow {
	display: none;
}

#content .csc-textpic-image {
	position: relative;
	top: -180px;
	margin-bottom: -180px;
}
#content .csc-textpic-text {
	float: right;
	clear: right;
	
	margin: 80px 0 0 0;
	width: 270px;
	background: url('/fileadmin/web/images/pfeil_vorteile.gif') 6px 6px no-repeat;
	border: 1px solid #71787d;
	padding: 5px 15px 0 15px;
}
#content .csc-textpic-text h3 {
	margin-left:20px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
}

#content .csc-textpic-equalheight .csc-textpic-image {
	margin-bottom: 0px;
	top: 0px;
}
#content .csc-textpic-equalheight .csc-textpic-text {
	margin-top: 10px;
}

ul.action-items { 
	list-style-image: url(/fileadmin/web/images/arrow_icon.gif);
 	padding-left: 10px;
	margin: 10px 0 20px 0px;
	line-height: 18px;
}

.csc-textpic-text {
	padding-left:20px;	
}


/* seal */
#content .frame_2 {
	position: absolute;
	width:250px;
	right: 15px;
	top: 580px;
}


#printbutton {
	position:absolute;
	top:210px;
	right:250px;
	text-align:center;
}

#printbutton a, #comparisonbutton a{
	color:#ffffff;
	text-decoration:none;
}

#comparisonbutton {
	position:absolute;
	top:210px;
	right:200px;
	text-align:center;
}

