/*---------------------------------------------------------
Cascading Style Sheets for typo3.com
-----------------------------------------------------------*/

/*-------------------- header elements --------------------*/

div.bar {
	font-size: 1px;
	line-height: 1px;
	width: 753px;
	height: 2px;
	background-color: #69A550;	
	border: none;	
}

#logo {
	margin: 0 330px 0 0;
}

/*-------------------- header-img --------------------*/

#header-img-copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	color: #8C8C8C;	
	width: 753px;
	height: 16px;
	margin: 0 0 8px 0;	
}

#header-img-copyright a {
	color: #8C8C8C;	
}

/*-------------------- evaluation-center --------------------*/

div#evaluation-center a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 21px;
	height: 21px;
	width: 137px;
	padding: 0 0 0 36px;
	margin: 0;
	display: block;
	background: url('/images/not_checked.gif') no-repeat 7px 0;
}

div#evaluation-center a:visited {
	color: #BE0027;
	background: url('/images/checked.gif') no-repeat 7px 0;
}

div#evaluation-center span {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 21px;
	height: 21px;
	width: 137px;
	padding: 0 0 0 36px;
	margin: 0;
	display: block;
	background: url('/fileadmin/templates/images/checked.gif') no-repeat 7px 0;	
}

/*-------------------- evaluation-center-home --------------------*/

div#evaluation-center-home {
	background: url('/fileadmin/templates/images/logo-typo3-grey.gif')  no-repeat 0 36px; 
	border-bottom: 1px solid #FF8700;
	margin: 0 0 18px 0;
}

div#evaluation-center-home h2 {
	font-size: 15px;
	line-height: 31px;
	color:#FF8700; 
	border-top: 4px solid #FF8700; 
	border-bottom: 1px solid #FF8700; 
	margin: 0;
}

div#evaluation-center-home p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 36px;	
	margin: 6px 0 0 0;
}

div#evaluation-center-home a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	height: 21px;
	width: 250px;
	padding: 0 0 0 0px;
	margin: 0;
	display: block;
	background: no-repeat 0 3px;
	float: left;	
}

div#evaluation-center-home a:visited {
	color: #BE0027;
	background: no-repeat 0 3px;
}

#evaluation-center-home-links {
	height: 90px;
	margin: 15px 0 0 0;

}

/*-------------------- feature-list --------------------*/
#featurelist h1 {
margin: 0px;
padding: 3px 0;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF8700;
}
#featurelist p {
margin:0px;
padding:0px;
}
#featurelist .contenttable {
	border-collapse:collapse;
        margin-bottom: 10px;
}
#featurelist .contenttable td {
border: 1px solid #e7e7e7;
padding: 5px;
}
#featurelist .contenttable .td-1, #featurelist .contenttable .td-2 {
	color: #FF8700;
	text-align: center;
	width: 15px;
	font-weight: bold;
	
}
#featurelist .contenttable .td-0 {
	width: 125px;
	background-color: #f7f7f7;
}
#featurelist .contenttable .td-last {
	color: #333333;
}
#featurelist .contenttable .tr-0 .td-0, #featurelist .contenttable .tr-0 .td-1, #featurelist .contenttable .tr-0 .td-2, #featurelist .contenttable .tr-0 .td-last {
	color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;

}
