* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

html{
	background: #003300 url(images/body_bg.jpg) repeat-x;
}	

body {
	color: #000000;
	font-family: "Arial CE", "Helvetica CE", "Tahoma CE", Arial, Tahoma, lucida, sans-serif;
	font-size: 11px;
	line-height: 1.6;
}

.middle {
	vertical-align: middle;
}

.right {
	float: right;
	text-align: right;
}
.left {
	float: left;
	text-align: left;
	margin-right: 10px;
}


.hide {
  display: none;
	}
	
.center {
	text-align: center;
}

a {	
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #fff;
	background-color: #000000;
}

a#imagelink:hover {
	background:none;
	background-color: transparent;
}

ul, ol {
	margin-left: 3em;
}
h1,h2,h3,h4,h5 {
	color: #292;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #292;
	text-decoration: none;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}


body.mceContentBody {
  background: #fff;
  color: #000;
}
/* LAYOUT */
#hlavicka {
	margin:	0 auto;
/*	width: 776px;*/
	height: 28px;
	background-image: url("images/hlavicka_bg.jpg");
	background-repeat: no-repeat;
    }
#obal {
	margin:	0 auto 0px;
	width: 930px;
	border: 4px solid #000000;
	border-bottom: none;
	background: #fff url(images/obal_bg.jpg) repeat-x 0 160px;
    }
#paticka2 {
	margin:	0 auto;
	padding: 7px 0 25px 0;
	width: 776px;
	color: #fff;
	background-image: url("images/foot-bg2.gif");
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 9px;
    }

#navigace {
	float:left;
	height: 160px;
	width: 100%;
	background-image: url(images/top_bg.jpg);
    }
#obsah{
	float: left;
	width: 579px;
	/*padding: 10px 20px 10px 20px;*/
	border-left: 1px solid white;
    }
#obsah .content {
	padding: 5px 10px;
	text-align: left;
}
#obsah .messages{
	margin: 10px;
	padding: 0.5em;
	border: 1px solid #000000;
}

#rightcolumn{
	float: left;
	width: 190px;
	padding: 20px 0 0 0;
	font-size: 18px;
    }

#sidebar {
	float: left;
	width: 160px;
	font-size: 0.9em;
    }
#paticka {
	clear: both;
	text-align: right;
	padding: 10px 130px 7px 0;
	background-image: url("images/foot-bg1.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
    }
/* /LAYOUT */

#hlavicka .fastmenu {
	font-size: 10px;
	}
#hlavicka h1 {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-align: right;
	padding: 12px 12px 0 0;
	}
	
#navigace h3{
	position: absolute;
	left: -9999px;
	}
a#homelink {
	display: block;
	float: left;
	width: 300px;
	height: 100px;
}
a#homelink:hover {
	background: none;
}
ul#topmenu {
	float: right;
	position: relative;
	top: 50px;
	width:300px;
	}
ul#topmenu li {
	display: inline;
	text-align: center;
	}
ul#topmenu li#homelink {
	display: block;
	position: absolute;
	top: -50px;
	left: 0px;
	text-align: center;
	border: 1px solid red;
	}
ul#topmenu li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 0 1em 0 1em;
	}
ul#topmenu li a:hover {
	color: #000000;
	background-color: #fff;
	}
	
#obsah h2 {
	padding: 10px 10px 0 10px;
}
#obsah .node h2 {
	padding: 0;
}
#obsah .node {
	padding: 10px;
}
#obsah p {
	margin: 0.5em 0 1em 0;
}
#obsah ul {
	margin: 0.5em 0 1em 4em;
}

#sidebar h3,h4,h5,p,address {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar ul {
	margin-left: 0;
	margin-bottom: 1em;
	padding: 0;
}
#sidebar ul.menu {
	margin-bottom: 2em;
	text-align: left;
}
#sidebar ul ul, #sidebar ul ul.menu {
	margin: 0;
}
#sidebar ul li {
	list-style-type:none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#sidebar ul li a {
	display:block;
	padding: 0.2em 10px 0.2em 10px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
}

#block-localizer-0 {
	border-bottom: 1px solid #fff;
	height: 2em;
}
#block-localizer-0 ul li {
	list-style-type:none;
}
#block-localizer-0 ul li a {
	text-align: right;
	text-decoration:underline;
	font-weight:normal;
	padding-top: 5px;
	border:0;
}

