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


*{
	margin: 0;
	padding: 0;
}*

body { 	
	background-image:url("images/bg.gif");
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	line-height:22px;
 }
td { 	
	margin: 0px;
 }
#wrap {
	width: 950px;
	margin: 30px auto 0;
}

#header_top {
	background: url(images/header.jpg) no-repeat top center;
	height: 130px;
	width: 950px;
}
	
#visual {
	height: 245px;
	width: 950px;
	text-align:center;
}

#maincontent {
	background-color: #ffffff;
	width: 950px;
	text-align: center;
	height: 100px;
	margin-top: 30px;
}

#footer {
	width: 950px;
	height: 25px;
	text-align:center;
	margin-top: 5px;
}
.adres {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
a { text-decoration: none; color: #bfd525; font-size:20px; }
a:hover {	text-decoration: none; color: #009bc9;}	
	
a.adres { text-decoration: none; color: #bfd525; font-size:12px; }
a.adres :hover {	text-decoration: none; color: #009bc9;}	
