/* -----------------------------------------------------
= CSS Document
File name:	style.css
Author:		WebWeb.cz

= Description
Main CSS for Mozilla Firefox 3.0
----------------------------------------------------- */

/* -----------------------------------------------------
= Colors
	#ffffff - white
	#000000 - black
	#40aebd - blue
	#f0f716 - yellow
----------------------------------------------------- */

/* Nulace okraju vseho */
*{
	margin: 0;
	padding: 0;
}

/* nastaveni pro zakladni prvky dokumentu,
	vycentrovano kvuli IE, aby byl zakladni DIV
	uprostred obrazovky */
body{
	text-align: center;
	font: 11px Verdana, Sans, Tahoma, Arial;
	background: url(../images/bg_grey_fade.png) repeat-x;
}

/* Nechci zobrazovat, skryto uzivatelum, ale ne vyhledavacum.
	Pro ne je to nahrada za logo */
h1{
	display: none;
}

/* Obecne nadpisy */
h2{
	/*background: url(../images/arrow_yellow.png) 0 3px no-repeat;*/
	margin-top: 20px;
	padding: 11px 0 10px 40px;
	font-size: 13px;
	font-weight: bold;
}

h3{
	/*background: url(../images/arrow_blue.png) no-repeat;*/
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
}

h4{
	font-weight: normal;
}

/* Specificke nadpisy */
h2.ArchiveNews{
	/*background: url(../images/arrow_yellow_small.png) 0 5px no-repeat;*/
	margin-top: 10px;
	padding: 11px 0 10px 40px;
	font-size: 13px;
	font-weight: bold;
}


/* nektere dalsi zakladni definice */
br{
	clear: both;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover {
color:#40AEBD;
}

ul{
	list-style: none;
}

img{
	border: 0;
}


/* nastaveni formulare v kontaktu */
form{
	margin-left: 0px;
}

form label{
	display: block;
	padding-top: 10px;
}

form input, form textarea{
	width: 340px;
	display: block;
	float: left;
	font-family: Verdana, Sans, Tahoma, Arial; 
}

form textarea{
	height: 250px;
}

form strong{
	padding-left: 0.5em;
}

form input.send{
	width: auto;
	float: right;
	color: #fff;
	font-weight: bold;
	padding: 2px 7px;
	background: #40aebd;
	border: 0;
	margin: -15px 77px 0 0;
}

/* tridy pro zmenu barvy bez vytvari dalsi zbytecne tridy */
.black{
	color: #000 !important;
}

.blue{
	color: #40aebd !important;
}

/* nastaveni hlavniho divu, ktery vse centruje a kdyje pozadi
	s sedym prechodem bilou barvou */
#window{
	width: 1015px;
	background: url(../images/bg_white.png) repeat-y;
	min-height: 300px;
	margin: 0 auto;
	text-align: center;
}

/* hlavicka s logem v sekcich */
#head{
	width: 950px;
	background: #fff url(../images/logo.png) no-repeat;
	margin: 0 25px;
	height: 217px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 5px solid #40aebd;
}

/* hlavicka s logem na HP */
#head_home{
	width: 950px;
        background:#fff;
	/*background: #fff url(../images/new_home.png) no-repeat;*/
	margin: 0 25px;
	/*height: 242px;*/
height:230px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 5px solid #40aebd;
padding-top:15px;
}

#banner a img {
	margin-top: 74px;
}

/* prepinac jazyku */

#head div#language, #head_home div#language{
	position: absolute;
	top: 56px;
	margin-left: 976px;
}

#head div#language a img, #head_home div#language a img{
	margin-top: 0;
}

/* hlavni oblast s menu, textem a novinkami */
#main{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/*border-top: 2px solid #f0f716;
	border-bottom: 2px solid #f0f716;*/
	padding: 19px 0 25px 0;
}

/* stredni textova oblast */
#main div#text{
	float: right;
	width: 768px;
}

#main div#text #main_text #news p {
margin-bottom:10px;
padding-top:0pt;
}

#main div#text #main_text #news h3 {
margin-top:5px;
}

/* nejvetsi ramecek na HP */
#main div#text #bar_main{
	float: left;
	padding: 18px 20px;
	width: 470px;
	height: 287px;
	background: url(../images/bar_main2.png);
}

#main div#text #bar_main h2{
	/*background: url(../images/arrow_yellow.png) 0 3px no-repeat;*/
	padding: 0px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

#main div#text #bar_main h3{
	color: #40aebd;
	margin: 10px 0 0 0px;
	text-transform: uppercase;
	background: transparent;
	font-weight: bold;
        padding-left:0px;
}

/* novinky */
#main div#text #bar_news{
	float: left;
	width: 219px;
	height: 295px;
	margin-left: 9px;
	padding: 11px 15px 15px 15px;
	background: url(../images/bar_news1.png);
}

#main div#text #bar_news h3{
	margin: 0px;
        font-weight:bold;
        padding-left:3px;
}

#main div#text #bar_news h4{
	font-size: 11px;
        color: #000;
        margin-bottom:3px;
        font-weight:bold;
}

#main div#text #bar_news div{
	margin-top: 20px;
}

#main div#text #bar_news p{
	color: #000;
}

#main div#text #bar_news a{
	text-decoration: none;
        color: #40aebd;
        float:right;
        margin-top:10px;
}

/* na HP dolni drobne ramecky */
#main div#lower #bar_about{
	float: left;
	width: 220px;
	height: 138px;
	margin-top: 14px;
	background: url(../images/bar_about1.png);
	padding: 15px;
}

#main div#lower #bar_about a,
#main div#lower #bar_service a {
float:right;
margin-top:10px;
}

