.mainDiv .header .module_9 {
	padding: 73px 85px 0px 132px;
	min-height: 122px;
}
.mainDiv .header .module_9 .logo {
	float: left;
	height: 122px;
	width: 237px;
}
.mainDiv .header .module_9 .options {
	text-align: right;
}
.mainDiv .header .module_9 .options .theme {
	font-weight: bold;
	color: #FFF;
	font-size: 0.7em;
	height: 19px;
	margin-top: 12px;
}
.mainDiv .header .module_9 .options .theme .title {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}

.mainDiv .header .module_9 .options .theme ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainDiv .header .module_9 .options .theme ul li {
	float: right;
}
.mainDiv .header .module_9 .options .theme ul li a {
	color: #FFF;
	text-decoration: none;
	width: 78px;
	padding: 2px 0px 3px 0px;
	display: block;
	text-align: center;
}
.mainDiv .header .module_9 .options .theme ul li a:hover {
	background-image: url('../../public/layout/menubg.jpg');
	background-repeat: no-repeat
}
.mainDiv .header .module_9 .options .language {
	font-size: 0.7em;
	color: #FFF;
	margin-top: 35px;
}
.mainDiv .header .module_9 .options .language .title {
	float: right;
	margin-top: 3px;
	margin-right: 15px;
}

.mainDiv .header .module_9 .options .language ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainDiv .header .module_9 .options .language ul li {
	float: right;
	margin-left: 5px;
}

.mainDiv .header .module_9 .options .language ul li a {
	background-repeat: no-repeat;
	height: 19px;
	width: 25px;
	display: block;
}

.mainDiv .header .module_9 .options .language ul li .languageNO {
	background-image: url('../../public/layout/languageNO.jpg');
}
.mainDiv .header .module_9 .options .language ul li .languageEN {
	background-image: url('../../public/layout/languageEN.jpg');
}
