/* © 2007 Jiří Beroušek www.MultiMedia-Activity.cz, last update 08.11.2007 */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/produkty_yellow4.jpg);
	font-size: 89%;
}

/* HTML ================================================================================= */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h1 {
	border-bottom: 1px solid #000000;
	margin-top: 15px;
}

img {
	border: 1px solid #000000;
}

table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	margin: 0px auto;
	font-size: 89%;
}
caption {
	font-family: Arial, sans-serif;
	color: #000000;
	padding-bottom: 4px;
	font-weight: bold;
	margin: 0px auto;
}
th, td {
	padding: 4px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}
th {
	font-family: Verdana, sans-serif;
	background-color: #FFFF00;
	white-space: nowrap;
}

/* end HTML =========================================================================== */

/* layout ============================================================================= */

/* ---------------------------------------------------------------- page */
.page{
	text-align: left;
}

/* ---------------------------------------------------------------- header */
.header{
	height: 55px;
	padding-left: 120px;
	background-color: #FFFF00;
	background-image: url(../images/okraj/header_yellow_bg.png);
	background-repeat: repeat-y;
}
.header table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: none;
}
.header td {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent; 
	text-align: center;
}
.header img {
	border: 0px;
}

/* ---------------------------------------------------------------- headertxt */
.headertxt{	
	color: #000000;
	padding: 0px;
	text-align: center;
}

/* ---------------------------------------------------------------- container */
.container {
	float: left;
	background-image: url(../images/okraj/menu_line.jpg);
	background-repeat: repeat-y;
	width: 100%;
}

/* ---------------------------------------------------------------- contents */
.contents {
	text-align: center;
	margin-left: 120px;
}

/* ---------------------------------------------------------------- leftcol */
.leftcol {
	float: left;
	color: #FFFF00;
	text-align: center;
	width: 120px;
	position: absolute;
	top: 55px;
	background-image: url(../images/okraj/menu_line.jpg);
	background-repeat: repeat-y;
	padding-bottom: 15px;
}

/* ---------------------------------------------------------------- leftcoltxt */
.leftcoltxt{}

.leftcoltxt a {
	color: #FFFF00;
}

.leftcoltxt img {
	border: 0px;
}
/* menu ------------------------------------------------------------------------------- */
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}
#navcontainer li { margin: 0 0 8px 0; }
#navcontainer a {
	display: block;
	color: #FFFF00;
	text-decoration: none;
	padding: 2px 2px 2px 18px;
	width: 80px;
	background: transparent url(../images/okraj/bullet_red_menu.gif) left top no-repeat;
	background-position: 5px 5px;
}
#navcontainer a:hover {
	background-color: #FFFF00;
	width: 100px;
	color: #000000;
}
/* end menu ----------------------------------------------------------------------------- */

.copyright {
	font-size: 69%;
}

/* ---------------------------------------------------------------- footer */
.footer{}

/* ---------------------------------------------------------------- footertxt */
.footertxt{}

/* ---------------------------------------------------------------- foot */
.foot{}

/* ---------------------------------------------------------------- foottxt */
.foottxt{}


/* ---------------------------------------------------------------- norní navigace v sekcích */
.nav-top-section {
	background-color: #000000;
	padding: 8px;
	color: #FFFF00;
}
.nav-top-section a {
	color: #FFFF00;
}

/* ---------------------------------------------------------------- drobečková navigace */
.bredcrumbs {
	text-align: left;
	font-size: 79%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5%;
	background-color: #FFFF00;
}

.paragraphs {
	padding: 0px 5%;
}

/* ---------------------------------------------------------------- groups nahledy skupin produktu */
.framegroup {

}
div.group {
	width: 350px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
div.group p {
	margin: 6px;
}
.cleaner {
	clear: both; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
} 
/* end groups nahledy skupin produktu */


/* ---------------------------------------------------------------- seznam produktů */
.product-list {
	text-align: left;
}
.product-list li {
	list-style-image: url(../images/bullet_red.gif);
}

/* ---------------------------------------------------------------- další nabídka */
.next-offer {
	margin: 15px 0px;
	clear: both;
	background-color: #FFFF00;
	padding: 0px 10px;
	font-weight: normal;
	border: 1px solid #000000;
}

/* ---------------------------------------------------------------- dolní navigace */
.nav-bottom {
	border-top: 1px solid #000000;
	margin-top: 15px;
	padding: 5px;
}

/* end layout ========================================================================== */

/* class =============================================================================== */
.cleaner {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.hidden {
	display: none;
}

img.noram {
	border: 0px;
}
img.floatright {
	float: right;
}

.noborder table {
	border: 0px;
}
.noborder td {
	border: 0px;
}
.noborder th {
	border: 0px;
}

.pocitadlo img {
	border: 0px;
}
.red {
	color:#F00;
	}
/* end class =========================================================================== */