* {margin:0;padding:0;}
html {
	font-family: arial;
	font-size:12px;
}
body {
	background:#f0f0f0;
}
h1 {
	font-size:18px;
	margin-bottom:20px;
}
h2 {
	margin-top:35px;
	margin-bottom:20px;
}
#navi_bg {
	position:absolute;
	background:url(../system/themes/it_zert/images/itzert_header_bg.jpg);	
	width:100%;
	height:105px;
	z-index:1;
}
#subnavi_bg {
	position:absolute;
	width:100%;
	height:45px;
	z-index:1;
	top:105px;
	background:#6f6f6f;
	width:990px;
	left:50%;
	margin-left:-495px;
}
#wrapper {
	position:relative;
	z-index:100;
	margin:0 auto;
	width:990px;
}
#header {
	height:149px;
	background-image:url(../system/themes/it_zert/images/zertLogo9001.jpg);
	background-repeat: no-repeat;
}
.mod_navigation {
	position:relative;
}
.mod_navigation ul{
	margin-top:85px;
	/*background:#c7c7c7;*/
	height:21px;
	padding-left:14px;
	height:65px;
}
.mod_navigation li{
	float:left;
	list-style:none;
}

.mod_navigation a{
	text-decoration:none;
	color:white;
	padding:0 11px 0 11px;
	font-size:13px;
	line-height:21px;
	height:21px;

}
.mod_navigation li.active{
	color:white;
	background:#6f6f6f;
	padding:0 11px 0 11px;
	font-size:13px;
	line-height:21px;
	height:21px;

}



#main {
	background:white;
	padding:30px 0 30px 25px;
	position:relative;
}
.ce_text {
	width:390px;
}
.ce_text a, .ce_text a:hover{
	color:black;
	text-decoration:underline;
}
.ce_image {
	position:absolute;
	top:82px;
	right:90px;
}

.mod_navigation .level_2 {
	width:100%;
	background:#6f6f6f;
	height:45px;
	top:20px;
	left:0px;
	position:absolute;
	z-index:200;
}

.mod_navigation .level_2 li {
	margin-top:25px;
}

