BODY{
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
}

H1{
	font-size: 22px;
}

P, DIV, TD {
	color: rgb(51,51,51);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

A {
	color: rgb(51,51,51);
	text-decoration: underline;
}
A:hover {
	color: rgb(235,30,69);
	text-decoration: underline;
}

A.red {
	color: rgb(235,30,69);
	text-decoration: underline;
}

A.red:hover {
	color: rgb(51,51,51);
	text-decoration: underline;
}

.green{
	color: rgb(6,147,38);
}

.green2{
	color: #0c895b;
}

.red{
	color: rgb(235,30,69);
}

#main{
	margin: 0px;
	padding: 0px;
	background: rgb(255,255,255) url('./../images/main-background.gif') repeat-y;
	width: 980px;
   	position: relative;
   	margin: 0 auto;
}

/********************/
/* zacatek hlavicky */
/********************/

#header{
	height: 74px;
	width: 980px;
	background: rgb(255,255,255) url('./../images/header-background.gif') no-repeat;
}

#header-banner{
	border: 1px solid rgb(81,178,103);
	width: 468px;
	height: 60px;
	position: absolute;
	top: 6px;
	left: 295px;
	overflow: hidden; /* IE */
}

#header-banner IMG{
	width: 468px;
	height: 60px;
	border: 0px solid rgb(0,0,0);
}

#header-address{
	position: absolute;
	top: 6px;
	left: 824px;
}

#header-line{
	background-color: rgb(235,30,68);
	height: 20px;
	width: 980px;
	vertical-align:middle;
	color:white;
}

#header-line div{
	color:white;
	padding-top:3px;
}

#header-line a{
	color:white;
}

/********************/
/* zacatek sidebaru */
/********************/

#sidebar-container{
	width: 210px;
	float: left;
	margin: 0px;
	padding: 0px; 
}

#sidebar{
	margin: 0px; 
}

UL#sidebar-menu{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL#sidebar-menu LI A{
	display: block;
	width: 192px;
	height: 22px;
	border-top:1px solid rgb(255,255,255);
	background: rgb(81,178,103) url('./../images/header-menu-arrow.gif') no-repeat scroll right bottom;	
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0px 0px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

UL#sidebar-menu LI A.red{
	display: block;
	width: 192px;
	height: 22px;
	border-top:1px solid rgb(255,255,255);
	background: rgb(81,178,103) url('./../images/header-menu-arrow.gif') no-repeat scroll right bottom;	
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0px 0px 18px;
	text-decoration: underline;
	text-transform: uppercase;
}

UL#sidebar-menu LI A:hover{
	background-color: rgb(153,153,153);
}

DIV.sidebar-paragraph-caption{
	width: 165px;
	height: 24px;
	margin: 0px;
	background: url('./../images/sidebar-paragraph-caption-background.gif') no-repeat;
	padding: 12px 0px 0px 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(255,255,255);
}

DIV.sidebar-paragraph{
	margin: 0px;
	padding: 7px 17px;
}

DIV.sidebar-paragraph-text{
	margin: 0px;
	padding: 7px 12px;
}


#sidebar FORM{
	margin: 0px;
	text-align: right;
}

#sidebar SELECT{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	width:176px;
	margin: 3px 0px;
}

#sidebar INPUT.text{
	width: 172px;
	border:1px solid #999999;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:15px;
	margin: 3px 0px;
}

#sidebar INPUT.submit{
	width: 75px;
	height: 20px;
	border: 0px solid rgb(255,255,255);
}

#sidebar-links UL{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#sidebar-links UL LI{
	list-style-image: url(./../images/sidebar-links-li.gif);
	margin-bottom: 2px;
	margin-left: 3px;
}

#sidebar-links UL LI A{
	font-weight: bold;
	text-decoration: underline;
}

.sidebar-news{
	padding-bottom: 12px;
}

.sidebar-news-date{
	color: rgb(235,30,69);
	font-weight: bold;
}

.sidebar-news-caption{
	color: rgb(6,147,38);
	font-weight: bold;
}

.sidebar-news-content{
	color: rgb(0,0,0);
	padding-top: 3px;
}

.sidebar-news-content A{
	color: rgb(0,0,0);
	font-weight: bold;
}

/********************/
/* zacatek contentu */
/********************/

