/* CSS Document */
a.LinkDetails:link, a.LinkDetails:visited {
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/default/pfeil_detail.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkDetails:active, a.LinkDetails:hover {
	font-weight: bold;
	font-size:11px;
	color: #9a9a9c;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/default/pfeil_detail_over.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkDetailsAktive:link, a.LinkDetailsAktive:visited, a.LinkDetailsAktive:active, a.LinkDetailsAktive:hover{
	font-weight: bold;
	font-size:11px;
	color: #9a9a9c;
	text-decoration: none;
	padding: 0 0 0 50px;
	background: url(../images/produkte/default/pfeil_detail_over.gif) no-repeat;
	background-position: 26px 0;
}
a.LinkTest:link, a.LinkTest:visited, a.LinkTest:active, a.LinkTest:hover {
	font-weight: bold;
	font-size:11px;
	color: #434d6d;
	text-decoration: underline;
	padding: 0 0 0 20px;
	background: url(../images/produkte/default/icon_link.gif) no-repeat;
	background-position: 0 0;
}

/* ------------- LINIE  ------------------------ */ 
hr {
	background-color: #769ab7;
	color: #769ab7;
	border: #769ab7;
	height: 2px;
	margin-bottom: 15px;
	*margin-bottom: 9px;
	margin-top: 0px;
}

/* ------------- HEADLINES  ------------------------ */ 
h2 { 
	margin: 0px;
	font-size:11px;
	font-weight:bold; 
	color:#ff401e;
	}
/* ------------- PREIS  ------------------------ */ 
.preis { 
	margin-top: 15px;
	font-weight:bold;
	color:#ff401e; 
	}
/* ------------- BOX  ------------------------ */ 
.Box{
	padding:8px 5px 9px 27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#366f8b;
	background-color:#baccdb;
}
/* ------------- TABELLE FUNKTIONSÜBERSICHT  ------------------------ */ 
.TabPNA{
	background-color:#769ab7;
	text-align:center;
	border-right:solid 1px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 0 3px 0;
}

.TabBereich, .TabBereichText, .TabEnthalten, .TabNichtEnthalten{
	background-color:#d6e1e9;
	border-right:solid 1px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	color:#444444;
	font-weight:bold;
	padding:2px 0 3px 8px;
}
.TabBereichText{
	font-weight:normal;
	text-align:center;
}
.TabEnthalten{
	background-image:url(../images/software/tab_enthalten.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.TabNichtEnthalten{
	background-image:url(../images/software/tab_nicht_enthalten.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.TabText{
	padding:2px 30px 7px 8px;
}
/* ------------- TABELLE FUNKTIONSÜBERSICHT  ------------------------ */ 
.InhaltFAQ {
	width:530px;
	margin:3px 0px 10px 20px;
	line-height:14px;
}

