body {
	margin: 0;
	border: 0;
	padding: 0;
	background: #71aaf1 url('../img/bg/stranka.png') repeat-x fixed;
	color: #022c69;
	font: normal normal normal 70% Verdana, Tahoma, Arial, sans-serif;
}

img {
	border: none;
}

a {
	color: #ed1c24;
	text-decoration: underline;
}
a:hover {
	color: #aa0000;
	text-decoration: underline;
}

h1 {
	color: #0a60d1;
	font-size: 125%;
	font-weight: bold;
}
h2 {
	margin-bottom: 5px;
	color: #0a60d1;
	font-size: 100%;
	font-weight: bold;
}

table, table th, table td {
	border: 1px solid #7fade6;
	border-collapse: collapse;
	padding: 2px;
}

.bez_ramu, .bez_ramu * {
	border: 0;
}

.cistic {
	clear: both;
}

.alert {
	color: red;
}

/* layout */
#stranka {
	width: 732px;
	margin: 0 auto;
	border-left: 2px solid white;
	border-right: 2px solid white; 
	background: #F0F6FD;
}

#hlavicka {
	height: 114px;
	border-bottom: 1px solid white;
	background: blue url('../img/bg/hlavicka.jpeg') no-repeat top right;
}

img#logo {
	/*margin-left: 23px;*/
}

ul#menu {
	height: 29px;
	width: 501px;
	margin: 0;
	border-bottom: 4px solid white;
	padding: 0;
	overflow: hidden;
	float: left;
	line-height: 29px;
}
ul#menu li {
	margin: 0;
	border-right: 1px solid white;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
	z-index: 0;
}
ul#menu li a:hover img {
	position: relative;
	z-index: -1;
}
li#akce a {
	width: 125px;
	display: block;
	background: url('../img/menu/akce_on.png') no-repeat;
}
li#dovolena a {
	width: 85px;
	display: block;
	background: url('../img/menu/dovolena_on.png') no-repeat;
}
li#historie a {
	width: 95px;
	display: block;
	background: url('../img/menu/historie_on.png') no-repeat;
}
li#diskuze a {
	width: 75px;
	display: block;
	background: url('../img/menu/diskuze_on.png') no-repeat;
}
li#doporucujeme a {
	width: 116px;
	display: block;
	background: url('../img/menu/doporucujeme_on.png') no-repeat;
}

ul#menu2 {
	height: 29px;
	width: 231px;
	margin: 0;
	border-bottom: 4px solid white;
	padding: 0;
	float: right;
	overflow: hidden;
	line-height: 29px;
}
ul#menu2 li {
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
	float: right;
	text-align: center;
}

#telo {
	width: 527px;
	border-right: 1px solid white;
	float: left;
	background: #f0f6fd url('../img/bg/telo.png') repeat-x;
}
#telo > * {
	margin: 10px;
}

#sloupec {
	width: 204px;
	float: right;
	background: #e2eefd url('../img/bg/sloupec.png') repeat-x;
}
#sloupec > * {
	margin-left: 5px;
	margin-right: 5px;
}

#paticka {
	height: 23px;
	background: white;
}

/* diskuze */
.prispevek {
	width: 487px;
	margin: 5px auto;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	padding: 2px;
}
.prispevek .jmeno {
	width: 50%;
	float: left;
	text-align: left;
}
.prispevek .datum {
	width: 50%;
	float: right;
	text-align: right;
}
.prispevek p {
	width: 100%;
	padding: 5px;
}
#form_forum fieldset {
	border: 2px ridge #7fade6;
	padding: 5px;
}
#form_forum table, #form_forum td {
	border: 0;
}

/* novinky */
div#novinky p {
	padding-left: 10px;
}

/* kalendar */
div#kalendar {
	background: #ecf6fe;
}
#kalendar table {
	width: 140px;
	margin: 0 auto;
	border: 0;
	text-align: center;
}
#kalendar td {
	border: 0;
	padding: 2px;
	color: #0b293d;
}
#kalendar tr#dny td {
	background: #7fade6;
	color: white;
}
#kalendar td.hilite, #kalendar td.hilite a {
	background: red;
	color: white;
}

/* banner */
div#banner {
	width: 183px;
	margin: 20px auto;
	border: 5px solid #7fade6;
}
div#banner img {
	margin: auto;
}

/* paticka */
div#kontakt {
	width: 527px;
	height: 23px;
	border-right: 1px solid white;
	float: left;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	color: #2f84ba;
}

div#copyright {
	width: 204px;
	height: 23px;
	float: right;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	color: #2f84ba;
}

/* galerie */
.polozka_galerie {
	width: 140px;
	min-height: 145px;
	margin: 5px;
	border: double #7fade6;
	padding: 2px;
	float: left;
	text-align: center;
}