#content-container{
	margin: 0px 0px 0px 210px;
	padding: 0px; 
}

#content{
	margin: 0px;
	padding:9px 0px 9px 9px;
	_margin-left: -3px;
}

DIV#content DIV.request-form DIV{
	line-height: 20px;
	padding: 2px 0px;
}

DIV#content DIV.request-form DIV.caption{
	font-weight: bold;
	color: #EB1E45;
	font-size: 13px;
	letter-spacing: 0.2em;
}

DIV#content DIV.request-form LABEL{
	display:block;
	float: left;
	font-weight: bold;
	width: 120px;
	height: 18px;
	color: #0C895B;
}

DIV#content DIV.request-form INPUT, DIV#content DIV.request-form SELECT{
	border:1px solid #7F9DB9;
	color: #333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:17px;
	width:170px;
}

DIV#content DIV.request-form INPUT.submit{
	color: #EB1E45;
}

#content-guidepost{
	width: 761px;
	margin: 0px;
	margin-bottom: 9px;
	padding: 0px;
}

#content-guidepost-tabs UL {
	margin: 0px;
	margin-bottom: -3px;
	padding: 0px;
	list-style-type: none;
}

#content-guidepost-tabs UL LI{
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 253px;
	height: 40px;

}

#content-guidepost-tabs UL LI IMG{
	width: 253px;
	height: 40px;
	border: 0px solid rgb(255,255,255);
	margin: 0px;
	padding: 0px;
}

.content-guidepost-page{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 758px;
	height: 356px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);
}

.content-guidepost-page-panel{
	width: 252px;
	height: 178px;
	float: left;
}

.content-guidepost-page IMG{
	border: 0px solid rgb(255,255,255);
}

.content-guidepost-page-links{
	margin-top: -3px;
	color: rgb(40,40,40);
	padding: 10px;
	padding-top:5px;
	height: 42px;
	overflow: hidden;
}

#content-guidepost-footer{
	width: 760px;
	height: 7px;
	background: url('./../images/content-box-footer-wide.gif') no-repeat;
}

#content-news{
	width: 761px;
	height: 512px; /* 236*2 */
	margin: 0px;
}

.content-news-new{
	width: 375px;
	height: 236px;
	background: url('./../images/content-news-background.gif') repeat-x 0px 36px;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}

.content-news-new IMG{
	margin: 0px;
	padding: 0px;
	border: 0px solid rgb(255,255,255);
}

.content-news-new-caption{
	width: 375px;
	height: 36px;
	overflow: hidden;
}

.content-news-new-content{
	width: 373px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);

}

.content-news-new-content TABLE{
	width: 354px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	border-collapse: collapse;
}

.content-news-new-content TR{
	height: 18px;
	margin: 0px;
	padding: 0px;
}


.content-news-new-content TD{
	padding: 2px;
	margin: 0px;
	border: 0px solid rgb(255,255,255);
	height: 14px;
	line-height: 10px;
}

.width3{
	width: 3px;
	
}

.width80{
	width: 80px;
	
}

.width100{
	width: 80px;
	
}

.content-news-gap{
	width: 10px;
	height: 1px;
	float: left;
}

.content-news-new-footer{
	width: 375px;
	height: 6px;
	background: url('./../images/content-news-footer.gif') no-repeat;
}

#content-offices{
	width: 760px;
	height: 222px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background: url('./../images/content-offices-background.gif') repeat-x 0px 39px;
}

#content-offices-caption{
	width: 760px;
	height: 39px;
	overflow: hidden;
}

#content-offices-content{
	width: 758px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);

}

#content-offices-caption-pocasi{
	width: 735px;
	height: 39px;
	overflow: hidden;
}

#content-offices-content-pocasi{
	width: 733px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);

}

#content-offices-footer-pocasi{
	width: 735px;
	height: 7px;
	background: url('./../images/content-offices-footer_pocasi.gif') no-repeat;
}

#content-offices-content TH{
	color:white;
	font-weight:bold;
	background-color:rgb(235,30,69);
	text-align:center;
}

#content-offices-content TD{
	text-align:center;
}

.w125 {
	width:125px;
}

.left {
	text-align:left;
}


#content-offices TABLE{
	margin: 5px 0px 0px 10px;
	border-collapse: collapse;
}

