
/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
body {
	scrollbar-3dlight-color: #6495ED;
	scrollbar-arrow-color: #6495ED;
	scrollbar-base-color: #0000CD;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: #0000CD;
	scrollbar-highlight-color: #2224FF;
	scrollbar-shadow-color: #133777;
	scrollbar-track-color: #6495ED;
	background-color: #BCC7F1;
	background-image: url(../pic/background2.jpg);
	background-repeat: repeat-y;
	font-family: Verdana;
	border: none;
		}

/* Rozdeleni  */

#hlavicka  {
	width: 800px;
	height: 441px;
	border: 0;
	position: static;
	font-family: Verdana;
}

#hlavni {width: 800px;
      position: absolute;
		left: 0;
		top: 300px;
		z-index: 1;
		border: 0px;
		color: White;
			/*border: thin solid Black;
			z-index: 1;
			margin-top: -170px;
			white-space: pre;*/
			}
			
#patka {
	position: relative;
	width: 800px;
	bottom: 0%;
	/*border: medium solid Black;*/
	text-align: right;
	font-size: 10px;
	letter-spacing: 5px;
	background-color: #4169E1;
	color: Black;
}

/* Tlacitka */ 
#home {
	position: absolute;
	left: 450;
	top: 110px;
	z-index: 1;
	border: 0px;
}
#kontakt {
	position: absolute;
	left: 580px;
	top: 145px;
	z-index: 1;
	border: 0px;
}
#reference {
	position: absolute;
	left: 550px;
	top: 40px;
	z-index: 1;
	border: 0px;
}
#technika {
	position: absolute;
	left: 680px;
	top: 75px;
	z-index: 1;
	border: 0px;
}
#politika {
	position: absolute;
	left: 695px;
	top: 190px;
	z-index: 1;
	border: 0px;
}
#cz {
	position: absolute;
	left: 720px;
	top: 20px;
	z-index: 1;
	border: 0px;
}
#eng {
	position: absolute;
	left: 765px;
	top: 20px;
	z-index: 1;
	border: 0px;
}
#logo {
	position: absolute;
	left: 290px;
	top: 50px;
	z-index: 1;
	border: 0px;
}

/* Texty */ 

#uvodni1 {
   font-size: 1.5em;
	letter-spacing: 5px;
	font-weight: bolder;
	margin-left: 20px;
	font-weight: lighter;
	color: White;
	}

#uvodni2 {
	letter-spacing: 1px;
	font-weight: bolder;
	margin-left: 20px;
	font-weight: 200;
	color: White;
	}
#uvodni3 {
	margin-left: 20px;
	font-size: 13px;
	color: White;
	}
#text {
	color: White;
}
#textmini {
	color: White;
	font-size: 13px;
}
span.zvyrazneni {
	font-size: 1.5em;
	letter-spacing: 5px;
	color: White;	
}

span.zvyrazneni2 {
	font-size: 1.5em;
	color: white;
}
span.normal {
	color: white;

}

#obsah {
	padding: 0px;
	margin: 0;
	width: 800px;
	color: White;
}

#leva_lista {
	width: 500px;
	margin: 0px;
	padding: 0px 10px 0px;
	float: left;
	color: White;
}

#prava_lista {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px 5px 0px;
	border-left: 1px solid #fff;
	font-size: 13px;
}

#helma {
	position: absolute;
	left: 400px;
	top: 390px;
	z-index: 1;
	border: 0px;
}


#li {
	color: #85B6F9; 
}

a {
	color: white;
	text-decoration: none;
}

a:hover#menu {
	text-decoration: underline;
	letter-spacing: 1px;
	width: 100%;
	background-color: #4169E1;
}

