/* --- secial: mmsaktion --- */


body {
	background: #FFFFFF !important;
}
.hidden {
	display: none;
}
/* LAYOUT */
#titleBoxMMS {
	width: 970px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
#leftBoxMMS {
	float: left;
	width: 320px;
}
#rightBoxMMS {
	float: right;
	width: 515px;
	height: 206px;
	padding: 30px 40px 0px 40px;
	background: url(../../images/site/mms_box.gif) no-repeat;
	font-size: 11px;
}
/*
.titlepic {
	float: right;
	background: url(../../images/site/mms_titlepic.gif) no-repeat;
	width: 268px;
	height: 221px;
	padding-right: 25px;
}
.titletext {
	float: left;
	width: 632px;
	padding-left: 25px;
}
*/
#rightBoxMMS .header {
	font-size: 25px;
	color: #81BA40;
	padding-bottom: 15px;
}
#rightBoxMMS a, #rightBoxMMS a:active {
	color: #000000;
	font-weight: bold;
}
#rightBoxMMS a:hover {
	color: #81BA40;
}
#rightBoxMMS span {
	color: #81BA40;
	font-weight: bold;
}
.enterLink {
	display: block;
	width: 970px;
	height: 27px;
	background: url(../../images/site/mms_enter.gif) no-repeat center;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
}

/* LIST */
#mmsBox {
	width: 970px;
	margin: 0px auto;
	background-color: #DDE7C3;
}
#mmsBox .topBorder {
	background: url(../../images/site/mms_top_border.gif) no-repeat;
	width: 970px;
	height: 25px;
}
#mmsBox .bottomBorder {
	background: url(../../images/site/mms_bottom_border.gif) no-repeat bottom;
	width: 970px;
	height: 25px;
}
#mmsBox .content {
	padding: 0px 25px 0px 24px;
}
#mmsBox a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
#mmsBox a, #mmsBox a:active {
	border: 2px solid #DDE7C3;
}
#mmsBox a:hover {
	border: 2px solid #FFFFFF;
}


