html 
{	
	margin: 0; 
	padding: 0;
	background-color: white;
}

body 
{
	margin: 0px 0px 0px 0px; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #494949;
        background-color: white;
}

#page 
{      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;
	background-image: url(../images/holderBack.gif);
	background-position: top;
	background-repeat: repeat-y;
}

a:link, a:visited, a:active 
{
	color: #378CFF;
	text-decoration: none;
}

a:hover 
{
	color: #0000ff;
	text-decoration: underline;
}

h1
{
	font-size: 22px;
	color: green;
}

h2 
{
	margin-top: 50px;
	font-size: 16px;
	color: red;
}

h3 
{
	margin-top: 20px;
	font-size: 13px;
	color: #0000FF;
}

#header 
{      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	background-color: #85BD3E;
	background-image: url(../images/topCenter_winter.png);
	background-position: top;
	background-repeat: no-repeat;	
	height: 99px;
	position: relative;
}

#holder 
{      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	overflow: hidden;
}

#leftbox 
{      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: relative;
	float: left;
	left: 0px;
	width: 170px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#counter 
{      
	margin-top: 50px;
}

#middlebox 
{
	margin: 0 150px 0 170px;
	padding: 10px;
	position: relative;
	background-color: white; /*#F3F8C0;*/
	background-image: url(../images/drakBack.jpg);
	background-position: center 60px;
	background-repeat: no-repeat;
	color: navy;
	vertical-align: top;
}

#rightbox 
{       /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: relative;
	right: 0px;     /*** IE5/mac will show a horizontal scrollbar 
			if this is less than 16px, or other units are used
			http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
	width: 150px;
	float: right;
	padding-bottom: 20px;
}

.partner
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid white;
}

#leftTopImg
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer 
{      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	background-color: #F7F7F7;	
	clear: both;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: red 1px solid;
	border-bottom: red 1px solid;
	position: relative;
}

#madDog
{
	position: absolute;
	top: 5px;
	left: 20px;
}

#spinner
{
	position: absolute;
	top: 5px;
	right: 20px;
}

#contact
{
	text-align: center;
}

.columnHeading
{
	background-color: #7AB3DE;
	font-weight: bold;
	color: white;
	background-image: url(../images/columnHeading.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	
}

.novinka
{
	color: #215B87;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.novinka a:link, .novinka a:visited, .novinka a:active
{
	color: white;
	text-decoration: none;
}

.novinka a:hover 
{
	text-decoration: underline;
}

div.time 
{
	color: red;
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 5px;
}

#menu {
	
	width: 100%;
	overflow: auto;
	/*background: #006F00;*/
        
        /*winter*/
        background: #FF3300; 

        /*autumn*/
        /*background: #FF6600;*/
	border-bottom: 1px solid red;
	border-top: 1px solid red;
}

span.button {
	
	font-weight: bold;
	border: solid 1px;
	padding: 2px 2px 2px 2px;
	background-color: #006F00;
	color: red;
	
}

span.button a {
	
	color: white;
	
}

span.button a:hover {
	
	color: red;
	
}

/* kontaktní formular */
#contactForm, #reservForm
{	width:550px; 
	margin-left: auto;
	margin-right: auto;
}

#contactForm textarea 
{	width:400px; 
	height:150px;
}

#contactForm fieldset, #contactForm input, #contactForm textarea 
{	border:1px solid #000080;
}

#contactForm input, #contactForm textarea 
{	background: #AFCBF3;
	font-weight: bold;
	color: #000080;
}

#reservForm input, #reservForm select{
        background: #AFCBF3;
	font-weight: bold;
	color: #000080;
        border:1px solid #000080;
}

#contactForm fieldset label, #reservForm fieldset label
{ 
	font-weight: bold; 
	padding: 0 10px;
	display: block;
	float: left;
	width: 15%;
	text-align: right;
}
	
#contactForm fieldset div.inp, #reservForm fieldset div.inp
{
	margin: 8px 0 3px 0;
	padding: 0;
	text-align: left;
	clear: left;
}

/* seznam clanku */
.htmDocInList 
{
	border-bottom: 1px dashed #000080;
	margin: 10px 10px 5px 10px;
	padding: 0px 0px 5px 0px;
}

.htmDocInList div.heading
{
	font-weight: bold;
	font-size: 11pt;
	margin: 0px 0px 5px 0px;
}

.htmDocInList div.date
{
	font-size: 7pt;
	color: red;
	margin: 0px 0px 3px 0px;
}

.htmDocInList span.more
{
	font-weight: bold;
}

/* clanek */
.htmDoc 
{
	margin: 10px 10px 5px 10px;
	padding: 0px 0px 5px 0px;
}

.htmDoc div.date
{
	font-size: 7pt;
	color: red;
	margin: 0px 0px 3px 0px;
}
 
.iconButtonSmall img{
	width: 16px;
	height: 16px;
	margin: 0px;
	border: none;
	padding-right: 5px;
}

.required{
    color: #FF0000;
}

.errBlock{
    background-color: red;
}

.okBlock{
    background-color: #66FF33;
}
