body {
	text-align:center;
	background: #F6F6F6;
	font-size:0.9em;
	font-family:Verdana, Arial CE, Arial, sans-serif;
}

#container {
	width:760px;
	text-align:left;
	margin:0 auto;
	background:#e5e5e5;
	border: 1px #fc7304 solid;
}

/* Hlavicka */
#header {
	height:120px;
	background:#eba638;
	position:relative;
	padding: 0px;
	margin: 0px;
}

#langue {
	float: right;
	height:10px;
	position: relative;
	margin: 0 10;
	top: 100px;
}


#header h1 {
	margin:0;
	position:absolute;
	top:12px;
	font-size:2em;
}

#logo1 {
	position:absolute;
	left:5px;
	top:27px;
}
#logo2 {
	position:absolute;
	left:95px;
	top:48px;
}

#languages {
	position:absolute;
	top:88px; right:1px;
}

#languages img {
	border:none;
	margin-right:5px;
}

/* Levy sloupec a menu */
#left_column {
	width: 190px;
	float: left;
	padding-top: 0px;
	background: #eba638;
}

/* Pravy sloupec s obsahem */
#right_column {
	width:565px;
	float:right;
	}

#menu_bottom {
	height:0px;
	background:#eba638;
}

/* Menu */
#menu  {
	margin:0 5px 0 5px;
	padding:0px;
	text-transform: uppercase;
}

#menu a {
	margin:0px;
	display:block;
	padding:0px 3px 1px 3px;
	text-decoration:none;
	font-size:0.9em;
	margin-top:3px;
	border: 1px black solid;
	color: black;
}

#menu a:hover {
	color:black;
	background: #fc7304;
}

#menu h3 {
	margin:3px 0px 3px 0px;
	background: #fc7304;
	padding:2px 5px 2px 8px;
	font-size:0.9em;
	text-transform: uppercase;
}

#menu .sub {
	margin:0px;
	padding:0px;
	background:none;
	border:solid #D0A240 2px;
	border-top:none;
	display:none;
}

#menu .sub a {
	margin:0px;
	padding:1px 5px 1px 10px;
	background:none;
}

.sklad {
	padding-left:0px;
	text-transform: none;
}

#menu .sub a:hover {
	background:#C47E20;
}

/* Hlavni obsah */
#main {
	margin:10px 20px 10px 5px;
	padding:10px 10px 10px 15px;
}

/* Paticka */
#footer {
	height: 21px;
	clear:both;
	background:#eba638;
	font-size:0.7em;
}

#footer_top {
	height:15px;
	clear:both;
	font-size:3px;
	background:#eba638;
}

#footer_bottom {
	height:1px;
	font-size:3px;
	background:#eba638;
}

/* Format textu */
h2 {margin-top:0px;}
a {
  color:blue;
	font-weight:bold;
	text-decoration: none;
}

a:hover {color:gray;}

table {border-collapse:collapse;}
td {
	border:solid black 1px;
	padding:2px 5px 2px 5px;
	text-align:left;
}
th {
	background:gray;
	color:white;
	border:solid black 1px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
}
a img {border:none;}

/* tabulka s viny */
.vina td {
	border:none;
	vertical-align:top;
}

img {
  margin-bottom:10px;
	border: 1px black solid;
}

h1, h2 {
text-decoration: xx-small;
color: red;
letter-spacing: 0.1em;
text-transform: uppercase;
font-size: small;
}

p {
text-align: left;
text-indent: 1em;
letter-spacing: 0.1em;
font-size: small;
}

dt {
  text-transform: uppercase;
	font-weight: 700;
}
ul {
 list-style: square;
 margin: 0px 8px;
}
dl {
 margin: 0px 0px;
}
li {
margin: 0px 8px;
}
dd {
margin: 0px 0px;
}
.nic 
{border: none;}
