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

*
{
padding:0;
margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#wrapper {
	background-image: url(../images/start2.jpg);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 700px;
}
#contentwrapper {
	height: 400px;
	width: 1000px;
	margin-top: 110px;
	float: left;
	background-image: url(../images/contentstart2.jpg);
}
#contentwrapper2 {
	height: 590px;
	width: 1000px;
	margin-top: 110px;
	float: left;
	background-image: url(../images/contentpict7.jpg);
	
}
#logo {
	float: left;
	width: 200px;
}
ul {
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 720px;
	float: left;
	border-bottom-width: medium;
    border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
li {
	float: left;
	padding-right: 30px;
	list-style-image: none;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #FFCC33;
}
#transparant {
	height: 10px;
	width: 800px;
	float: left;
	background-image: url(../images/transparant_home.jpg);
}
#text {
	float: left;
	height: 420px;
	width: 600px;
	padding-top: 20px;
}
#image {
	float: left;
	height: 100px;
	width: 600px;
	margin-left: 200px;
	background-image: url(../images/foto_home.jpg);
}
#footer {
	float: left;
	height: 30px;
	width: 500px;
	padding-top: 12px;
	padding-left: 200px;
}
#rightfooter {
	float: left;
	height: 30px;
	font-style: normal;
	padding-top: 12px;
}
.margins {
	padding-top: 15px;
	padding-left: 200px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: 730px;
	width: 1000px;
}

h1 {
	font-size:12px;
	font-weight:bold;}
