/*
Dieses Stylesheet beschreibt das Layout der Demos-Seiten.
*/

body,#topbackground {
	background-image:		url(../../images/Team/background.gif);
}
@media handheld {
	body {
		background-image:	none;
	}
}

h1,h2,h3,h4,h5,h6,#footer { 
	color:					#398473;
}

#footer,table.mmt th {
	border-color:			#398473;
}

hr.footer {
	background-color:		#398473;
}

table#team {
	margin-left:			auto;
	margin-right:			auto;
	border-spacing:			2px;
}
table#team th {
	border-top: 			1px #398473 solid;
	border-bottom: 			1px #398473 solid;
}
table#team td {
	padding:				0px;
	width:					40px;
	height:					50px;
}

li {
	font-size:				1em;
}

.maimg {
	width:					40px;
	height:					50px;
	border:					0px;
	display:				block;
}

.mablank1 {
	background-color:		#4B6C5D;
}
.mablank2 {
	background-color:		#7EA46C;
}
.mablank3 {
	background-color:		#5D855E;
}
.doublebox {
	float:					left;
}
.staffbox {
	float:					left;
	width:					180px;
	margin:					1px;
}
.boxheader {
	text-align:				center;
	color:					#FFFFFF;
	background-color:		#398473;
	padding:				2px;
	height:					35px;
}
