
body {margin: 0; padding: 0; background: #171717}
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica;
   color: #D99358;
	line-height: 1.30em;
	letter-spacing: 0.03em
}

h1, h2, h3, h4 {font-family: Verdana, Arial, Helvetica; margin: 15px 0 0 5px; color: #D99358; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Verdana, Arial, Helvetica; color: #D99358; font-weight: normal}


h1 {position: absolute; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #D99358}
h1:first-letter {font-family: Verdana, Arial, Helvetica; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 125px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #D99358; letter-spacing: 0.05em}

ul {margin: 10px 10px 0 7px; font-size: 0.65em; line-height: 1.60em; color: #D99358; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #E38F5A; font-weight: bold; text-decoration: none; border-bottom: 1px solid #E38F5A}
a:hover, a:active {color: #3E5189; border-color: #3E5189}

ul {list-style: inside square} /* general lists */




/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 800px; 
background: url(images/bkgrnd.gif) 0 0 repeat-y #171717; 
overflow: hidden
}

#hlavicka {  /* div containing h1, nav and grapes image */
float: left; 
width: 800px; 
height: 284px; 
background: url(images/titulka.gif) 0 0 no-repeat #171717; 
}

#menuvlevo {
position: absolute;
left: 0px;
top: 100px;
margin-left: 40px;  /* leave this so that background image lines up with edge of this div */
width: 185px; 
background: transparent;
overflow: hidden
}

#vnitrek {
	float: right;
	width: 530px;
	padding-bottom: 50px;
	background: transparent;
	overflow: hidden;
	margin-right: 15px;
}  /* right column */

#paticka{float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 775px; background: #182035; border-top: 1px solid #C8894E}




ul#nav {   /* navigation list */
	margin: 200px 0 0px 0; /* the 40px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 200px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #171717;
	padding: 10px 5px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #D29161;
	background: #1A223A
}

ul#nav li a#current {border-color: #2A2A2A}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #C8894E; color: #fff}


td.tabulka {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #D29161;
	
}

img.psi {
  border: 1px solid #D29161;
}
	
.nahledmaly {
  width: 186px;
  border: 0px;
}

.nahleddob {
  width: 215px;
  border: 0px;
}

.nahledw {
  width: 350px;
  border: 0px;
}

.nahled {
  height: 200px;
  border: 1px solid #D29161;
}

th.navigace {
font-weight: normal;
vertical-align: top
}

.floatleft
{
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #D29161;
	padding: 0px;
	
}





