/*------------------------------------------------------------------
[Hlavni Stylesheet]

Projekt: Thermokleber
Autor: Petr Havelka - petr@citronak.cz
Vystupni zarizeni: screen, projection
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[ Generally ]
*/

a {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, form, p, fieldset, input { margin: 0; padding: 0;}

body {
	background: #FFF url(../img/bbg.png) 0 0 repeat-x;
	color: #000;
	font-size: 62.5%;
	font-family: Tahoma;
	text-align: center;
	border: none;
}

hr, .none, caption, .toPrint, legend { display: none; }

.jmp, h1 {
	position: absolute;
	top: -2000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.fl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl { display: inline-table; }

/* Skrytí pred IE/MAC \*/
* html .fl { height: 1%; }
.fl { display: block; }
/* Konec skrytí pred IE/MAC */

img, fieldset {
	border: none;
}

#page {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	position: relative;
	background: url(../img/bodyBg.png) 0 0 no-repeat;
}


/*------------------------------------------------------------------
[ Header ]
*/

#header {
	width: 836px;
	height: 91px;
	background: #e2001a;
	margin: 0 auto 42px;
	position: relative;
	left: -6px;
}

#header p, #lang {
	position: absolute;
	left: 683px;
	top: 17px;
	font-size: .9em;
	text-transform: uppercase;
}

#header p {
	color: #f49fa9;
}

#header p a {
	color: #f49fa9;
}

#lang {
	top: 48px;
	left: 776px;
	color: #f49fa9;
	font-size: 1.2em;
}

#lang a {
	color: #f49fa9;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	left: 22px; top: 25px;
	width: 222px; height: 50px;
	overflow: hidden;
	font-size: 1.6em;
}

#logo span a {
	display: block;
}

#logo span {
	position: absolute;
	left: 0; top: 0;
	width: 222px; height: 50px;
	background: url(../img/den-braven-logo.png) 0 0 no-repeat;
}

/*------------------------------------------------------------------
[ Menu ]
*/

#menu {
	position: absolute;
	top: 91px;
	left: 0;
	width: 100%;
	height: 42px;
	background: #4ea928 url(../img/bgMenu.png) 0 0 no-repeat;
}

#menu ul {
	list-style: none;
	line-height: 16px;
	text-transform: uppercase;
	margin-left: 15px;
}

#menu ul li {
	float: left;
	height: 16px;
	margin: 10px 0 0 0;
	border-left: 1px solid #f3f9f1;
}

#menu ul li.mFirst {
	border: none;
}

#menu ul li a {
	padding: 0 30px;	
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
}

#menu ul li a:hover, #menu ul li.active a {
	color: #fab500;
}

/*------------------------------------------------------------------
[ Content ]
*/

#content {
	float: left;
	width: 544px;
	height: 347px;
	min-height: 347px;
	padding: 0 0 110px 0;
	text-align: left;
	padding-left: 38px;
}
#content table {
	margin-top: 10px;
	border-top: 1px solid #000;
	font-size: 1.2em;
	
}
#content table th {
	background: #009833;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	height: 20px;
	padding: 0 5px;
	text-align: left;
}
#content table td {
	text-align: left;
	padding: 0 5px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	height: 20px;
}

#content table td.r {
	text-align: right;
	padding: 0 5px;
}

#content h2.hlrg {
	font-size: 3.6em;
	color: #fff;
	font-weight: normal;
	margin-top: 20px;
}

#content h2.hsmC, #content h2.hsm  {
	text-align: center;
	font-size: 1.8em;
	color: #fff;
	margin-top: 18px;
}

#content h2.hsm {
	text-align: left;
}

#content h2.dr {
	color: #27262b;
	font-size: 1.6em;
}

#content #iPostup {
	margin-top: 20px;
}

#content #iPostup img {
	float: left;
	margin: 5px 0 0 25px;
}

#content #iPostup img.selected {
	border: solid 1px #E2001A;
}

#content #iPostup #scr {
    float:left;background-color:#8F8F8F;margin-right:22px;width:500px;
}

