
/*------------------------------MAIN-------------------------- */
#ContainerC{
	width: 780px;
}

#contentC{
	float:left;
	width: 370px;
}
#content{
	padding-left: 0.5em;	
	padding-right: 1em;	
}
#contentHeading{
	background: #0084C8 url(../images/heading_rc.gif) right no-repeat;
	color: #FFFFFF;
	width: 100%;
	height: 30px;
}

/* ---------------------------formulare----------------------- */ 
.inputTextSmall {
	width: 50px;
}

.inputText {
	width: 200px;
}

.inputSelect {
	width: 200px;
}

.inputTextarea {
	width: 200px;
	height: 100px;
}


/* --------------------------- horni navigace -------------------------- */
#topC{
	float:left;
	background: url(../images/top.jpg) no-repeat;
	width: 574px;
	height: 146px;	
}

#logoC{
	background: url(../images/logo.gif) no-repeat;
	width: 206px;
	height: 42px;
}
#logoC a{
	display: block;
	width: 206px;
	height: 42px;
}
#logoC span{
	position: absolute; 
	left: -10000px; 
	border: 0px;
}
#topNavigC{
	float:right;
	width: 355px;
	height: 40px;
	background-color: #FFFFFF;
}
#topNavig{
	padding-top: 27px;
	text-align: left;
}
#topNavig ul{
	width: 100%;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}
#topNavig li{
	font-weight: bold;
	text-align:center;
	display: inline;
}
#topNavig li.actual, #topNavig li.actual a{
	background-color: #0084C8;
	color: #FFFFFF;
}
#topNavig li span{
	padding: 2px 0.8em 2px 0.8em;
}
#topNavig li a{
	color: #000000;
	text-decoration:none;
}

/* --------------------------- leva navigace -------------------------- */
#leftC{
	width: 206px;
	height:289px;
	float:left;
}
#left{
	width: 206px;
	height:570px;
	background: url(../images/left.jpg) top no-repeat;
}
#left a{
	display: block;
	width: 206px; height: 270px; padding-top: 270px;
}
#left a span{
	position: absolute; 
	left: -10000px; 
	border: 0px;
}
/* --------------------------- prava navigace -------------------------- */
#rightC{
	float:right;
	width: 180px;
}

#rightHeading{
	width: 100%;
	height: 30px;
}

#autickoC{
	width: 175px;
	border: 1px solid #DDDDDD;
	background: url(../images/auticko.gif) no-repeat;
	background-color: #F6F6F6;
}
#auticko a{
	display: block;
	width: 170px;
	height: 70px;
	
}
#akceC{
	margin-top: 1em;
	padding: 10px;
	padding-top: 0px;
	width: 155px;
	border: 1px solid #DDDDDD;
	background-color: #F6F6F6;
}
#akceC h3{
}
#auticko span{
	position: absolute; 
	right: 10000px; 
	border: 0px;
}

#autickoC li{
	list-style: none;
	list-style-image: none;
	padding-left: 20px;
	margin-bottom: 5px;
}
#autickoC li.autoCervene{
	background: url(../images/sipka_cervena.gif) bottom left no-repeat;
}
#autickoC li.autoModre{
	background: url(../images/sipka_modra.gif)  bottom left no-repeat;
}
#autickoC li.autoZelene{
	background: url(../images/sipka_zelena.gif)  bottom left no-repeat;
}
#autickoC li.autoZlute{
	background: url(../images/sipka_zluta.gif)  bottom left no-repeat;
}

/* --------------------------- paticka -------------------------- */
#bottomC{
	clear:both;
	height: 2em;
	margin-top: 1em;
	padding-left: 0.5em;
	background-color: #DDDDDD;
}
#bottom{
	border-top: 0.2em solid #F6F6F6;
}
#bottomC ul{
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}
#bottomC li{
	padding: 0em 0.5em 0em 0.5em;
	display: inline;
}
#bottomC li.posledni{
	border-right: none;
}

#copyright,#bottomNavig{
	width: 50%;
	float:left;
	padding-top: 0.3em;
}

#copyright a, #copyright a:active, #copyright a:link, #copyright a:visited, #copyright a{
	color: #C12A2F;
}
#bottomNavig{
	text-align: right;
}

/* --------------------------- reklamni blok -------------------------- */
#reklamaC{
	clear: both;
	width: 560px;
	height: 80px;
	margin-left: 210px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#reklamaC img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* --------------------------- barvicky -------------------------- */
.colorRed, .colorRed a:active, .colorRed a:link, .colorRed a:visited, .colorRed a {
	color: #E81E26;
}
.colorBlue{
	color: #0084C8;
}
.bckGray{
	background-color: #F2F2F2;
}
.bckGray2{
	background-color: #F8F8F8;
}

