html, body {
	background: #61788D url(bg_body.png) fixed bottom repeat-x;
	color: #333;
	font: small Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	border-left: 10px solid #CCC;
	color: #888;
	font-family: Garamond, serif;
	margin: .5em 0 .2em;
	clear: both;
}

h1 {font-size: 2.2em; border-right: 10px solid #CCC; background-color: #AAA; color: #FFF;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.1em;}

p {
	margin: 0 0 .5em;
	padding: 0 2em;
	text-align: justify;
	text-indent: 2em;
}

dt {font-weight: bold;}

form {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 750px;
}

table {
	width: 90%;
	margin: .4em auto;
	font: .8em sans-serif;
	border: 1px solid #666;
	border-collapse: collapse;
}
td, th {border: 1px solid #666; padding: .1em .2em; vertical-align: top;}
a img {border: 2px solid #CCC;}
a:hover img {border: 2px solid #AAF;}
#page {background: url(bg_head.png) repeat-x;}

/************************************************************
 *                     Login form in Page
 ************************************************************/
#LoginInPage {
	display: block;
	margin: auto;
	position: relative;
	width: auto;
}
#LoginInPage fieldset 
{
    margin: .2em 4em 2em 4em;
	font: .9em Arial, sans-serif;
}

#LoginInPage fieldset label {
	display: block;
	width: 75%;
	text-align: right;
}
#LoginInPage input[type~="text"] {
	width: 60%;
}
#LoginSet input[type~="text"]{width: auto;}


/************************************************************
 *						Hlavicka stranky
 ************************************************************/
#head {height: 130px;}

#logo {
	background: url(bg_logo.gif);
	position: relative;
	top: 18px;
	width: 128px; height: 83px;
}

#logo img {
	position: absolute;
	top: 8px; left: 8px;
}

/************************************************************
 *					Box s vlastnim obsahem
 ************************************************************/
#content {
	background: #FFF url(bg_content.gif) repeat-y;
	color: #555;
	width: 512px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content h1 {padding: 0 .5em;}
#content h2, #content h3, #content h4 {padding: 0 .7em;}
#content dl, #content ul, #content li {margin: 0 2em; padding: 0;}
#content dt {margin-top: .7em;}
#content dd {margin: 0; padding: 0 1.5em;}

/************************************************************
 *						  Navigace
 ************************************************************/
#menu {
	font-weight: bold;
	position: absolute;
	top: 53px; left: 180px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	margin: .7em;
}
#menu a {
	color: #666;
	text-decoration: none;
}
#menu a:hover {
	color: #888;
	text-decoration: underline;
}

/************************************************************
 *						Pravy soupec
 ************************************************************/
#column {
	width: 170px;
	position: absolute;
	left: 555px;
	top: 130px;
}

/************************************************************
 *					Boxy v pravem sloupci
 ************************************************************/
.box {
	background-color: #EFEFEF;
	margin: 0 0 1.3em;
}

.box h2 {
	background: #CCC;
	color: #888;
	border: 0;
	font-size: 1.3em;
	margin: 0 0 .2em;
	padding: .3em 0;
	text-align: center;
	text-transform: uppercase;
}

#Sekce dl {
	margin: 0;
}

#Novinky {
	background: #EFEFEF url(bg_news.gif) bottom right no-repeat;
}
#Novinky dl {
	margin: 0;
}
#Novinky dt, #Sekce dt {
	padding: .1em .2em;
}
#Novinky dd, #Sekce dd {
	margin: 0;
	padding: .1em .2em .3em;
}

#Projektor fieldset {
	background: url(bg_login.gif) top right no-repeat;
	border: 0;
	padding: .8em .2em 0;
}
#Projektor label {
	background-color: #0E599C;
	color: #FFF;
	line-height: 1em;
	padding: .2em .3em;
}
#Projektor input {
	border: 1px solid #0E599C;
	margin: 0 0 .4em;
}
#Projektor form {
	display: block;
	margin: auto;
	position: relative;
	width: auto;
}

/************************************************************
 *					Definice okraje boxu
 ************************************************************/
.box, #content {
	border: 2px solid #0E599C;
}

/************************************************************
 *						Obecne classy
 ************************************************************/
.copy {
	border-left: 25px solid #CCC;
	border-right: 25px solid #CCC;
	color: #888;
	font: .9em/3 Arial, sans-serif;
	text-align: center;
	text-indent: 0 !important;
}
.motto {
	color: #EFEFEF;
	font: bold 1em "Trebuchet MS", sans-serif;
	position: absolute;
	top: 1em; right: 0; 
}
.reklama {
    background-color: #CCF;
    border: 2px solid #B4B4E1;
    border-top: 0;
    border-left: 0;
    margin: .5em 2em;
    padding: .1em .7em 0;
}
.reklama p {
    text-indent: 0;
    margin: 1em 0;
    
}
.reklama .motto 
{
    color: #000;
    text-align: center;
    position: static;
    border: 1px solid #FFF;
    border-right: 0;
    border-left: 0;
}
.poznamka {font: italic .7em sans-serif; margin: 1.2em 2em; text-indent: 0;}
.prvni {width: 80%; background-color: #CCF;}
.druhy {background-color: #FFC;}
.cena {color: Red; font-weight: bold; padding: 0}
.left {float: left; margin-right: 1em;}
.right {float: right; margin-left: 1em;}
.info 
{
	width: 160px;
	background-color: #EFEFEF;
	padding: 0;
	text-indent: 0;
	text-align: center;
	margin-right: 1.6em;
}
.tag {
    color: #0000FF;
}
.tagname {
    color: #800000;
}
.tagatrib {
    color: #F00;
}
.tagpozn {
    color: #008000;
}
.priklad {
    margin: 2em;
    padding: 0.5em;
    background-color: #F0F8FF;
    border: blue 1px dashed;
}
.edit_form {
    margin: 1em 0 2em 2.5em;
}
.edit_button {
    text-align: right;
    margin: .5em .5em 2em 2.5em;
}
.edit_text {
    width: 350px;
}
.edit_label {
    width: 80px;
    display: block;
    float: left;
}
.hidden {
	position: absolute;
	top: -1000px;
	left: -1000px;
	display: block;
	width: 1px;
	height: 1px;
}
