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

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

/* =General
-----------------------------------------------------------------------------*/
@import "sub_nav.css";
@import "produkty.css";
@import "swmotech.css";

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/*/ div {
	border: 1px solid red;
}*/
/* Put it back on certain elements */
h1, h2, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

p {
	line-height: 1.5em;
	margin: 2em 0 0 0;
}
li {
	margin: .5em 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

.clear{
	clear: both;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
	font-size: 82%;
	font-family: Arial, sans-serif;
	background: #FFFFFF;
	text-align: left;
	margin: 0 0 0 20px;
}

#wrapper {
	width: 85%;
	width: 900px;
	background: #fff url(../img/secondary-faux-col.gif) repeat-y right;
	border: 1px solid silver;
	
	text-align: left;
}

#brand {
	height: 100px;
	background: #a5a5a5;
}

#sub_navigace {
	width: 251px;
	float: right;
	background-color: #ffefbd;
}

#text {
	padding: 1em;
	width: 69%; 
	float: left;
}

#dd {
	clear: both;
	text-align: right;
	border-top: 1px dotted silver;
	padding: 1em 0;
}

#tools {
	padding: 8px;
	text-align: right;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #426279;
	font-size: 1.1em;
	background: #fff url(../img/obloucky.png) no-repeat left center;
	padding: 0 0 0 1.5em;
	margin: 1.5em 0 0 0;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	padding: 1em 0;
	margin: 0;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
	color: #3366CC;
	text-decoration: none;
}

a#logo {
	padding-top: 20px;
	height: 80px;
	width: 400px;
	display: block;
}

/* =Branding
-----------------------------------------------------------------------------*/
#brand {
	height: 130px;
	background: url(../img/lista.gif) no-repeat left top;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#navigace {
	font-size: 11px;
	position: absolute;
	top: 100px;
}

#navigace ul {
  margin: 0;
  padding: 0;
  float: left;
	background-color: #6495ed;
  list-style: none;
  text-transform: uppercase;
}

#navigace ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
}

#navigace ul a {
	color: #fff;
	background-color: #6495ed;
	font-weight: bold;
	padding: .4em 2em;
	letter-spacing: 1px;
	text-decoration: none;
	float: left;
	display: block;
	border-left: 1px solid #f0f8ff;
}

#navigace li.activ {
	background: #6495ed url(../img/navbg_activ.gif) repeat-x left center;
}

#navigace li.activ a {
	color: #333;
}

#navigace ul a:hover {
  color: #333;
}

#navigace ul a.first, #navigace li.activ a {
  background: none;
  border-left: none;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#text li {
	list-style: none;
}

img.foto_employe {
	margin: 2em 1em 0 0;
	float: left;
  display: inline;
}

img.right {
	float: right;
}

p.dulezite {
	color: white;
	font-weight: bold;
	background-color: red;
	border: 1px solid #cc0033;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#dd {
	clear: both;
	text-align: right;
	border-top: 1px dotted silver;
	background-color: #FDF9E8;
	padding: 1em 0;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 
fieldset {
	border: 1px solid inherit;
}
*/

/* =Tables
-----------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border: 1px solid #666;
	/*margin: 0;*/
}

th, td, caption {
	font-size: 82%;
}

th, td {
/*	font-family: Arial, sans-serif;*/
	padding: .2em 1em;
	font-weight: normal;
	text-align: left;
}

td {
	text-align: right;
}

thead {
	background: #CCD6DE;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

col#pocet_barev {
	border-right: 1px solid #000;
}

col#pocet_barev td {
	text-align: center;
}

caption {
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}

* html table {
	padding: 1em 0;
}

tr:hover {
	background-color: #426279;
	color: #fff;
}

thead tr:hover {
	background-color: #CCD6DE;
	color: #000;
}

.odd {
	background-color: #e2e9ef;
}

p.tab_pzn{
	padding: 0;
	margin: 0;
}

/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

