/*-----------------------------------------------------------------------------
Default Style Sheet (empty commented stylesheet)

	version:   1.0
	author:    veronika chobolova
	email:     web@d-d.cz
	website:   http://www.d-d.cz/
-----------------------------------------------------------------------------*/

/*@import "produkty.css";*/
@import "clanky.css";

/* =Typography
-----------------------------------------------------------------------------*/
body {
/*font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;*/
/*font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;*/
/*font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;*/
font-family: "Verdana CE", Verdana, "Arial CE", Arial, sans-serif;
/*font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;*/
/*font-family: "Courier New CE", "Courier CE", "Courier New", courier, monospace;*/
/*font-family: "Impact CE", "Arial CE", "Techno CE", "Helvetica CE", Impact, lucida, sans-serif;*/
/*font-family: "Comic Sans MS CE", "Arial CE", "Sand CE", "Helvetica CE", "Comic Sans MS", lucida, fantasy;*/

  background: black;
  font-size: 80%;
  text-align: center; 
  min-width: 1200px;
/* finta pro IE aby se simulovalo min-width */
/*	_width: expression(document.body.clientWidth < 1200 ? "1200px" : "90%" );*/
}

#wrapper {
  width: 95%;
  margin: 0 auto; 
  text-align: left;
  background: #ececec url(../img/background_1.gif) repeat-x left 182px;
}

#wrapper_b {
  background: transparent url(../img/background_2.gif) repeat-x left bottom;
}

#wrapper1 {
  background: transparent url(../img/left_col.gif) repeat-y 15% 0;
  margin: 0;
}

#wrapper2 {
  background: url(../img/right_col.gif) repeat-y 85% 0;
  margin: 0;
}

#branding {
  height: 180px;
  background-color: black;
  text-align: center;
}

#mainNav { 
	padding: 1em 0 0 0;
  width: 14%;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left;
}

#content { 
  width: 85%; 
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
}

#mainContent { 
  width: 81.5%; 
  margin: 0;
  padding: 0 0 0 1em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left;
} 
#secondaryContent { 
  width: 13%;
  min-width: 8em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left;
}

#footer { 
  clear: both; 
	text-align: center;
	padding: 1em 0 4px 0;
}
#footer a{
	color: #707070;
	text-decoration: none;
}

div.archiv { 
  margin: 0 3em 1em 0;
position: relative;
top: -40px;
text-align: right;
}

/* styly pro menu vlevo
-----------------------------------------------------------------------------------------------*/

#mainNav ul{
	padding: 0;
	margin: 0;
}

#mainNav ul ul{
	display: none;
	text-align: left;
}

div#mainNav a{
	display: block;
}

div#mainNav ul li a{
	height: 30px;
	width: 150px;
	background: url(../img/button_off.gif) no-repeat left;
	color: #707070;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: .5em 0 0 0;
	margin: 0 0 .5em 0;
	text-align: left;
}

div#mainNav ul li a:hover, div#mainNav ul li a.active{
	color: white;
	background: url(../img/button_on.gif) no-repeat left;
}

div#mainNav ul ul li a{
	height: 20px;
	width: 150px;
	background: none;
	color: #707070;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 0 0 0 .5em;
	margin: 0 0 .5em 0;
	text-align: left;
}

div#mainNav ul ul li a:hover, div#mainNav ul ul li a.active{
	color: white;
	background: none;
}

/* výchozí styly
--------------------------------------------------------------------------------------------*/
a{
	text-decoration: none;
	color: #c11d33;
}
a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

img{
	border: none;
}