#content #iPostup #scr img {
    float:none;margin:0;padding:0;
}

#content #iPostup #scr p {
    float:left;color:white;margin:0;padding:10px;height:80px;
}

#content #iPostup .prev {
    margin:0 3px 5px 3px;padding:0;border:solid 1px white;
}

#content #iPostup .last {
   margin:0 0 5px 3px;padding:0;border:solid 1px white;
}

#content ul#prednosti, #content ul#postup  {
	list-style: none;
	width: 340px;
	margin-top: 10px;
	float: left;
}
#content ul#postup {
	width: 500px;
	margin-bottom: 30px;
}

#content ul#prednosti li, #content ul#postup li {
	padding: 0 0 0 10px;
	background: url(../img/dot.png) 0 9px no-repeat;
	font-size: 1.2em;
	color: #3b3b3d;
	line-height: 20px;
}

#content ul#postup li a {
	color:#3B3B3D;
}
#content #map {
	margin-top: 20px;
}

#content address{
	text-align: center;
	font-size: 1.1em;
	font-style: normal;
	color: #8c8c8e;
}
#content address a {
	color: #8c8c8e;
}
#content h4 {
	font-size: 1.2em;
	color: #3b3b3d;
	text-align: center;
	margin-top: 20px;
}

#content h3 {
	font-size: 2.1em;
	color: #fff;
	font-weight: normal;
	padding-left: 29px;
	margin-top: 7px;
}

cite {
	display: block;
	color: #3b3b3d;
	font-size: 1.3em;
	font-style: normal;
	margin-top: 16px;
	margin-bottom: 14px;
	line-height: 18px;
}

#content p{
	line-height: 22px;
	font-size: 1.2em;
	color: #3b3b3d;
	margin-bottom: 14px;
}

#content.aktuality h3 {
	color: #3b3b3d;
	padding: 0;
	font-size: 1.8em;
}

#content.aktuality strong {
	line-height: 20px;
	font-size: 1.2em;
	color: #009833;
}
#content.aktuality p strong { font-size:1em; }
#content.aktuality a {
    color: #3b3b3d;
    text-decoration: underline;
}
#content.aktuality a:hover {
    text-decoration: none;
}

html>body #content {
	height: auto;
}

#tk {
	float: left; 
	margin: 15px 0 0 0 ;
}

#tk.spec {
    position: absolute;
    top: 133px;
    left: 582px;
}

#cBottom {
	text-align: left;
}

#zateplujte {
	float: left;
	width: 440px;
	height: 40px;
	position: relative;
	overflow: hidden;
	color: #68b352;
	font-size: 2.2em;
	margin: 11px 27px 0 30px;
	line-height: 40px;
}

#zateplujte span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 440px;
	height: 40px;
	background: url(../img/zateplujte.gif) 0 0 no-repeat;
}

#zateplujte.sk span {
	background: url(../img/zateplujte-sk.gif) 0 0 no-repeat;
}

.dodInfo {
	text-align: left;
	margin:20px 0 10px 0;
    padding: 10px 0 0 0;
    border:0 !important;
    width:100%;
}

.dodInfo tr, .dodInfo td {
    border:0 !important;
    margin:0;
}

.dodInfo td {
    border-bottom:solid 1px silver !important;
}

.dodInfo a {
	float: left;
	height:28px;
	line-height:28px;
	margin: 0 20px 5px 0;
	padding-left: 27px;
	color: #3b3b3d;
	background: url(../img/pdficon.gif) no-repeat 0 50%;
}



/*------------------------------------------------------------------
[ Footer ]
*/

#footer {
	float: left;
	clear: both;
	width: 100%;
	margin-top: -90px;
	color: #8c8c8e;
}

#footer a {
	text-decoration: none;
	color: #8c8c8e;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .fleft {
	float: left;
	padding-left: 30px;
}

#footer .fright {
	float: right;
	padding-right: 28px;
}



#roadshow {
	position: absolute;
	width: 246px; height: 149px;
	display: block;
	left: 360px;
	top: 130px;
	z-index: 100;
}

#roadshow img {
	display: block;
}