#content-offices TABLE TD{
	text-align: left;
	vertical-align: top;
	padding: 1px;
}

.width15{
	width: 15px;
}

.width200{
	width: 200px;
}

.width257{
	width: 257px;
}

#content-offices-footer{
	width: 760px;
	height: 7px;
	background: url('./../images/content-box-footer-wide.gif') no-repeat;
}

#content-contacts{
	width: 760px;
	margin: 0px;
	padding: 0px;
	background: url('./../images/content-offices-background.gif') repeat-x 0px 39px;
}

#content-contacts-caption{
	width: 760px;
	height: 39px;
	overflow: hidden;
}

#content-contacts-content{
	width: 758px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);
}

#content-contacts TABLE{
	margin: 5px 0px 0px 10px;
	border-collapse: collapse;
}


#content-contacts TABLE TD{
	text-align: left;
	vertical-align: top;
	padding: 1px;
}

.width220{
	width: 220px;
}

.width150{
	width: 150px;
}

.width130{
	width: 130px;
}

#content-contacts-footer{
	width: 760px;
	height: 7px;
	background: url('./../images/content-offices-footer.gif') no-repeat;
}


#content-detail{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

#content-detail-caption{
	width: 760px;
	height: 33px;
	overflow: hidden;
}

#content-detail-content{
	width: 735px; /* 760-2-11-12*/
	margin: 0px;
	padding: 20px 12px 6px 11px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);
	background: url('./../images/content-detail-background.gif') repeat-x;
}

#content-detail-content-name{
	width: 719px;
	height: 21px;
	margin-bottom: 10px;
	padding: 2px 8px;
	font-weight: bold;
	background: url('./../images/content-detail-name-background.gif') no-repeat;
}

#content-detail-content-name DIV{
	/*text-transform: uppercase;*/
	font-size: 18px;
}

#content-detail-content-name DIV.red{
	text-transform: none;
}

#content-detail-basics{
	margin-bottom: 6px;
}

#content-detail-basics-caption{
	width: 735px;
	height: 38px;
	overflow: hidden;
}

#content-detail-basics-content{
	width: 724px; /* 733-9 */
	border: 1px solid rgb(210,210,210);
	border-top: 0px solid rgb(210,210,210);
	padding: 6px 0px 6px 9px;
	background: rgb(255,255,255) url('./../images/content-detail-box-background.gif') repeat-x;
}

#content-detail-basics-content TABLE{
	margin: 0px;
	padding: 0px;
	width: 489px;
	border-collapse: collapse;
}

#content-detail-basics-content TABLE TD{
	padding: 4px;
}

.width5{
	width: 5px;
}

.width280{
	width: 280px;
}

.gray{
	background-color: rgb(232,232,232);
}

.white{
	background-color: rgb(255,255,255);
}

#content-detail-basics-actions{
	margin: 8px;
	text-align: right;
	font-weight: bold;
}

#content-detail-basics-actions IMG{
	margin: 0px 5px 0px 15px;
	vertical-align: bottom;
}

#content-detail-gallery{
	margin-bottom: 6px;
}

#content-detail-gallery-caption{
	width: 735px;
	height: 38px;
	overflow: hidden;
}

#content-detail-gallery-content{
	width: 715px;
	border: 1px solid rgb(210,210,210);
	border-top: 0px solid rgb(210,210,210);
	padding: 9px;
	background: rgb(255,255,255) url('./../images/content-detail-box-background.gif') repeat-x;
}

#content-detail-gallery-content IMG{
	border: 1px solid rgb(235,30,69);
	margin: 0px 2px;
}

#content-detail-technical{
	margin-bottom: 6px;
}

#content-detail-technical-caption{
	width: 735px;
	height: 38px;
	overflow: hidden;
}

#content-detail-technical-content{
	width: 715px;
	border: 1px solid rgb(210,210,210);
	border-top: 0px solid rgb(210,210,210);
	padding: 9px;
	background: rgb(255,255,255) url('./../images/content-detail-box-background.gif') repeat-x;
	overflow: auto;
}

#content-detail-technical-content TABLE{
	width: 350px;
	border-collapse: collapse;
}

#content-detail-technical-content TABLE TD{
	padding: 4px;
}

#content-detail-finance{
	margin-bottom: 6px;
}

