/*======================================*
** stylesheet.css
**======================================*/

/*---------------------------------------*
** Created: 26-04-2006
** Author: M S Rahman
** Website: webain.co.uk
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	background-color: #3A5D73;
}
#wrapper {
	width: 800px;
	margin: auto;
}
img { border: 0; }
h2 {
	color: #9CDF18;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
h3 {
	color: #FFC605;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
.autor {
	float: right;
	}
.vyska{
	height: 1000px;
	}

a {
	text-decoration: underline;
	color: #8FCE45;
}
a:hover {
	text-decoration:none;
}
.bold{
	font-weight: bold;
	color:white;
}
.red{
	font-weight: bold;
	color:yellow;
}
.nove{
	font-weight: bold;
	color:yellow;
	font-size: 105%;
}
.den{
	background: #365D7A;
	padding: 5px 0 5px 0;
	display: block;
	font-weight: bold;
	color:white;
	text-align: center;
}
.left {
	float: left;
	padding-right: 15px;
}
.leftbasen {
	float: left;
	padding-top: 150px;
	padding-left: 45px;
}
.right{
	float: right;
	padding: 5px 0 5px 5px;
}
.rightbasen{
	float: right;
	padding-top: 150px;
	padding-right: 45px;
	
}
.nazov{
	font-size: 150%;
	
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#divBanner{
	height: 246px;
	margin-top: 40px;
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/frontimage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h1 {
	color: #FFC605;
	font-size: 220%;
	font-weight: bold;
	margin-top: 207px;
	margin-right: 0px;
	margin-left: 20px;
	}

#divlogo {
	height: 246px;
	margin-top: 40px;
	border: 5px solid #FFFFFF;
	text-align: center;
	padding: 0px;
	font-size: 3em;

}
span.ain {
	font-size: 20px;
	font-weight: bold;
	color: #92D340;
}
span.web {
	color: #FFC605;
}
/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	width: 174px;
	height: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32556B;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #3A5D73;
}
.imgside {
	margin: 30px 0 0 30px;
}
/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
}
#basenvlavo {
	width: 250px;
	color: #9DC1D9;
	margin-right:200px;
	padding-left: 30px;
	text-align: center;
	font-weight: bold;
}
#basenvpravo {
	width: 250px;
	color: #9DC1D9;
	margin-left:200px;
	padding-left: 30px;
	text-align: center;
	font-weight: bold;
}
#text {
	color: #9DC1D9;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}
.obrazokleft {
	padding: 10px 10px 10px 0;
	float: left;
}
.obrazokright {
	padding: 10px 0px 10px 10px;
	float: right;
}
/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	background-color: #32556B;
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.tblegal{
width: 90%;
margin:5px 5px 5px 30px;
text-align:center;
}
.tblegalsvp{
width: 70%;
margin:5px 5px 5px 30px;
text-align:center;
}


/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-color: #32556B;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #32556B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #32556B;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A5D73;
	background-image: url(images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #365D7A;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #365D7A;
	color: #B4FF05;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 22px;
	clear: both;
	border: 1px solid #32556B;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}
/*------------------------------------------------------------*
**  End_of
**------------------------------------------------------------*/	

.title {
	font-size: 17px;
	color: #B4FF05;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #9DC1D9;
	margin: 0px;
}
.allpaden {
	text-align: center;
	color: #9DC1D9;
	margin: 0px;
}.allpar {
	padding-bottom: 15px;
	color: #9DC1D9;
	margin: 0px;
}
.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}
#menuTab {
	color:#32556B;
	font-size:1.2em;
	text-align:center;
	background-image: url(images/navtab.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 175px;
	height: 25px;
	padding-top: 2px;
}
#slid{
position:relative;
	margin-top: 30px;
	margin-left: 10px;
	width: 100%;
}

table {

	color: #9DC1D9;
	margin: 0px;
	text-align: center;	
	width: 100%;
}

table img {

	padding: 10px 10px 10px 10px;
}

table .fstcolor{

	background: #9DC1D9;
	color:#32556B;
    border: 1px solid #9DC1D9;
}
table .sndcolor{

	background: #FFFFFF;
	color:#32556B;
    border: 1px solid #FFFFFF;
}
th {

	font-size: 120%;
}
.tab{

	font-size: 90%;
}