/*zaklad*/
/*------------------------------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 78%;
	line-height: 1.4;
	font-weight: normal;
	color: #424242;
	background-color: #FFF;
	text-align: center;
}
hr {
	display: none;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 100%;
}
#lumeon {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
h2 {
	color: #FFF;
	font-size: 160%;
	font-weight: normal;
	display: block;
	margin: 6px 0 0 15px;
	line-height: 1.2;
	
}
h3 {
	color: #df3432;
	display: block;
	font-size: 140%;
	margin: 10px 5px;
}

h4 {
	font-size: 100%;
	color: #d72d30;
	font-weight: bold;

}
#right h4 {
	font-size: 100%;
	color: #d72d30;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 5px;
}

a:hover {
	text-decoration: none;
}
img {
border: 0;
padding: 0;
margin: 0;
}


/*hlavicka*/
/*------------------------------------------------------------------------------------------------------*/
h1 {
	height: 157px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 900px;
	background-color: #f0f0f0;
}
h1 span {
	position: absolute;
	left: 0px;
	height: 157px;
	width: 900px;
	cursor: pointer;
	top: 0px;
	background: white;
}
#flash {
	position: absolute;
	top: 0;
	right: 0;
}
#logo {
	position: absolute;
	top: 20px;
	left: 15px;
}



/*menu*/
/*------------------------------------------------------------------------------------------------------*/
menu {
	width: 853px;
	height: 40px;
	list-style-type: none;
	background: #7295B5 url(../img/bg_menu.gif) repeat-x 0px 0px;
	margin: 1px 0;
	padding-right: 47px;
}
menu li {
	position: relative;
	float: right;
}
menu li ul {
	list-style-type: none;
	position: absolute;
	width: 160px;
	top: 100%;
	left: 0px;
	z-index: 100;
	
	display: none;
	border-left: 1px solid #FFF;
}
menu li ul li a {
	display: block;
	background: transparent url("../img/bg.png") repeat left top;
	filter: alpha(opacity=85);
	
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	
	padding-bottom: 10px;
	border-top: none;
	width: 150px;
}
menu li ul li a:hover {
	background-color: #303030;
	background-image: none;
}
menu li:hover ul,menu li.over ul {
	display: block;
}
menu a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 120%;
	overflow: hidden;
	background: #7295B5 url(../img/bg_menu.gif) repeat-x 0px 0px;
	text-align: center;
	border-left: 1px solid #FFF;
	width: 160px;
	position: relative;
	padding-bottom: 9px;
	display: block;
	float: left;
	padding-top: 10px;
}
menu .spoluprace a {
	width: 175px;
}
menu a:hover {
	color: #FFF;
	background: #335780 url(../img/bg_menu-hover.gif) repeat-x 0px 0px;
}
menu a:hover span, menu a.aktivni span {
	background: url(../img/ico_menu-arrow.gif) no-repeat 0 0;
	height: 5px;
	width: 9px;
	display: block;
	position: absolute;
	left: 45%;
	top: 85%;
}
menu a.aktivni {
	background: #335780 url(../img/bg_menu-hover.gif) repeat-x 0px 0px;
	font-weight: bold;
}
menu .kontakt {
	border-right: 1px solid #FFF;
}



/*menu TEST*/
/*------------------------------------------------------------------------------------------------------*/
menu1 {
	width: 853px;
	height: 40px;
display:block;
	list-style-type: none;
	background: #7295B5 url(../img/bg_menu.gif) repeat-x;
	margin: 1px 0;
	padding-right: 47px;

}
menu1 li {
	position: relative;
	float: right;
}
menu1 li ul {
	list-style-type: none;
	position: absolute;
	width: 160px;
	bottom: 100%;
	left: 0px;
	z-index: 100;
	
	display: none;
	border-left: 1px solid #FFF;
}
menu1 li ul li a {
	display: block;
	background: transparent url("../img/bg.png") repeat left top;
	filter: alpha(opacity=85);
	
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	
	padding-bottom: 10px;
	border-top: none;
	width: 150px;
}
menu1 li ul li a:hover {
	background-color: #303030;
	background-image: none;
}
menu1 li:hover ul,menu1 li.over ul {
	display: block;
}
menu1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 120%;
	overflow: hidden;
	background: #7295B5 url(../img/bg_menu.gif) repeat-x 0px 0px;
	text-align: center;
	border-left: 1px solid #FFF;
	width: 160px;
	position: relative;
	padding-bottom: 9px;
	display: block;
	float: left;
	padding-top: 10px;
}
menu1 .spoluprace a {
	width: 175px;
}
menu1 a:hover {
	color: #FFF;
	background: #335780 url(../img/bg_menu-hover.gif) repeat-x 0px 0px;
}
menu1 a:hover span, menu1 a.aktivni span {
	background: url(../img/ico_menu-arrow.gif) no-repeat 0 0;
	height: 5px;
	width: 9px;
	display: block;
	position: absolute;
	left: 45%;
	top: 85%;
}
menu1 a.aktivni {
	background: #335780 url(../img/bg_menu-hover.gif) repeat-x 0px 0px;
	font-weight: bold;
}
menu1 .kontakt {
	border-right: 1px solid #FFF;
}