#main div#lower #bar_service{
	float: left;
	width: 220px;
	height: 138px;
	margin-top: 14px;
	margin-left: 9px;
	background: url(../images/bar_service1.png);
	padding: 15px;
}

#main div#lower #bar_partners{
	float: left;
	width: 220px;
	height: 138px;
	margin-top: 14px;
	margin-left: 9px;
	background: url(../images/bar_partners1.png);
	padding: 15px;
}

#main div#lower #bar_partners a {
       float:left;
       margin-left: 35px;
       margin-top: 0;
}


#main div#lower #bar_about h3,
#main div#lower #bar_service h3,
#main div#lower #bar_partners h3 {
       font-weight:bold;
       margin-left:0pt;
       padding-left:0pt;
}

/* odkazy v hlavni casti */
#main div#text a{
	font-weight: normal;
color:#40AEBD;
}

#main div#text #news a {
color:#40AEBD;
}

/* formatovani textu v hlavni casti s textem */
#main div#text #main_text{
	float: left;
	width: 500px;
	padding-right: 10px;
	min-height: 1px;
text-align:justify;
}

#main div#text #main_text p{
	/*padding-left: 40px;*/
	padding-bottom: 10px;
padding-top:10px;
text-align:justify;
}

#main div#text #main_text h2 {
margin-top:0pt;
font-size:14px;
padding-bottom:5px;
padding-top:0pt;
padding-left:0pt;
}

#main div#text #main_text h3{
	background: transparent;
	font-weight: bold;
padding-bottom:5px;
	padding-left: 0px;
	margin: 0;
	font-size: 11px;
}

#main div#text #main_text h3.job{
	margin-bottom: 15px;
	font-size: 13px;
}

#main div#text #main_text h4{
	font-style: italic;
	padding-left: 40px;
	margin: 0;
	font-size: 11px;
}

#main div#text #main_text em{
	display: block;
	padding: 4px 0 10px 40px;
}

#main div#text #main_text img{
	padding-left: 0pt;
	margin: 10px 0;
}

#main div#text #main_text img.img_1{
	width: 96px;
	height: 96px;
}

#main div#text #main_text img.img_2{
	width: 133px;
	height: 78px;
}

#main div#text #main_text img.img_3{
	width: 170px;
	height: 226px;
}

#main div#text #main_text img.img_155_116{
	width: 155px;
	height: 116px;
}

main div#text #main_text img.img_133_78{
	width: 133px;
	height: 78px;
}

#main div#text #main_text a.map{
	font-weight: normal;
	text-decoration: underline;
}

#text  #main-text ul {
margin-bottom:10px !important;
}

#main_text ul li {
list-style-type:square;
margin-left:13px;
}

/* design menu */
#main ul#menu{
	float: left;
}

#main ul#menu li{
        /*background:url(../images/li.png) no-repeat left;*/
	padding-left: 0px;
	line-height: 1.6em;
}

#main ul#menu li a{
	font-weight: bold;
        font-size:115%;
}

#main ul#menu li a:hover,
#main ul#menu li ul#submenu a:hover {
       color: #40aebd;
}

#main ul#menu li ul#submenu li {
      padding-left:10px;
}

#main ul#menu li.active{
	/*background: url(../images/arrow_blue.png) no-repeat;*/
}

#main ul#menu li.active a{
	color: #40aebd;
        font-size:110%;
}

#main ul#menu li ul#submenu a{
	color: #000000;
        font-size:110%
}

#main ul#menu li ul#submenu li.active a{
	color: #40aebd;
        font-size:110%
}

#main ul#menu li ul#submenu li ul#subsubmenu li a{
	color: #000000;
        font-size:110%
}

#main ul#menu li ul#submenu li ul#subsubmenu li.active a{
	color: #40aebd;
        font-size:110%
}

/* styly pro zapati s logy partneru a copyrightem */
#footer{
	border-top: 5px solid #40aebd;
	width: 950px;
	margin: 0 auto;
	height: 55px;
	text-align: left;
	padding: 10px 0 13px;
	color: #40aebd;
}

#footer p{
	float: left;
}

#footer a{
	float: left;
}

#footer p#copyright{
	text-align: right;
	float: right;
	/*margin-top: 15px;*/
}

#footer p#copyright a{
	float: none;
	color: #40aebd;
}

/* dolni sedy prechod */
#fade_bottom{
	margin: 0 auto;
	background: url(../images/bg_white_bottom.png) bottom no-repeat;
	width: 1015px;
	height: 21px;
	clear: both;
	margin-bottom: 30px;
}

ul#menu_address {
float:left;
margin-top: 60px;
}

.clear {
clear:both;
}

#blocks {
float:right;
}

#home div#banner,
#head_home div#banner {
background: #fff url(../images/new_home1.png) no-repeat;
float:left;
width:747px;
height:217px;
}

#rotate {
float:right;
}

.slideshow a img {
margin-top: 0px;
}

.slideshow {
width: 203px;
height: 242px;
overflow: none;
}

#sidebar {
float: right;
width:70px;
}

#blog {
float: left;
width:410px;
padding-right:15px;
}

#blogmenu a {
background:#fff url(../images/blog.gif) no-repeat left;
display:block;
width:66px;
height:56px;
text-indent:-9999px;
}

#blogmenu a:active,
#blogmenu a:focus {
border:none;
outline:none;
}

#blogmenu {
margin-top:30px;
width:66px;
height:56px;
}

#sidebar a {
color:#40AEBD;
text-decoration:underline;
}

#main div#text .blog_title {
margin:5px 0px;
}

p.center {
text-align:center;
}

