@import url("style.css");

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(images/background_website.jpg);
}
.wrapper {
	margin: auto;
	margin-top: 0px;
	width: 760px;
	height: 100%;
}
.header {
	width: 776px;
	height: 135px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	}
a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px; 
	color: #FF4500;
	text-decoration: none;
}

a:hover
{
	color:#FF4500;
	text-decoration: underline; 
}
.home_container {
	width: 760px;
	background-color: #FFFFFF;
	height: 225px;
		}
.intro_container {
	width: 760px;
	background-color: #FFFFFF;
	height: 150px;
		}
.home_blok {
	float: right;
	text-align: center;
	width: 190px;
	height: 150px;
	}
.home_intro {
	float: right;
	text-align: center;
	width: 380px;
	height: 150px;
}
.home_logo {
	float: right;
	text-align: center;
	width: 190px;
	height: 150px;
}

.footer {
	width: 760px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: lighter;
	color: #ccc;
	height: 25px;
	padding-top: 12px;
	margin-top: 50px;
	text-align: center;
	border-top: 1px solid #CDCDCD;
}
