body {
	margin: 0;
	padding: 0;
	background: #A060AA url(images/img1.jpg) repeat-y center top;
	font: 12px Verdana, "Times New Roman", Times, serif;
	color: #9132A5;
}

h1, h2, h3, form {
	margin: 0;
	padding: 0;
	
}

h1, h2, h3 {
font: italic medium Georgia, "Times New Roman", Times, serif;

}

h2 {
font-size: 17px;
margin: 5px 0 5px 0;
font-weight:bold;
}

h3 {
font-size: 17px;
margin: 5px 0 5px 0;
font-weight:bold;
}

p, ul, ol, blockquote {
	margin-top: 0px;
	margin-bottom:0px;
}

a {
	text-decoration: none;
	color: #9132A5;
	}

a:hover {
	text-decoration: underline;
	color:#FFF;
}

img {
	border: 0px solid #000000;
}

/* Header */

#header {
	width: 720px;
	height: 70px;
	margin: 0 auto;
	padding: 10px;
}

/* Logo */

#logo {
	float: left;
	width: 410px;
	padding: 0 0 0 60px;
	background: url(images/img4.jpg) no-repeat left center;
}

#logo h1 {
	font-size: 40px;
	font-weight: bold;
}

#logo h2 {
	font-size: 17px;
	font-weight: bold;
	padding:0;
	margin:5px 0 0 20px;
}

#logo a {
	background: none;
}

#header h1 a:link, #header h1 a:visited
{
background-color: transparent;
text-decoration: none
}

#header h1 a:hover, #header h1 a:active
{
background-color: transparent;
text-decoration: none
}

#header h2 a:link, #header h2 a:visited
{
background-color: transparent;
text-decoration: none
}

#header h2 a:hover, #header h2 a:active
{
background-color: transparent;
text-decoration: none
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 18px;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
    padding: 0;
}

/* Column One */

#colOne {
	float: left;
	width: 470px;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
	padding-top: 34px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li ul {
	padding: 20px 0;
}

#colTwo li a {
	padding-left: 15px;
	background: url(images/img7.jpg) no-repeat left center;
}

/* Latest Post */

#latest-post {
	padding: 30px 0 0 0;
    background: url(images/img5.jpg) no-repeat center top;
	
}

#latest-post .title {
	padding: 0 0 0 30px;
	background: url(images/img6.jpg) no-repeat left center;
	font-size: 1.4em;
}

#latest-post .title a {
	background: none;
}

#latest-post .posted {
	padding: 0 0 2em 30px; 
	font-size: x-small;
}

#latest-post .posted a {
	background: none;
}

#latest-post .image {
	float: left;
	padding: 5px 5px 5px 5px;
	border:3px solid #ffffff;
	margin: 5px 10px 7px 0px;
}

#latest-post .image1 {
	text-align:center;
}

/* Recent Posts */

#recent-posts {
	padding: 50px 0 0 0;
	background: url(images/img5.jpg) no-repeat center top;
}

#recent-posts .title {
	padding: 0 0 0 30px;
	background: url(images/img6.jpg) no-repeat left center;
	font-size: 1.4em;
}

#recent-posts ul {
	margin: 0;
	padding: 20px 0 0 30px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 0 10px 0;
	background: url(images/img2.jpg) repeat-x left bottom;
}

#recent-posts a {
	background: none;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0px auto;
	padding: 10px 0 20px 0;
	font-size: 10px;
}

#odkazy {
	margin: 5px 0 0 17px;
	padding: 0px;
    font-size: 10px;
	
}
.table { text-align: left; border: 1px solid #FFFFFF; margin: 0px auto; border-collapse: collapse }
.table td, .table th { padding: 5px; border: 1px solid #FFFFFF }

.footerlink{
	margin: 0 326px 0 0px;
}
.footerlink a{
text-decoration:underline;
}