/* CSS Document */



html {
	height:100%;
}

body {
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}


.main{
	width:975px;
	margin:25px auto 0 auto;
	text-align:left;
}

.top{
	position:relative;

}



.headline{
	width:975px;
	height:185px;
	background-color:#e6e7e8;
	font-size:18px;
	text-align:center;
}

.logo_left{
	position:absolute;
	top:25px;
	left: 30px;
}

.logo_left img{
	border:none;
}

.logo_right{
	position:absolute;
	top:25px;
	right: 30px;
}

.logo_right img{
	border:none;
}



.headline h1 {
	font-size:45px;
	font-weight:bolder;
	text-align:center;
	color:#605e5e;
	padding-top:20px;
}

h1 {
	font-size: 25px;
}

.red{
	background-color:#cd2424;
	width:460px;
	height:8px;
	float:left;
}

.blue{
	background-color:#02cbe5;
	width:460px;
	height:8px;
	float:right;
}

.navi{
	float:left;
	width:250px;
	margin-right:25px;
	margin-top:50px;
}


.navi a{
	display:block;
	text-decoration:none;
	margin-top:3px;
	background-color:#e6e7e8;
	font-size:18px;
	font-weight:bold;
	color:#5a5858;
	padding:4px 0px 4px 15px;;
	}


a.navi02{
	background:#e6e7e8 url(img/navidot.gif) no-repeat scroll 0 0;
	padding:2px 0px 2px 38px;
	font-size:14px;

}

.content{
	float:left;
	margin-top:20px;
	width:700px;;
}

.filelinks .filecount {
	display: none;
	visibility: hidden;
}

.nix {
	visibility: hidden;
	display: none;
}
