
body {
	margin: 0px;
	padding: 0px;
	background: url(../obrazky/img01.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

span {
	font-size: 1.8em;
	}
	
span.zaznam {
	font-size: 1.1em;
	}	

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: gray;
}

a:hover {
	text-decoration: none;
	color: red;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
	background: gray;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}

/* Logo */

#logo {
	float: left;
	background: url(../obrazky/img03.jpg) no-repeat left top;
	padding-left: 70px;
	height:100px;
}

#logo h1 {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: black;
}

#logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: black;
	font-family: Georgia;
}

#logo h1 {
	padding: 39px 0px 0px 5px;
	font-family: Georgia;
}

/* Menu */

#menu {
	float: right;
	background: #cc0000;
	border-top: 2px #aaaaaa solid;
	margin: 32px 0 0 0;
}

#language {
	float: right;
	margin: 34px 2px 0px 50px;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 13px 20px 0px 20px;
	/*background: url(obrazky/img02.jpg) no-repeat right 50%;*/
	border-right: 1px gray solid; 
}

#menu a:hover {
	text-decoration: none;
	width: auto;
	height: 28px;
	background: red;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */
#page {
	width: 900px;
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
}

/* Content */

#content1 {
	float: left;
	width: 449px;
	height: 232px;
	border-right: 1px #cccccc solid;
}
#content1 h1{
	color: #cc0000;
}
#content1 span{
	color: #cc0000;
}

#content2 {
	float: right;
	width: 450px;
	height: 232px;
	border-bottom: 1px #cccccc solid;
}
#content2 h1{
	color: #cc0000;
}
#content2 span{
	color: #cc0000;
}

#content3 {
	float: left;
	width: 449px;
	height: 232px;
	border-top: 1px #cccccc solid;
}
#content3 h1{
	color: #cc0000;
}
#content3 span{
	color: #cc0000;
}

#content4 {
	float: right;
	width: 450px;
	height: 231px;
	border-left: 1px #cccccc solid;
}
#content4 h1{
	color: #cc0000;
}
#content4 span{
	color: #cc0000;
}

/*end content*/

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: gray solid 1px;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Footer */
#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto -5px auto;
	color: #000000;
	background: #aaaaaa;
}

#footer p {
	text-align: right;
	margin: 0px;
	padding: 19px 0px 0px 0px;
	line-height: normal;
	font-size: 12px;
}

#footer a {
	color: #000000;
}

#linkDown {
	clear: both;
	width: 900px;
	height: 10px;
	margin: 0px auto 0px auto;
	color: gray;
}

#linkDown p {
	text-align: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: normal;
	font-size: 12px;
}

#linkDown a {
	color: gray;
}

.floatleft {
float: left;
margin: 4px 10px 4px 10px;
padding: 0px;
}
