body{
	color: black;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	padding: 0px;
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
	width: 1000px;
	margin: auto;
	position: relative;
	text-align: center;
}
.ie5 table{
	color: black;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	font-family: Tahoma, sans-serif;
}
a, a:visited,a:hover, a.selected{
	text-decoration: none;
}
a, a:visited,a:hover, a.selected,.vyrazne{
	color: #476AAA;
}
/* text v rychlem kontaktu na strance o spolecnosti */
.vyrazne2{
	color: #3E3A5F;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}
img{
	border: 0px;
}

#page{
	text-align: left;
	width: 1000px;
	
}
/* vrchni logo */
#logo{
	height: 202px;
	width: 1000px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left -40px;
	background-color: #476AAA;
	text-align: left;
}
/* hlavni sekce */
#hlavni{
	background-image: url(hlavniMid.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 40px 20px 40px;
	width: 920px;
}

#hlavniTop{
	background-image: url(hlavniTop.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 37px;
}
#hlavniBot{
	background-image: url(hlavniBot.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 35px;
	clear: both;
}
h1{
	clear: both;
	padding: 0px;
	margin: 0 0 15px 0;
	color: #3E3A5F;
	font-size: 16pt;
	letter-spacing: 1px;
}
h2{
	color: #454233;
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	height: 40px;
}
h2.vsloupci{
	height: 50px !important;
}
h3{
	color: #476AAA;
	margin:0px;
	padding:5px 5px 15px 5px;
	font-size: 11pt;
}
ul.green,ul.blue,ul.orange{
	color: #454233;
	margin: 12px 0 0 0;
	padding: 0px;
	line-height: 25px;
}
ul.green li,ul.blue li,ul.orange li{
	padding-left: 15px; 
	background-image: url(green.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	list-style-type: none;
}
ul.blue li{
	background-image: url(blue.png);
}
ul.orange li{
	background-image: url(orange.png);
}
/* sloupce v o spolecnosti */
.sloupec{
	float: left;
	width: 215px;
	margin-right: 25px;
}

/* sloupec na prave strane v o spolecnosti */
.sloupecvpravo{
	border-left: 1px solid #DBDBDB; 
	float: right; 
	width: 199px;
	/*margin-right: -27px;*/
}

/* menu ve strance */
#menuInPage, #menuInPage ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuInPage{
	float: left;
	width: 203px;
	margin-right:15px;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
#menuInPage ul{
	margin-left: 15px;
	border-left: 1px solid #DBDBDB;
}
#menuInPage li{
	border-top: 1px solid #DBDBDB;
	padding: 0px 0px 0px 15px;
	font-size:14px;
	font-weight: bold;
	line-height: 24px;
}
#menuInPage li li{
	font-size:12px;
	line-height: 18px;
}
#menuInPage li li li{
	font-size:10px;
	line-height: 14px;
}
#menuInPage a{
	color: #3E3A5F;
}
#menuInPage a:hover,#menuInPage a.activ{
	color: #476AAA;
} 
#pageWithMenu{
	float: left;
	width: 690px;
}
/* paticka */
#footer{
	padding: 5px 54px 25px 54px;
	margin: 0px;
	text-align: center;
	font-size: 8pt;
	word-spacing: 1px;
	width: 892px;
}
/* prave se nachazite */
#misto{
	float: left;
	width: 910px;
	height: 28px;
	margin-bottom: 15px;
	/*line-height: 24px;
	/*margin-right: 52px;*/
	border-bottom: 1px solid #DBDBDB;
	color: #3E3A5F;
}
#misto .cesta{
	color: #476AAA;
	font-weight: bold;
}
/* vyber jazyka */
#lang{
	float:right;
	margin-right: -12px;
	padding-top: 2px;
	width: 60px;
}
#lang img{
	border-bottom: 2px solid white;
}
#lang img.activ{
	border-bottom: 2px solid #3E3A5F;
}
/* nahradni text když neni podpora JS */
#noJS{
	float: right;
	margin-top: -12px;
	padding-right: 50px;
}
/* okno v popredi po otevreni */
#zasednuti{
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0.7;
	background: black;
	z-index: 998;
	filter: alpha(opacity=70);
}
#puw{
	display: none;
	position: absolute;
	top: 100px;
	width: 1000px;
	margin: 0px auto;
	z-index: 999;
}
#puw .top{
	width: 500px;
	height: 37px;
	margin: 0px auto;
	background-image: url('puwTop.png');
	background-position: top left;
}
#puw .top .close{
	float: right;
	margin: 5px 10px 0px 0px;
}
#puw .mid{
	width: 470px;
	margin: 0px auto;
	background-image: url('puwMid.png');
	background-position: top left;
	background-color: white;
	padding: 0px 15px 15px 15px;
}
#puw .mid .langSel{
	float: right;
}
#puw .mid .langSel img{
	border-bottom: 2px solid white;
}
#puw .mid .langSel img.activ{
	border-bottom: 2px solid #3E3A5F;
}
#puw .bot{
	width: 500px;
	height: 35px;
	margin: 0px auto;
	background-image: url('puwBot.png');
	background-position: top left;
}
.clean /*&*/, .clear{
	clear: both;
}