#content-detail-finance-caption{
	width: 362px;
	height: 38px;
	overflow: hidden;
}

#content-detail-finance-content{
	width: 360px;
	border: 1px solid rgb(210,210,210);
	border-top: 0px solid rgb(210,210,210);
	background: rgb(255,255,255) url('./../images/content-detail-box-background.gif') repeat-x;
}

#content-detail-finance-content DIV {
	padding: 1px 13px 0px 13px;
}

#content-detail-finance-content DIV IMG{
	border: 0px solid rgb(255,255,255);
}

#content-detail-description{
	margin-bottom: 6px;
	float: right;
}

#content-detail-description-caption{
	width: 362px;
	height: 38px;
	overflow: hidden;
}

#content-detail-description-content{
	width: 342px;
	border: 1px solid rgb(210,210,210);
	border-top: 0px solid rgb(210,210,210);
	padding: 9px;
	background: rgb(255,255,255) url('./../images/content-detail-box-background.gif') repeat-x;
}

#content-detail-message{
	clear: right;
}

#content-detail-message-caption{
	width: 735px;
	height: 38px;
	overflow: hidden;
}

#content-detail-message-content{
	width: 715px;
	border: 1px solid rgb(236,47,83);
	border-top: 0px solid rgb(236,47,83);
	padding: 9px;
	background: rgb(255,255,255) url('./../images/content-detail-message-background.gif') repeat-x;
}

#content-detail-message-info{
	width: 350px;
}

#content-detail-message-info DIV{
	height: 16px;
	text-decotarion:none;
	
}

#content-detail-message-form{
	width: 330px;
	float: right;
	padding-left: 20px;
	border-left: 1px dotted rgb(210,210,210);
}

#content-detail-message-form FORM{
	margin: 0px;
	padding: 0px;
}

#content-detail-message-form DIV{
	line-height: 20px;
	padding: 3px 0px;
}

#content-detail-message-form LABEL{
	color: #333333;
	display: block;
	float: left;
	width: 60px;
	font-weight: bold;
}

#content-detail-message-form INPUT, #content-detail-message-form TEXTAREA{
	width: 170px;
	height: 17px;
	border: 1px solid rgb(127,157,185);
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

#content-detail-message-form TEXTAREA{
	width: 268px;
	_width: 263px;
	height: 83px;
	overflow: auto;
}

#content-detail-message-form INPUT.submit{
	width: 75px;
	height: 20px;
	border: 0px solid rgb(255,255,255);
}

#content-detail-actions{
	margin: 8px;
	margin-top: 18px;
	text-align: right;
	font-weight: bold;
}

#content-detail-actions IMG{
	margin: 0px 5px 0px 15px;
	vertical-align: bottom;
}


#content-detail-footer{
	width: 760px;
	height: 7px;
	background: url('./../images/content-offices-footer.gif') no-repeat;
	_margin-left: 3px;
}

#content-list{

}

#content-list-guidepost-tabs UL{
	margin: 0px;
	margin-bottom: -3px;
	padding: 0px;
	list-style-type: none;
}

#content-list-guidepost-tabs UL LI{
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 152px;
	height: 40px;

}

#content-list-guidepost-tabs UL LI IMG{
/*	width: 152px;
	height: 40px;
*/	border: 0px solid rgb(255,255,255);
	margin: 0px;
	padding: 0px;
}

#content-list-guidepost-content{
	width: 735px; /* 760-2-11-12*/
	margin: 0px;
	padding: 20px 12px 0px 11px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);
	background: url('./../images/content-detail-background.gif') repeat-x;
}

.content-list-guidepost-content-tip{
	width: 240px;
	margin: 0px;
	padding: 0px;
}

.content-list-guidepost-content-tip-caption{
	width: 240px;
	height: 38px;
	overflow: hidden;
}

.content-list-guidepost-content-tip-content{
	width: 214px;
	border-right: 1px solid rgb(188,188,188);
	border-left: 1px solid rgb(188,188,188);
	background: rgb(255,255,255) url('./../images/content-news-background.gif') repeat-x;
	padding: 9px 12px 2px 12px;
}

.content-list-guidepost-content-tip-content IMG{
	border: 1px solid rgb(235,30,69);
}

.content-list-guidepost-content-tip-content TABLE{
	width: 214px;
	margin: 0px;
	margin-left: -3px;
	padding: 0px;
	border-collapse: collapse;
}

