body, table, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

html,body {
	background-color: #343335;
	color: #6f6f6f;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
	}

form {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	}

img {
	border: 0px;
	}

h1 {
	font-size: 20px;
	color: #6f6f6f;
	padding-bottom: 0px;
	margin: 0px;
	font-family: serif;
	font-weight: normal;
	}

h2 {
	font-size: 14px;
	color: #6f6f6f;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}

h3 {
	color: #aa0000;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
	}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	}


input.short {
	width: 20px;
	height: 14px;
	border: 1px #bcbcbc solid;
	color: black;
	font-size: 100%;
	margin-left: 10px;
	}

table.all {
	width: 950px;
	height: 570px;
	border: 1px white solid;
	}

img.gallery {
	border: 1px solid white;
	}
/* -------- START - HORNI MENU -------- */
table.header_menu {
	text-align: left;
	vertical-align: top;
	}

td.menu {
	width: 100px;
	vertical-align: top;
	}

table.under_menu {
	background: black;
	width: 99%;
	height: 125px;
	}

tr.vsuvka {
	height: 6px;
	}

a.menu {
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

a.menu:hover {
	color: #ffc600;
	}

td.cart {
	width: 150px; /** bylo 80px. sirka */
	color: Gray;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	}
.cart a {
	color: gray;
	text-decoration: none;
	}
.cart a:hover {
	color: orange;
	}

.cart img {
	padding-left: 10px;
	}

/* -------- KONEC - HORNI MENU -------- */

/* -------- START - CENTER -------- */
table.center {
	background: White;
	color: #6f6f6f;
	height: 470px;
	}


/* -------- KONEC - CENTER -------- */

/* -------- START - UNDER -------- */
table.under {
	height: 12px;
	}

a.under {
	color: White;
	text-decoration: none;
	font-weight: bolder;
	}

a.under:hover {
	color: orange;
	}

a.under1 {
	color: white;
	text-decoration: none;
	}

a.under1:hover {
	color: orange;}
/* -------- KONEC - UNDER -------- */

/* -------- START - RETIZKY -------- */
table.page {
	width: 100%;
	text-align: left;
	}

table.page_down {
	text-align: left;
	}

table.center_right {
	width: 100%;
	font-size: 12px;
	}

/** serifove pismo pro stredni cast stranky */
.center_right table, .center_right td, .center_right h2, .center_right h1, .center_right a {
	/* font-family: serif; */
	font-size: 11px;
	}
.center_right h1 {
	font-weight: normal;
	font-size: 18px;
	font-family: verdana;
	}
.center_right h2 {
	font-weight: normal;
	font-size: 13px;

	}


td.border_up {
	width: 100%;
	height: 1px;
	font-size: 1px;
	/*background-color: #6f6f6f;*/
	border-bottom: 1px solid #6f6f6f;
	}

td.border_down {
	border-bottom: 1px #6f6f6f solid;
	width: 96%;
	margin-bottom: 10px;
	}

img.obr {
	text-align: left;
	float: left;
	}

a.page {
	color: #6f6f6f;
	text-decoration: none;
	}

a.page:hover {
	color: Red;
	}

img.objednat {
	border: none;
	vertical-align: bottom;
	}
/* -------- KONEC - RETIZKY -------- */

.horz_menu {
	font-size: 11px;
	font-weight: bold;
	}

.warning {
	color: red;
	}

#sbs_logo {
	float: right;
	}

#jazyky {
	width: 950px;
	text-align: right;
	margin-bottom: 4px;
	}
#jazyky option, select {
	font-size: 10px;
	}

#stredLevaSekce {
	width:220px;
	height:440px;
	background-color:#cdcdcd;
	margin-right:3px;
	padding:10px;
	font-size:10px;
	text-align:left;
	overflow: auto;
	}
#stredStredniSekce {
	width:489px;
	height:440px;
	border-right:1px solid black;
	padding:10px;
	text-align:left;
	overflow: auto;
	}
#stredPravaSekce {
	height:440px;
	width: 160px;
	text-align:left;
	vertical-align: top;
	overflow: auto;
	}


a, a:visited {
	color: #6f6f6f;
	}

a:hover {
	text-decoration:underline;
	color: orange;
	}

.mensi {
	font-size: 0.8em;
	}
.bledsi {
	opacity:.5;
	width: 100%;
	filter: alpha(opacity=50);
	}

	

/****************** stavove zpravy */
.stateMsg {
    padding-left: 20px;
    font-size: 12px;
    color: white;
    }
.stateMsgOk {
    color: #00BB00;
    font-weight:bold;
    padding-right: 35px;
    }
.stateMsgErr {
    color: #F06F0F;
    font-weight:bold;
    padding-right: 10px;
    }

