body {
	margin: 0;
	padding: 0;
	font-family: Constantia, Palatino, 'palatino linotype', serif;
	font-size: 12px;
	line-height: 150%;
	background-color:#548bc7;
	background-image: url(../img/bg.png);
	background-attachment:fixed;
}

.clear {
	height: 1px;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

#head {
	background-image: url(../img/headBg2.png);
	background-repeat:repeat-x;
	height: 177px;
	width: 100%;
	position: fixed;
	
}

h1 {
	position: absolute;
	left: 180px;
	top: 18px;
	margin: 0;
}

a {
	color: #ccc;
}

#faq a {
	color: #666;
}

a:hover {
	text-decoration: none;
}


img {
	border: none;
}

#logo {
	position: absolute;
	left: 0;
	top: 0px;
}

#logoTag {
	position:absolute;
	right: 30px;
	top: 0;
}

#main {
	padding: 170px 0 0 20px;

}

#content {
	width: 450px;
	float: left;
}

h2 {
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	margin: 3em 0 1em 0;
}

#content h3 {
	font-size: 100%;
	margin: 1em 0 0.5em 0;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style:url(../img/bullet.png);
}

#content li {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#cont-zdroje {
	padding-bottom: 100px;
}

#side {
	float: left;
	width: 440px;
}

#side .picture {
	float:left;
	width: 210px;
}

#side h3 {
	font-size: 100%;
	font-weight:normal;
	margin: 1em 0 0.5em 0;
}

#side h3 strong {
	font-size: 120%;
	font-weight:bold;
	text-transform:uppercase;
}

#side p {
	margin: 0;
}

#footer {
	font-size: 9px;
}

#pictures {
	margin: 0;
	clear: both;
}

#faq {
	clear: both;
}

