
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 color: #707775;

 padding:0;
 	font: normal 11px/1.7em Geneva, Arial, Helvetica, sans-serif;
	background: #DEE5DC url(img/bg_ob.jpg);
	text-align: center;
 }




INPUT, TEXTAREA, SELECT, OPTION, HIDDEN {
	padding: 2px;
	font-size: 11px;
	color: #05524F;
	background-color: #D2DBCF;
	border: inset 1px #708090;
}

p {
	font-size:11px;
	line-height:15px;
	margin:0px 0px 6px 0px;
	text-align: left;
	}

a{
	color: #006536;
	text-decoration: underline;
}

a:link{
	color: #006536;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #006536;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #D36742;

	font-weight: bold;
}


a.inverse, a.inverse:link,a.inverse:visited, a.inverse:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #006536;
}


h1{
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 10px;
	padding: 0px;
	text-align: center;
}

h2{
	font-size: 190%;
	color: #334d55;
	margin: 10px 0px 10px;
	padding: 0px;
	text-align: left;
}

h3{
 font-size: 120%;
 color: #D36742;
 margin: 0px;
 padding: 0px;
}

td{
 font-size: 12px;
}

.center {

	text-align: center;
}



#outer {
 text-align:left;
 width: 770px;
 margin:auto;
 }



#header {
	text-align: left;
	background: #05524F;
	width: 770px;
	height: 45px;

	}

#logo {
	text-align: left;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	}
	

#bar {
	height:5px;
 }
 
 #bar2 {
	height:5px;
 }

#centerWindow {
	color: #000;
	min-height:300px;
	height:auto;
	width: 770px;
	padding:0;
	border: 1px solid #718981;
	background-image: url(img/podtisk.gif);
/*	background-image:url("./img/bgpage.png");
	background-position:0% 0%;
	background-repeat:repeat-y;
*/
 }



#menu{
 float:left;
 background:#DEE5DC;
 width:160px;
 }
 
.menu UL {
	margin-left: 0px;
	padding:0px;
}

.menu UL LI {
	DISPLAY: block;
	FONT-SIZE: 12px;
	FLOAT: left;
	MARGIN: 3px 0px 0px;
	WIDTH: 160px;
	LINE-HEIGHT: 1.3em;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	padding: 0px;
}

.menu UL LI A {
	DISPLAY: block;
	TEXT-DECORATION: none;
	padding: 1px 1px 1px 6px;
	background: #05524F;
	background-image: url(img/im2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.menu UL LI A:link {
	COLOR: #FFFFFF;
	font-weight: bold;
TEXT-DECORATION: none;
}

.menu  UL LI A:visited {
	COLOR: #FFFFFF;
	font-weight: bold;
TEXT-DECORATION: none;
}

.menu UL li a:hover {
	BACKGROUND: #D36742;
	background-image: url(img/im3.gif);
	background-repeat: no-repeat;
	background-position: right;

}

.menu UL UL {
	FONT-FAMILY: "Arial",sans-serif;
	margin-left: 0px;
}

.menu UL UL LI A, .menu UL UL LI A:visited, .menu UL UL LI A:active {
	DISPLAY: block;
	TEXT-DECORATION: none;
	padding: 0px 8px 0px 6px;
	background: #718981;
	background-image: url(img/im1.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 20px;
	font-size: 11px;
	font-weight: bold;
}

.menu UL UL LI A:link {
	COLOR: #FFFFFF;
	background-color: #718981;
	font-weight: bold;
}

#menu2 {
	background-color: #D36742;
	margin-left: 5px;
	margin-top: 10px;
	width: 160px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#menu2 a, #menu2 a:visited, #menu2 a:active {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#uroven2 {

	text-align: right;
	float: right;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #fff;
	padding: 15px 5px 5px;
}


#mainWindow {
	width:605px;
	background-color: #FFFFFF;
	color: #333333;
	border:0px;
	text-align:left;
	margin-left: 160px;
	height: auto;
	float: none;
 }
 
#mainRight {
	width: 275px;
	float: right;
	background-color: #DEE5DC;
	padding: 10px;
	text-align: left;
	color: #666;
	font-size: 100%;
}

