@charset "utf-8";
/* CSS Document */

#frame {
	width: 1000px;
/*	padding: 0 0 0 0;*/
	margin: 0 auto;
	display: table; 
}
#top {
	float: left;
	width: 1000px;
	padding: 0;
	margin: 0;
}
#logo {
	padding: 0 20px 0 40px;
	float: left;
}
#menu {
	padding: 46px 0 12px 60px;
	float: left;
	width: 725px;
	height: 30px;
}
#bottom {
	width: 1000px;
	height: 40px;
	padding: 25px 0 0 0;
	background-image: url(framework_images/bottom_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	font-style: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	color: #2e2d30;
}	
ul.mainNav {
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.mainNav li {
	list-style: none;
	float: left;
	background: #FFF url(framework_images/left_side_both.png) no-repeat left top;
	margin-right: 2px;
	padding:0 0 0 4px;
}

.mainNav a {
	display: block;
	padding: 3px 8px 3px 5px;
	background: url(framework_images/right_side_both.png) no-repeat right top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}
.mainNav li:hover, .mainNav li:hover a {
	background-position:0% -150px;
	color:#003359;
	text-decoration: none;
}
.mainNav li:hover a {
	background-position:100% -150px;
}

.mainNav .active {
	background-position:0% -150px;
	border-width:0;
}
.mainNav .active a {
	background-position:100% -150px;
	padding-bottom:3px;
	color:#003359;
}

#content_frame {
	padding: 0px 40px 10px 40px;
	width: 920px;
	margin: 0;
	float: left;
/*	min-height: 640px;	*/
}
#content {
	float: right;
	width: 705px;
	padding:0px 0 25px 0px;
	text-align: left;
	min-height: 585px;
}

#menu_left {
	width: 185px;
	float: left;
	padding: 33px 0 40px 0;
	margin: 0;
	line-height: 22px;
	border-bottom: 1px dashed #a6bcc6;
}
#menu_left a {
	text-transform: uppercase;
	text-decoration: none;
}
#menu_left a:hover {
	text-transform: uppercase;
	text-decoration: underline;
	color: #a8b400;
}
.niveau1 {
	color: #2e2d30;
}
.niveau2 {
	background-image: url(framework_images/menu_arrow.png);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 14px;
	color: #2e2d30;
}
.niveau3 {
	background-image: url(framework_images/menu_arrow.png);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 25px;
	color: #2e2d30;
}
a.leftmenu_active {
	color: #a8b400;	
}
#rootline {
	padding: 0 0 30px 255px;
	float: left;
	width: 725px;
}
#rootline a {
	color: #a8b400;
	font-size: 9px;
	text-decoration: none;
	background-image: url(framework_images/mus_arrow.png);
	background-repeat: no-repeat;
	padding: 0 0 0 5px;
	margin: 0 20px 0 0;
}
#rootline a:hover {
	color: #a8b400;
	font-size: 9px;
	text-decoration: underline;
}