/*jazykove mutace*/
/*------------------------------------------------------------------------------------------------------*/
#mutace {
	position: absolute;
	left: 10px;
	top: 170px;
	color: #b1d0df;
}
#mutace li {
	display: inline;
	list-style-type: none;
}
#mutace li a {
	color: #b1d0df;
}
#mutace li a:hover {
	color: #FFF;
	text-decoration: none;
}
#mutace li a.aktivni {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}



/*deleni na uvodce*/
/*------------------------------------------------------------------------------------------------------*/
#sr,#io,#vd,#os,#vld,#vc {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	background-color: #dc342f;
	height: 150px;
	width: 290px;
	border: 5px solid #f0f0f0;
	overflow: hidden;
}

#sr h2 a,#io h2 a,#vd h2 a,#os h2 a,#vld h2 a,#vc h2 a {
	text-decoration: underline;
	color: white;

}
#sr h2,#io h2,#vd h2,#os h2,#vld h2,#vc h2 {

	margin-top: 118px;
}
#sr h2 a:hover,#io h2 a:hover,#vd h2 a:hover,#os h2 a:hover,#vld h2 a:hover,#vc h2 a:hover {
	text-decoration: none;
}


#sr {
	background-image: url(../img/img_1.jpg);
}
#io {
	background-image: url(../img/img_2.jpg);
}
#vd {
	background-image: url(../img/img_3.jpg);
}
#os {
	background-image: url(../img/img_4.jpg);
}
#vld {
	background-image: url(../img/img_5.jpg);
}
#vc {
	background-image: url(../img/img_6.jpg);
}


/*deleni na uvodce TEST*/
/*------------------------------------------------------------------------------------------------------*/
#sr1,#io1,#vd1,#os1,#vld1,#vc1 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	background-color: #dc342f;
	height: 150px;
	width: 280px;
	border: 5px solid #f0f0f0;
	overflow: hidden;
}

#sr1 h2 a,#io1 h2 a,#vd1 h2 a,#os1 h2 a,#vld1 h2 a,#vc1 h2 a {
	text-decoration: underline;
	color: white;

}
#sr1 h2,#io1 h2,#vd1 h2,#os1 h2,#vld1 h2,#vc1 h2 {

	margin-top: 118px;
}
#sr1 h2 a:hover,#io1 h2 a:hover,#vd1 h2 a:hover,#os1 h2 a:hover,#vld1 h2 a:hover,#vc1 h2 a:hover {
	text-decoration: none;
}


#sr1 {
	background-image: url(../img/img_1.jpg);
}
#io1 {
	background-image: url(../img/img_2.jpg);
}
#vd1 {
	background-image: url(../img/img_3.jpg);
}
#os1 {
	background-image: url(../img/img_4.jpg);
}
#vld1 {
	background-image: url(../img/img_5.jpg);
}
#vc1 {
	background-image: url(../img/img_6.jpg);
}



/*obsahova cast*/
/*------------------------------------------------------------------------------------------------------*/
#container {
	width: 900px;
	background: #FFF url(../img/bg_container.gif) repeat-y 0px 0px;
}