.content-list-guidepost-content-tip-content TABLE TD{
	padding: 2px;
}


.content-list-guidepost-content-tip-content TABLE TD IMG{
	border: 0px solid rgb(235,30,69);
}


.content-list-guidepost-content-tip-footer{
	width: 240px;
	height: 7px;
	background: url('./../images/content-list-guidepost-tip-footer.gif') no-repeat;
}

#content-list-content{
	width: 735px; /* 760-2-11-12*/
	margin: 0px;
	padding: 0px 12px 6px 11px;
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);
}

.content-list-items-caption{
	width: 735px;
	height: 38px;
	overflow: hidden;
	margin-top: 7px;
}

#content-list-content TABLE{
	width: 735px;
	border-collapse: collapse;
}

.width107{
	width: 107px;
}

.width180{
	width: 180px;
}

.width80{
	width: 80px;
}

.width90{
	width: 90px;
}

.width70{
	width: 70px;
}

.width140{
	width: 140px;
}

#content-list-content TABLE THEAD{
	background-color: rgb(235,30,69);
	color: rgb(255,255,255);
}

#content-list-content TABLE TD, TH{
	padding: 1px;
	font-weight: bold;
	text-align: center;
}

#content-list-content TABLE TH{
	padding: 3px;
	font-weight: bold;
}

#content-list-content TABLE TH IMG{
	border: 0px solid rgb(235,30,69);
	vertical-align: bottom;
	padding: 1px;
}

#content-list-content TABLE TD{
	padding-left: 0px;
	line-height: 20px;
}

#content-list-content TABLE TD IMG{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#content-list-footer{
	width: 760px;
	height: 7px;
	background: url('./../images/content-offices-footer.gif') no-repeat;
	_margin-left: 3px;
}

/*******************/
/* zacatek paticky */
/*******************/

#footer{
	clear: both;
	height: 10px;
	width: 960px;
	background-color: rgb(255,255,255);
	border-top: 1px solid rgb(91,183,112);
	padding: 10px;
}

#footer-left{
	color: rgb(0,0,0);
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#footer-left A{
	color: rgb(0,0,0);
	text-decoration: none;
}

#footer-left A:hover{
	color: rgb(235,30,69);
}

#footer-right{
	float: right;
	color: rgb(0,0,0);
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#footer-right A{
	color: rgb(235,30,69);
}

#footer-right A:hover{
	color: rgb(0,0,0);
}

DIV#mapa-stranek UL LI A, UL LI A:hover {
	color: rgb(235,30,69);
	font-weight:bold;
}

DIV#mapa-stranek UL{
	margin: 10px;
	padding-left: 10px;
	list-style-type: none;
}

DIV#mapa-stranek UL LI {
	list-style-image: url('../images/sidebar-links-li.gif');
}

table#cenova-tabulka {
	border-style:none;
}

table#cenova-tabulka TH {
	color:white;
	font-weight:bold;
	background-color:rgb(235,30,69);
	text-align:center;
	height:32px;
}

table#cenova-tabulka TD {
	text-align:center;
	height:22px;
	vertical-align:middle;
}

table#cenova-tabulka TD.right {
	border-right-style:solid;
	border-right-color:rgb(235,30,69);
	border-right-width:1px;
}

table#cenova-tabulka TD.left {
	border-left-style:solid;
	border-left-color:rgb(235,30,69);
	border-left-width:1px;
}

table#cenova-tabulka TD.bottom {
	border-bottom-style:solid;
	border-bottom-color:rgb(235,30,69);
	border-bottom-width:1px;
}

.input-bocni {
	padding: 2px;
	border: 1px solid gray;
	color: #4C3D4C;
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;	
	width:98%;
	margin-top:0px;
	margin-bottom: 0px;
}
.input-bocni2 {
	padding: 2px;
	border: 1px solid gray;
	color: #4C3D4C;
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;	
	width:97%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

#content-detail-message-content-reklama{
	width: 733px;
	border: 1px solid rgb(236,47,83);
	border-top: 0px solid rgb(236,47,83);
	padding: 9px;
	padding-left: 0px;
	padding-right: 0px;
	background: rgb(255,255,255);
	text-align:center;
	margin-bottom:10px;
}