#mainLeft {
	width: 295px;
	padding: 5px;
	float: left;

}

 #footer {
        _margin-top:0px;
	height: 25px;
	background: #718981 url(img/bg_footer.jpg);
	color: #FFFFFF;
	border: 1px solid #05524F;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	width: 770px;
	vertical-align: middle;
	clear: both;
	_margin-top:-30px;
 }


 #content {
	margin-left: 10px;
	margin-right: 10px;
}


#col3Left {
	width: 190px;
	float:left;
padding:5px;
}

#col3Centre {
	width: 190px;
	float:right;
	padding:5px;

}

#col3Right {
	width: 190px;
	float:right;
	padding:5px;

}

.extra {
	font-size: 14px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
.extra2 {
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
.odsazeny {
	padding-left: 20px;
	font-weight: normal;
}

#napis2 {
	text-align: center;
	background-color: #C97E65;
	background-position: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#napis2 a {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fff;
}
#napis2 a:link{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#napis2 a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#napis2 a:hover{
	color: #fff;
	font-weight: bold;
background-color: #D36742;
}
#napis_top {
	text-align: center;
	background-color: #F8B680;
	color: #FFFFFF;
	font-weight: bold;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 95px;
}
#napis_top a {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fff;
}
#napis_top a:link{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#napis_top a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#napis_top a:hover{
	color: #05524F;
	font-weight: bold;
}
#topmenu {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #718981;
	font-size: 11px;

}
#topmenu a {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fff;

}
#topmenu a:link{
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}

#topmenu a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}

#topmenu a:hover{
	color: #D36742;
	font-weight: bold;
	background-color: #F2CAA9;

}
#topmenu2 {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #D36742;
	font-size: 11px;
}
#topmenu2 a {
	DISPLAY: block;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #fff;
}
#topmenu2 a:link{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#topmenu2 a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#topmenu2 a:hover{
	color: #fff;
	font-weight: bold;
}

.tucny {
	color: #666666;
	text-align: left;
	font-weight: bold;
}

.red {
	font-size: 20px;
	color: #DD4E1D;
	text-align: center;
	font-weight: bold;
}

.image {
	position:relative;
	width:150px;
	height:130px;
	text-align: center;
	float: left;
}

.imageBorder {
	text-align: center;
	float: left;
	border: 1px solid #000000;
}



.button {
	FONT-FAMILY: "Arial",sans-serif;
	margin: 10px;
	FONT-SIZE: 12px;
	DISPLAY: block;
	padding:0px;
	width: 160px;
	text-align:center;
	background-color: #BBC2B9;
}


.button a, .button a:link, .button a:visited  {
	DISPLAY: block;
	TEXT-DECORATION: none;
	padding: 5px;
	color:  #FFFFFF;
	background: #05524F;
}


 .button a:hover  {
	DISPLAY: block;
	TEXT-DECORATION: none;
	padding: 5px;
	color:  #FFFFFF;
	BACKGROUND: #D36742;

}

#img {
	text-align: right;
	float: right;
	}


#virtualni {
	width:270px;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	line-height: 25px;
	vertical-align: bottom;
	margin-bottom: 0px;
	float: right;
}

#banner {
	width:270px;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 0px;
	float: right;
}

#kupon {
	background-color: #E4E8E3;
	padding: 20px;
	margin: 20px;
	border: 1px solid #05524F;
	}	

#prodejna {
	clear:both;
	
	border: 1px solid #718981;
	background-color: #D36742;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 15px;
	}	

#prodejna  h1 a {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration:underline;
	}	
#prodejna  h2 a {
	margin:10px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration:underline;
	}
 
#cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
   }
#inside {
	padding: 6px;
   }
#right {
	float: right;
	width: 300px;
	text-align: left;
	clear: both;
}

 .verticalCenter  {
	vertical-align: top;
	text-align: center;
	height: 16px;
}
.cl{
	height:1px;
	clear:both;
	}
	
#flashBanner {
	z-index:5000;
	position:absolute;

	
	
	}		