/*levy sloupec*/
/*------------------------------------------------------------------------------------------------------*/
#left {
	width: 300px;
	background-color: #edf6ff;
	float: left;
	position: relative;
}
#left #news {
	margin-bottom: 30px;
}
#left #novinky {
	background: url(../img/img_novinky.gif) no-repeat 0px 0px;
	height: 76px;
	width: 26px;
	position: absolute;
	left: -26px;
	top: 0px;
	display: block;
}
#left #news .blok, #left #partner .blok {
	padding: 5px 0;
	border-bottom: 1px dashed #8c9297;
	display: block;
	margin: 5px 15px;
	width: 270px;
}
#left #news .blok a, #left #partner .blok a {
	color: #d72d30;
	font-weight: bold;
}
#left #news .link a {
	color: #d72d30;
	background: url(../img/ico_link.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 15px;
}
#left #partner {
	margin-bottom: 30px;
}
#left #partner .blok img {
	float: left;
}
#left #partneri {
	background: url(../img/img_partneri.gif) no-repeat 0px 0px;
	height: 114px;
	width: 26px;
	position: absolute;
	left: -26px;
	top: 265px;
}
#banner {
	margin: 0 15px 20px 15px;
}



/*pravy sloupec*/
/*------------------------------------------------------------------------------------------------------*/
#right {
	float: right;
	width: 580px;
	background-color: #FFF;
	padding: 10px;
}
#right p {
	margin: 5px;
}
#right #micro {
	display: block;
	background-color: #f0f0f0;
	padding: 4px 8px;
	font-size: 90%;
}
#right #micro a {
	color: #7e7e7e;
}
#right #micro a:hover {
	text-decoration: none;
}
#right img, #right img a {
	border: 2px solid #a8a8a8;
	margin: 20px 0 20px 50px;
}
#right img:hover {
	border: 2px solid #404040;
}
#right .cast, #right .cast-kontakt {
	float: left;
	width: 270px;
	margin-left: 10px;
	color: #3186dc;
}
#right .cast .vyraz {
	color: #393939;
}
#right .produkt {
	float: left;
	width: 280px;
}
#right .produkt li {
	list-style-type: none;
	margin-left: 5px;
}
#right .produkt li ul {
	margin: 0 0 25px 25px;
}
#right .produkt a {
	color: #393939;
}
#right .produkt a:hover {
	color: #1a84be;
}
#right .produkt-zvyraz {
	color: #1a84be;
	font-size: 120%;
}
#right .cast-kontakt {
	color: #424242;
	margin: 20px 0 20px 5px;
}
address {
	font-style: normal;
	margin-bottom: 10px;
}
#right .cast-kontakt a {
	color: #1a84be;
}
#right #mapa { 
  float: right;
}
label {
	color: #595959;
	font-weight: bold;
	display: block;
	float: left;
	width: 160px;
}
.form {
	padding-left: 5px;
}
#right #foto { 
  padding: 0;
  margin: 0px 0 10px 10px;
  float: right;
  border: 0px solid #a8a8a8;
	display:block;
}
#right #foto:hover {
	border: 0px solid #a8a8a8;
}
.odkazy {
	padding-left: 20px;
}
.odkazy li{
	padding: 5px 0;
}


/*formular-kontakt*/
/*------------------------------------------------------------------------------------------------------*/
#right .border {
	background-color: #FFF;
	border: 1px solid #949494;
	margin-bottom: 5px;
	width: 250px;
	height: 15px;
	font-size: 100%;
	padding: 5px;
}
#right .area {
	background-color: #FFF;
	border: 1px solid #949494;
	margin-bottom: 5px;
	width: 250px;
	height: 100px;
	font-size: 100%;
	padding: 5px;
}
#right .buton {
	background-color: #FFF;
	border: none;
	font-weight: bold;
	margin-left: 180px;
	cursor: pointer;
	display: block;
	padding: 5px;
}




/*paticka*/
/*------------------------------------------------------------------------------------------------------*/
#paticka {
	height: 55px;
	width: 870px;
	background: #edf6ff url(../img/bg_paticka.gif) repeat-x 0px 0px;
	padding: 0px 15px 0 5px;
	margin-top: 1px;
	
}
.sidlo {
	margin-top: 10px;
	text-align: right;
	float: right;	
}
#paticka a {
	color: #424242;
	font-weight: bold;
}
#paticka a:hover {
	text-decoration: none;
}
#paticka .footright {
	padding-left: 240px;
}
#botmenu {
	text-align: center;
	padding: 15px 0;
}
#botmenu a {
	color: #424242;
}
.text {font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#111111;float: left;}
.text a:link {color:#111111;text-decoration: underline;}
.text a:visited {color:#111111;text-decoration: underline;}
.text a:hover {color:#111111;text-decoration: none;}
.text img {magrin: 0 10px;}