@charset "UTF-8";

/*--VARIOUS-----------------------------------------------*/

.icoExams {
	padding: 0 0 0 19px;
	background: url("../images/icon/exams.gif") 0 2px no-repeat; 	
}

.icoNews {
	padding: 0 19px 0 0;
	background: url("../images/icon/news.gif") right 5px no-repeat; 	
}

.icoOverview {
	padding: 0 0 0 19px;
	background: url("../images/icon/overview.gif") 0 2px no-repeat; 	
}

.red { color: #cb1009; }

/*--MEMBERS------------------------------------------------*/

.members a {
	display: block;
	float: left;
	overflow: hidden;
}

.members a img {
    vertical-align: top;

}

.members a.logo1 {
	width: 78px;
	height: 37px;
	margin-right: 38px;
}

.members a.logo1:hover img {
	margin-top: -37px;
}

.members a.logo2 {
	width: 89px;
	height: 33px;
}

.members a.logo2:hover img {
	margin-top: -33px;
}

.members a.logo3 {
	width: 101px;
	height: 19px;
	margin: 11px 30px 0 0;
}

.members a.logo3:hover img {
	margin-top: -19px;
}

.members a.logo4 {
	width: 59px;
	height: 43px;
}

.members a.logo4:hover img {
	margin-top: -43px;
}

.members a.logo5 {
	width: 90px;
	height: 38px;
	margin: 0 23px 0 0;
}

.members a.logo5:hover img {
	margin-top: -38px;
}

.members a.logo6 {
	width: 102px;
	height: 39px;
}

.members a.logo6:hover img {
	margin-top: -39px;
}

/*--GRAY-TABLE---------------------------------------------*/

.grayTable {
	width: 100%;
	margin: 0;
	background: #f1f2f2;
	border: 5px #f1f2f2 solid;
}

.grayTable td {
	padding: 5px;
	border: none;
	font-size: 10px;
	vertical-align: top;
}

.grayTable tr td.white {
	background: #fff;
}
