@charset "utf-8";


body {
	background-image: url(Images/background%20gradient%20granulat.png);
	background-repeat: repeat-x;
}

#wrapper {
	float: none;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 150px;
	width: 800px;
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
}


#mainbody {
	float: left;
	height: auto;
	width: 798px;
	background-color: #E9EBC2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #060;
}
#ofirme {
	float: left;
	height: auto;
	width: 540px;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
}
#kontakt {
	background-color: #006827;
	float: right;
	height: auto;
	width: 224px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	line-height: 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#Address {
	background-color: #006827;
	float: left;
	height: auto;
	width: 224px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 3px;
	margin-bottom: 10px;
}
#pdf {
	float: left;
	height: auto;
	width: 194px;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 30px;
}
#footer {
	background-color: #E9EBC2;
	float: left;
	height: 24px;
	width: 758px;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 3px;
	padding-left: 20px;
	line-height: 3px;
	border: 1px solid #006827;
	display: inline;
	padding-right: 20px;
	margin-bottom: 50px;
}
.textincentre {
	text-align: center;
}
.textright {
	font-size: 10px;
	font-weight: bold;
	font-style: oblique;
	line-height: 5px;
	display: inline;
	float: right;
}
h1 {
	font-size: 22px;
	color: #000;
}
h2 {
	font-size: 20px;
	color: #CF3;
}

h3 {
	font-size: 20px;
	color: #309;
}

h4 {
	font-size: 18px;
	color: #000;
}
a:link {
	color: #FF0;
}
a:visited {
	color: #CC3;
}
a:hover {
	color: #0CF;
}
