body {
	background-image:url(../images/blue-pattern.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: transparent;
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}
#wrapper {
	background-image:url(../images/blue-bg.jpg);
	padding-top: 50px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 180px;
}
h2 {
	text-align: center;
	font-size:18px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.1em;
}
p {
	text-align: center;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
#logo {
	width:180px;
	height:135px;
	margin-bottom:2px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#page-container {
	width:884px;
	margin:0 auto;
}
.container {
	background-image:url(../images/strana.png);
	background-repeat: no-repeat;
	position: relative;
	width: 740px;
	height: 160px;
	padding-left:0;
	padding-right:0;
	z-index:3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	display: block;
	margin: 0 auto;
}
.contact-wrapper {
	width: 500px;
	margin: 15px auto 0;
	display: block;
	overflow: hidden;
}
.contact-us {
	float: left;
}
.contact-text {
	float: left;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #09C;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
