@charset "utf-8";
/* CSS Document */

body{	
	background-color:#f5f6f5;
	margin:0;
}
img{
	behavior: url(iepngfix.htc);
	margin: 10px;
	border: 0;
}
#box {
	position: absolute;
	width: 980px;
	background-image: url(../../img/site/grey/back.jpg);
	background-repeat: repeat-y;
	left: 50%;
	margin-left: -490px;
	color: #333333;
	overflow: hidden;
}
#box a:link{
	text-decoration: none;
	color: #033C74;
}
#box a:visited{
	text-decoration: none;
	color: #033C74;

}
#box a:hover{
	color:#F30;
	text-decoration: none
}
#box #menu {
	height:40px;
	background-repeat: repeat-x;
	z-index: 3;
	position: relative;
	background-image: url(../../img/site/grey/men.jpg);
	margin-right: 23px;
	margin-left: 24px;
}

#box #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#box  #menu  li {
	position: relative;
	float: left;
	background-image: url(../../img/site/grey/menubg.jpg);
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#box #menu a:link {
	display: block;
	height: 30px;
	padding-top: 8px;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
#box #menu a:visited {
	display: block;
	height: 30px;
	padding-top: 8px;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
#box #menu a:hover {
	display: block;
	height: 30px;
	padding-top: 8px;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004494;
	font-weight: bold;
}
#box #content {
	position: relative;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family:Verdana, Geneva, sans-serif;
	z-index: 3;
	min-height:500px;
	height:auto !important;
	height:500px;
	font-size: 13px;
	padding-top: 15px;
}
#box #content p {
	margin-right: 20px;
	line-height:1.3;
}
#box #content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #014494;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#box #content h1 em {
	font-size: 15px;
}
#box #content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 25px;
	margin-right: 450px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 5px;
}
#box #space {
	position:relative;
	float: right;
	top:auto;
	height: 300px;
}
#box #header {
	position:relative;
	background-image: url(../../img/site/grey/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 181px;
	z-index: 2;
}


#box #bottom {
	position: relative;
	background-image: url(../../img/site/grey/bottom.jpg);
	height:39px;
}
#box #bottom #bg {
	position: absolute;
	z-index: 1;
	background-image: url(../../img/site/bg.jpg);
	height: 500px;
	width: 900px;
	left: 57px;
	top: -485px;
	background-position: right bottom;
	background-repeat:no-repeat;
}
#box #bottom #imp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999999;
	position: absolute;
	left: 365px;
	top: 19px;
	width: 586px;
	text-align: right;
}
#box #bottom #imp a:link{
	color:#999999;
	text-decoration: none
}
#box #bottom #imp a:visited{
	color:#999999;
	text-decoration: none
}
#box #bottom #imp a:active{
	color:#7A7A7A;
	text-decoration: none
}
#box #bottom #imp a:hover{
	color:#033C74;
	text-decoration: none
}

#box #content .linkliste li {
	padding: 10px;
}

