/* SPOLECNE */
#wrapper {
	width:802px;
	margin:20px auto 20px auto;
	padding: 0;
	background-image: url(../images/wrapper/wrapper_Bg.jpg);
	background-repeat: repeat-y;
}
#headerI {
	float:left;
	display:inline;
	width:802px;
	height: 40px;
	margin:0;
	background-color:#ffffff;
	background-image: url(../images/headers/headerI_Bg.jpg);
	background-repeat:no-repeat;
}
#headerII {
	float:left;
	display:inline;
	width:802px;
	height: 55px;
	margin:0;
	background-image: url(../images/headers/headerII_Bg.jpg);
	background-repeat: repeat-y;
	background-color:#ffffff;
}
#headerIII {
	float:left;
	display:inline;
	width:802px;
	height: 260px;
	margin:0;
	background-image: url(../images/headers/headerIII_Bg.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}
#footer {
	float:left;
	width:802px;
	height:45px;
	margin:0 0 0px 0;
	background-image: url(../images/footer/footer_Bg.jpg);
	background-repeat: no-repeat;
	background-color:#E7F3F0;
}
/* JEDEN SLOUPEC */
#oneColLayout #primaryContent {
	float:left;
	width:802px;
	margin:0;
	background-color:#AAAAAA;
}
#oneColLayout #secondaryContent, #oneColLayout #sideContent {
	display: none;
}
/* DVA SLOUPCE */
#twoColLayout #primaryContent {
	float:left;
	display:inline;
	width:530px;
	margin: 0 0 0 30px;
}
#twoColLayout #secondaryContent {
	display:none;
}
#twoColLayout #sideContent {
	float:left;
	width:228px;
	height:525px;
	margin: -315px 0 0 14px;
	background-color:#CCCCCC;
}
/* TRI SLOUPCE */
#threeColLayout #primaryContent {
	float:left;
	width:250px;
	margin: 0 0 0 30px;
	display:inline;
}
#threeColLayout #secondaryContent {
	float:left;
	width:250px;
	margin: 0 0 0 30px;
	display:inline;
}
#threeColLayout #sideContent {
	float:left;
	width:228px;
	height:550px;
	margin: -315px 0 0 14px;
	display:inline;
}
/* TAGY */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#E7F3F0;
	padding:0;
	margin:0;
	background-image: url(../images/body/body_Bg.jpg);
	background-repeat: repeat-x;
}
p, h1, h2, h3 {
	margin:5px;
} 
h1 {
	font-size: 18px;
	color:#2F6372;
}
h2 {
	font-size: 14px;
	color:#2F6372;
}
h3 {
	font-size: 12px;
}
p {
	font-size: 11px;
	font-family: tahoma, Arial;
	line-height: 18px;
}
ul {
	line-height:14px;
	font-size:12px;
	font-style:italic;
	margin:20px;
	padding:0;
	list-style-type:disc;
}
li {
	width:90%;
	padding:5px 0 0 0;
	margin:0;
}
a {
	text-decoration:underline;
	color:#1E5695;
	width:100%;
}
a:visited {
	color:#999999;
}
a:hover {
	text-decoration:underline;
	color:orange;
}
/* IDENTIFIKATORY */
#mainNav {
	float:left;
	display:inline;
	width:170px;
	margin:15px 0 0 45px;
	/*clear:left;*/
}
#mainNav ul {
	list-style-type:none;
	margin:0;
	margin-bottom:4px;
	padding:0;
}
#mainNav li {
	margin:0 !important;
	padding:0 !important;
}
#mainNav a {
	font-size:12px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
	color:#1E5695;
	height:20px;
	display:block;
	background: url(../images/navigation/mainNavBg.png);
}
#mainNav a:visited {
	height:20px;
	background:url(../images/navigation/mainNavBg.png) 0 -40px;
	color:#999999;
}
#mainNav a:hover {
	height:20px;
	background:url(../images/navigation/mainNavBg.png) 0 -20px;
	color:orange;
	text-decoration:none;
}
#mainNav li span {
	display:block;
	margin-left: 20px;
	padding-top:1px;
	width:150px;
	line-height:14px;
	cursor:pointer;
}
#sideContent h2, #sideContent p {
	margin:5px 30px 10px 20px;
	color:#666666;
}
#sideContent h2 {
	color:#333333;
}
#headerII img {
	margin-top:25px;
	float:left;
}
#headerII p {
	margin:0 0 0 55px;
	font-size:11px;
	color:#333333;
	float:left;
	display:inline;
	width: 220px;
}
#footer a.left {
	margin:25px 0 0 30px;
	font-size:10px;
	float:left;
	display:inline;
	color: #999999;
}
#footer a.right {
	margin:25px 235px 0 0;
	font-size:10px;
	width:auto;
	display:block;
	color: #999999;
	text-decoration: none;
}
#primaryContent img, #secondaryContent img{
	margin:5px 10px 5px 0; 
	float:left;
	/*border:1px solid silver;*/
}

/* TRIDY */
.bgColor {
	color:#FFFFFF;
	background-color:#eecd11;
	font-weight:bold;
	padding:0 115px 0 2px;
}
.notice {
	font-size:9px;
	font-style:italic;
}
.bigger {
	font-size:14px;
}
.linkSmall {
	font-size:12px;
	margin-left:28px;
}
/* FIR */
h1#logoFir {
	width:140px;
	height:45px;
	position:relative;
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	padding:0;
}
h1#logoFir span{
	background:url(../images/fir/logoFir.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
h2#sloganFir {
	width:220px;
	height:45px;
	position:relative;
	float:left;
	display:inline;
	margin:10px 0 0 170px;
	padding:0;
}
h2#sloganFir span{
	background:url(../images/fir/sloganFir.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

