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

body {
	background: #fcfcfc;

}

#head {
	height: 234px;
	background: url(../images/splach_header_bgr.png);
}

#head .in {
	background: url(../images/splach_header.png);
	height: 234px;
	width: 960px;
}

#content {
	height: 326px;
	background: url(../images/splach_content_bgr.png);
}

#footer {
	background: url(../images/splach_footer_bgr.png) repeat-x #fcfcfc;
	height: 224px;
}

h1 {
	width: 320px;
	height: 200px;
	background: url(../images/splach_logo.png);
	float: left;
	margin: 50px 40px 65px 162px;
	_margin: 50px 40px 65px 80px;
}

#splash h2 {
	margin: 30px 0 0 0;
}

#splash h2 a {
	font-size: 19px;
	font-weight: normal;
	color: #661314;
	text-decoration: none;
}

#splash p {
	margin-bottom: 5px;	
}

#splash p a {
	width: 330px;
	color: #171615;
	margin-bottom: 5px;
	text-decoration: none;
}

#splash {
	width: 438px;
	float: left;
	margin: 20px 0 0 0;
	*height: 300px;
}

#splash a {
	color: #aa131e;
	font-size: 12px;	
}

#splash a.splash_but_fr {
	display: block;
	width: 190px;
	height: 32px;
	background: url(../images/but_fr.png);
	margin-top: 10px;
}

#splash a.splash_but_fr:hover {
	background: url(../images/but_fr_ho.png);
}

#splash a.splash_but_nl {
	display: block;
	width: 190px;
	height: 32px;
	background: url(../images/but_nl.png);
	margin-top: 10px;
}

#splash a.splash_but_nl:hover {
	background: url(../images/but_nl_ho.png);
}



#splash a:hover {
	text-decoration: none;
}

#footer .in {
	width: 960px;
	padding: 20px 0 0 200px;
}

#footer ul {
	list-style: none;
	width: 155px;
	float: left;
	border-right: 1px solid #7e7b7a;
	font-size: 12px;
	padding: 0 0 10px 30px;
}

#footer ul.last {
	border: none;
}

#footer ul li a {
	color: #7e7b7a;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}



