body {
	background-image: url(layout/body-back.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

#container {
	text-align: left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oddel {
	clear: both;
	float: none;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVICKA -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#hlavicka {
	width: 950px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#main {
	width: 950px;
}

#obsah {
	width: 532px;
	float: left;
	padding-left: 65px;
	padding-bottom: 10px;
	padding-right: 65px;
	background-image: url(layout/obsah-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	padding-top: 0px;
}

#obsah p {
	font-size: 110%;
	text-align: justify;
	line-height: 150%;
}

#obsah h1 {
	font-size: xx-large;
	color: #aa6b7e;
	font-weight: normal;
}

#obsah h2 {
	font-size: x-large;
	color: #9b556d;
}

#obsah h3 {
	font-size: large;
	color: #aa6b7e;
	font-weight: normal;
	text-decoration: underline;
}

#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah ul li {
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah ol {
	margin-left: 25px;
	padding-left: 0px;
}

#obsah ol li {
	line-height: 160%;
}

#obsah .gensponzori {
	margin-bottom: 20px;
}

#obsah .gensponzori img {
	margin-right: 35px;
}

#obsah .gensponzori p {
	color: #D1A7B5;
	margin-bottom: 8px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

/* ---------------------------------------------------------------- */
/* ---- RIGHTSIDE ------------------------------------------------- */
/* ---------------------------------------------------------------- */

#rightside {
	float: right;
	width: 288px;
	padding-top: 150px;
	padding-bottom: 15px;
	background-image: url(layout/rightside-back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#rightside h2 {
	font-size: x-large;
	color: #9b556d;
	font-weight: normal;
}

#rightside h3 {
	font-size: medium;
	color: #62002c;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 3px;
	background-image: url(layout/h3-back.jpg);
	background-repeat: no-repeat;
}

#rightside h3 a {
	color: #62002c;
}

#rightside p {
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

#rightside p.linka {
	color: #aa6b7e;
}

#rightside .loga {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

/* ---- PATA ----------------------------------------------- */

#partneri {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#partneri .partneri-left {
	width: 300px;
	float: left;
}

#partneri .partneri-right {
	width: 650px;
	float: right;
}

#partneri .partneri-left .loga {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
}

#partneri .partneri-right .loga {
	text-align: center;
	vertical-align: middle;
}

#partneri img {
	margin-right: 15px;
	vertical-align: middle;
}

#partneri p {
	margin-right: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 87%;
	color: #CCC;
	text-align: right;
}

#partneri p a {
	color: #CCC;
	text-decoration: none;
}

#partneri p a:hover {
	text-decoration: underline;
}