﻿body {
	margin: 0px;
	padding: 0px;
	background: url("../images/layout/body-background.gif") repeat;
	overflow-x: hidden;
	}

div {
	margin: 0px;
	padding: 0px;
}

#divBody {
	width: 765px;
	margin: 10px auto;
}

#divRight {
	width: 595px;
	float: right;
}

#divLeft {
	width: 161px;
	float: right;
}

#divFooter {
	clear: both;
	padding-top: 5px;
}

/* záhlaví */
#divHeader {
	height: 93px;
	background: url("../images/layout/header.png") no-repeat;
	color: White;
}

#divHeader div.title, #divHeader div.title2 {
	padding: 50px 0px 0px 15px;
	color: White;
	font: bold 18pt "Arial Narrow", Arial, Sans-Serif;
}

#divHeader div.title2 {
	padding-top: 24px;
}

#divHeader div.slogan {
	float: right;
	padding: 25px 10px 0px 0px;
	color: White;
	font: italic 9pt Arial, sans-serif;
	line-height: 9pt;
}

#divTopMenu {
	height: 40px;
	margin-top: 4px;
	background: url("../images/layout/header-menu-background.jpg") repeat-x;
	border-top: solid 1px #f2fdeb;
	border-bottom: solid 1px #8c9e83;
}

#divTopMenu a {
	display: block;
	float: left;
	height: 40px;
	margin: 0px;
	padding: 0px 12px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}
#divTopMenu a.leftBorder {
	border-left: solid 1px #f2fdeb;
}
#divTopMenu a.rightBorder {
	border-right: solid 1px #8c9e83;
}
#divTopMenu a:hover {
	color: #34651c;
}

/* obsah */
#divContent {
	margin-top: 7px;
	background-color: White;
}
#divContent div.margin {
	padding: 18px 12px 11px;
}

/* levý sloupec */
#divLeft div.margin {
	margin-right: 6px;
}

#divMenu {
	margin-top: 5px;
	background-color: #e2f5d8;
}

#divMenu div.languages {
	padding: 5px 7px 3px;
	background-color: #e2f5d8;
}

#divMenu div.menu a {
	display: block;
	height: 30px;
	margin: 0px;
	padding-left: 14px;
	background: url("../images/layout/menu-background.jpg") no-repeat;
	color: White;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
}
#divMenu div.menu a:hover {
	background-position: -157px 0px;
}
#divMenu div.submenu {
	border-left: solid 1px #bfd8b2;
	border-right: solid 1px #bfd8b2;
	padding-left: 13px;
	background-color: White;
}
#divMenu div.submenu a {
	display: block;
	min-height: 22px;
	height: auto;
	-height: 25px;
	padding-left: 12px;
	background: url("../images/layout/submenu-background.gif") no-repeat;
	color: black;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 18px;
	vertical-align: middle;
}
#divMenu div.submenu a:hover {
	background-position: 0px 0px;
	/*color: #fe9800;*/
	color: #ff6603;
}
#divMenu div.submenu a.submenuFirst {
	display: block;
	height: 22px;
	padding-left: 12px;
	background: url("../images/layout/submenu-background-first.gif") no-repeat;
	color: black;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 18px;
	vertical-align: middle;
}
#divMenu div.submenu a.first {
	background: url("../images/layout/submenu-arrow.gif") no-repeat;	
}

#divMenu div.submenu2 {
	padding: 0px 0px 4px 12px;
}
#divMenu div.submenu2 a {
	min-height: 7px;
	height: auto;
	padding: 2px 0px;
	background: none;
	font-weight: normal;
	line-height: normal;
}

#divMenu div.bottom {
	height: 40px;
	padding-top: 12px;
	background: transparent url("../images/layout/menu-bottom.jpg") no-repeat;
	text-align: center;
}
#divMenu div.bottom a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#divMenu div.bottom a:hover {
	text-decoration: underline;
}

#divMenu div.bottomEnovia {
	height: 40px;
	padding-top: 12px;
	background: transparent url("../images/layout/menu-bottom-enovia.jpg") no-repeat;
	text-align: center;
}
#divMenu div.bottomEnovia a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#divMenu div.bottomEnovia a:hover {
	text-decoration: underline;
}

/* zápatí */
#divFooter div.margin {
	background-color: #e2f5d8;
}
#divFooter a, #divFooter div.links {
	color: #34651c;
}
#divFooter a:hover {
	color: #ff6603;
}
#divFooter div.info {
	float: left;
	width: 157px;
	padding: 12px 0px 5px 0px;
	font-size: 7pt;
	text-align: center;
	line-height: 7pt;
}
#divFooter div.info a {
	font-size: 8pt;
	line-height: 8pt;
	text-decoration: underline;
}
#divFooter div.links, #divFooter div.copy {
	margin-left: 172px;
}
#divFooter div.links {
	padding-top: 20px;
}
#divFooter div.copy {
	padding-bottom: 20px;
}