div .breadcrumb {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0 10px 0 10px;
	height: 2em;
	font-size: 0.9em;
	}
div .breadcrumb a {
	font-weight: normal;
	}

div .ind {
	padding-left: 10px;
	}

#paticka .menu {
	text-align: right;
	font-size: 0.85em;
	padding: 0 12px 0 0;
	}
#paticka .menu li {
	display: inline;
	margin-left: 2em;
	}
#paticka .menu li a {
	text-decoration: none;
	color: #369;
	}
#paticka .menu li a:hover {
	color: #fff;
}
#paticka2 p {
	text-align: right;
	padding: 0 140px 0 0;
	font-size: 10px;
	color: #fff;
    }
#paticka2 a {
	color: #fff;
	text-decoration: none;
}
#paticka2 a:hover {
	color: #000000;
	background-color: #fff;
}

p img.photo {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	/*border: 2px solid #fc9;*/
	border: 2px solid #fff;
	padding: 3px;
}


table.price thead th {
	background-color: #000000;
	color: #fff;
	border: none;
}
table.price thead th a{
	color: #fff;
}
table.price thead th a:hover{
	color: #000000;
	background-color: #fff;
}
table.price tbody th {
	padding-top: 1em;
}
table.body {
	background-color: #00659C;
	width: 780px;
	border-color: #FFFFFF;
}
table.price tbody td {
	border-bottom: 1px solid #000000;
}

table.biotable th {
	width: 7em;
}
table.white {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}


/* -- Accessibility Tweaks -- inspired by mezzoblue.com */
div#preskok {
	position: absolute;
	left: -5000px;
	}
div#preskok a:hover {
	color: #f00;
	}
div#preskok a:focus {
	display: block;
	position: absolute;
	top: 30px;
	left: 5200px;
	font-size: large;
	background: #fff;
	border: solid 2px #369;
	padding: 10px;
	width: 15em;
	z-index: 1;
	}
	

/* /FORMULARE */

/* page-specific - to be sorted */
div.infobox {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #aaa;
}
/*div.infobox ul, div.infobox p {
	margin: 0.5em auto 0.5em 3em;
}*/
/*div.infobox h3 {
	margin-top: -1em;
	padding: 0 0.5em 0 0.5em;
	background-color: #fff;
}*/

ol.pillars li {
	/*border: 1px dotted #369;*/
	margin: 0.3em;
	padding: 0.3em;
}
ol.pillars li a, ol.pillars li h4 {
	display: inline;
	/*margin: 0.3em;
	padding: 0.3em;*/
}

div.bio h5 {
	font-size: 1em;
}
div.bio p {
	font-size: 1em;
	text-align: right;
	margin-bottom: 0.3em;
	/*border-bottom: 1px solid #cf9;*/
	border-bottom: 1px solid #aaa;
}

div.intext-pics {
	border: 1px solid #aaa;
	width: 200px;
	float: right;
	padding: 0.5em;
	margin-left: 1em;
	font-size: 0.8em;
	text-align: center;
}
div.intext-pics p {
	text-align: center;
}
div.intext-pics img {
	margin: 0 5px 0 5px;
}
div.intext-pics a:hover{
	background: none;
}
table.body th {
	background-color: #00659C;
	width: 780px;
	border-color: #FFFFFF;
	border-style: none;
}

#prodbox {
	font-size: 10px;
}

#smallref {
	font-size: 9px;
	font-style:italic;
	color:#999999;
}

#smallref:hover {
	background: none;
}

#prodbox a {
	text-decoration: none;
}

#prodbox a:hover {
	color: #292;
	background-color: #fff;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.note_btm {
	vertical-align: bottom;
	font-size: 9px;
	padding: 15px;
}

.normalred_sml {
	font-weight: bold;
	color: #FF0000;
}

.price {
	font-weight: bold;
	font-size: 12px;
	color: #292;
}
.specialtag_big {
	color: #292;
	font-weight: bold;
}

.rightlabel {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
/*	border: 2px none;
	padding: 2px;*/
	text-align: right;
}
.prodname_big {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
}
.greycell {
	background-color: #CCCCCC;
}
.leftnote {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	float: left;
}
.greylightcell {

	background-color: #DFDFDF;
}

td.bottom {
	vertical-align: bottom;
}

A.navigate {
	font-size: 13px;
	font-weight: bold;
}
