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

body{
	background-image: url(../images/BG.png);
	background-repeat: repeat-x;
}

#container {
	width:960px;
	height:700px;
	margin-right: auto;
	margin-left: auto;
}

#Header_ {
	width:960px;
	height:98px;
	float: left;
}

#logo{
	float: left;
	height: 90px;
	width: 248px;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 361px;
}



#topbar_ {
	width:960px;
	height:40px;
	float: left;
}

#Banner-Top_ {
	width:960px;
	height:185px;
	float: left;
	background-image: url(../images/Banner.png);
	background-repeat: no-repeat;
}

#Body_ {
	width:960px;
	height:275px;
	float: left;
}

.body_text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	float: left;
	height: 265px;
	width: 960px;
	margin-top: 10px;
}

#footer_ {
	width:960px;
	height:100px;
	float: left;
}

.footer_text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	float: left;
	height: 20px;
	width: 130px;
	margin-top: 10px;
	color: #d2c387;
	text-decoration: none;
}

.footer_adres{
	float: left;
	height: 70px;
	width: 900px;
	margin-top: 15px;
	color: #d2c387;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 30px;
}

.footer_adres a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d2c387;
	text-decoration: underline;
}

.footer_adres a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8192dc;
	text-decoration: underline;
}

.footer_adres a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8192dc;
	text-decoration: underline;
}

.footer_adres a:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d2c387;
	text-decoration: underline;
}