/* úvodní stránka */
div.homeContent {
	min-height: 210px;
	-height: 210px;
	background: url("../Images/Home/budovy.jpg") no-repeat 0px 20px;
}
div.homeContent h1 {
	text-align: right;
}
div.homeContent p {
	margin-left: 255px;
}
table.homeContent {
	margin: 5px 0px 0px;
}
table.homeContent td {
	padding: 0px;
}
table.homeContent td.banner {
	width: 417px;
	height: 60px;
	padding-bottom: 5px;
}
table.homeContent td.space {
	width: 5px;
}
table.homeContent td.news {
	width: 175px;
	background-color: #bfd8b2;
	vertical-align: top;
}
table.homeContent td.news div.title {
	height: 40px;
	padding: 0px 12px;
	background: url("../images/layout/header-menu-background.jpg") repeat-x;
	/*border-top: solid 1px #f2fdeb;*/
	border-bottom: solid 1px #8c9e83;
	color: #34651c;
	font: bold 16pt "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	vertical-align: middle;
}
table.homeContent td.news div.box {
	padding: 20px 14px;
	border-top: solid 1px #d0e6c5;
	border-bottom: solid 1px #8c9e83;
}
table.homeContent td.news div.last {
	border-bottom-style: none;
}
table.homeContent td.news div.box a.title {
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
}
table.homeContent td.news div.box p {
	margin: 5px 0px 0px;
	text-align: left;
}
table.homeContent td.info {
	padding: 16px 10px 12px 12px;
	background-color: White;
	vertical-align: top;
}
table.homeContent td.info h2 {
	margin-top: 0px;
	margin-left: 135px;
	border-bottom: solid 1px #afafaf;
}
table.homeContent td.info p {
	margin-left: 135px;
}
#novTitleDetail {
	font-size: 20px;
	text-align:center;
}
#novDatumDetail {
	text-align:center;
	font-size:12px;
	color:Navy;
}
.titulekNov {
	font-weight:bold;
}
.datumNov {
	color: Navy;
}
.popisNov {
	font-style:italic;
	font-family:Arial;
	font-size: 12px;
}
.edPol 
{
	text-align:right;
	vertical-align:top;	
}
table.kontakty {
	width: 100%;
	border-collapse: collapse;
}

table.kontakty td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
span.kontaktCaption 
{
	
}
span.kontakMail {
	color: #34651c	
}
div.minHeight {
	height: 600px;
}

table.sponsor {
	width: 100%;
	border-collapse:collapse;
}

table.sponsor td {
	text-align: center;
}

table.sponsor th {
	text-align: left;
}

div.horizontDotLine 
{
	height: 15px;
	background: url("../Images/Layout/horizontal-dot-line.jpg") repeat-x;
}

div.horizontDotLine30
{
	height: 30px;
	background: url("../Images/Layout/horizontal-dot-line-30.jpg") repeat-x;
}

/* pravý sloupec pro obrázky */
div.ImageColum {
	float:right;
	width:180px; 
	text-align: right;
}

div.ImageColum h3{
	text-align:left;
	padding-left: 20px;
	padding-bottom: 5px;

}

/* levý sloupec pro obrázky */
div.ImageColumLeft {
	float:left;
	width:130px; 
	text-align: left;
}

div.ImageColumLeft h3{
	text-align:right;
	padding-left: 20px;
	padding-bottom: 5px;

}

/* levý sloupec pro obrázky */
div.ImageColumLeft180 {
	float:left;
	width:190px; 
	text-align: left;
}

div.ImageColumLeft180 h3{
	text-align:right;
	padding-left: 20px;
	padding-bottom: 5px;

}

/* levý sloupec pro obrázky (odrážky) ve catia-v5.aspx */
div.ImageColumLeftV5 {
	float:left;
	width:90px; 
	text-align: left;
}

div.ImageColumLeftV5 h3{
	text-align:right;
	padding-left: 20px;
	padding-bottom: 5px;

}

/* levý sloupec pro obrázky (odrážky) ve catia-plm.aspx */
div.ImageColumLeftPlm {
	float:left;
	width:60px; 
	text-align: left;
}

div.ImageColumLeftPlm h3{
	text-align:right;
	padding-left: 20px;
	padding-bottom: 5px;

}

table.tablePlm {
	width:500px; 
	border:solid 1px black;
	border-collapse:collapse;
}

table.tablePlm th {
	border:solid 1px black;
	text-align:left;
	background-color:#8899AA;
	padding-left:10px;
}

table.tablePlm td {
	border:solid 1px black;
	padding-left:10px;	
}

table.tablePlm td.mark {
	border:solid 1px black;
	padding-left:10px;	
	background-color:#C6D8B3;
}

h1.partH1-br {
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; 
	font-size: 8.5pt;
}

table.nod32 {
	border-spacing:1px;	
}

table.nod32 th {
	width:110px;
	text-align:center; 
}

table.nod32 th.first {	
	background-color:#408080;
}

table.nod32 th.second {	
	background-color:#d2f0ea;
}

table.nod32 td {
	background-color:#eaf4ef;
	text-align:right;
}

div.nod32-warn 
{
	color: Red;
}

/* oblast pro vypis chyboveho hlaseni pri odesilani formulare*/
div.error 
{
	background-color: Red;
	color: Yellow;
	font-weight: bold;
	width:100%;	
}

/* skryty INPUT prvek slouzici jako past na spam roboty */
#ctl00_MainContentPlaceHolder_www 
{
	display: none;
}

/* ramecek ve spodni casti stranky se seznamem kontaktu */
div.contact {
	background-color:#E5E5E5; 
	padding:1px 1px 10px 1px;
	height: 120px;
	font-family: "Tahoma CE", Tahoma, sans-serif;
}

/* tabulka se seznamem akcnich produktu */
table.prod {
	border-collapse:collapse;
	width:100%;
}

table.prod tr.prod {
	background-color:#fffeea;
}

table.prod tr.prodEven {
	background-color:#e9f8e7;
}

table.prod td.cena {
	width:100px; 
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
}

table.prod td.popis {
	vertical-align:top;
	padding-top: 10px;
}

table.prod div.nazev {
	font-weight:bold;
}

table.prod td.cena div.cena {
	font-weight:bold;
}

table.prod td.cena div.dph {
	color:Gray;
}

table.prod h4 {
	padding-bottom:0px;
	padding-top:2px;
}
#verze {
	float:right;
	width:100px;
	color:Gray;
	text-align:right;
	padding-right:5px;
	padding-top:50px;
}