@charset "UTF-8";
/* CSS Document */

/* MAIN CONTENT */
a:link {
	color: #705118;
	text-decoration: underline;
}
a:visited {
	color: #705118;
	text-decoration: underline;
}
a:hover {
	color: #182540;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.listHeader {
	font-weight: bold;
	font-size: 18px;
	color: #182540;
}
.listHeader1 {
	font-weight: bold;
	font-size: 14px;
	color: #182540;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.contText {
	color: #39619C;
	font-size: 10px;
	padding: 5px;
	text-align: center;
}
.contGoldText {
	color: #705118;
	font-size: 10px;
	padding: 5px;
	text-align: center;
}
/* Container - Bilder in der jeweiligen HTML Datei */
#apDiv1 {
	position:relative;
	left:20px;
	top:20px;
	width:200px;
	z-index:1;
	border: 1px solid #CCC;
	float: left;
	height: 430px;

	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
}
#apDiv2 {
	position:relative;
	left:40px;
	top:20px;
	width:200px;
	z-index:2;
	border: 1px solid #CCC;
	float: left;
	height: 430px;
	background-color: #FFF;

	background-repeat: no-repeat;
	background-position: center bottom;
}
#apDiv3 {
	position:relative;
	left:60px;
	top:20px;
	width:200px;
	z-index:3;
	border: 1px solid #CCC;
	float: left;
	height: 430px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#apDiv4 {
	position:relative;
	left:20px;
	top:20px;
	width:200px;
	z-index:1;
	border: 1px solid #CCC;
	float: left;
	height: 430px;
	background-image: url(../../content/image/mslogo/logo_mcts.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
}
#apDiv5 {
	position:relative;
	left:40px;
	top:20px;
	width:422px;
	z-index:2;
	border: 1px solid #CCC;
	float: left;
	height: 205px;
	background-color: #FFF;
	background-image: url(../../content/image/mslogo/logo_mcitpsa.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#apDiv6 {
	position:relative;
	left:40px;
	top:38px;
	width:422px;
	z-index:3;
	border: 1px solid #CCC;
	float: left;
	height: 205px;
	background-color: #FFF;
	background-image: url(../../content/image/mslogo/logo_mcitpea.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#apDiv7 {
	left:20px;
	top:30px;
	width:634px;
	z-index:7;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: left;
	position: relative;
}

