@charset "utf-8";
/* CSS Document */
/* Programovanie kodu: Stefan Stieranka,  www.itec.sk */

/* Zakladne zobrazenie
---------------------------------------- */

/* plati pre vsetko - hviezdicka */
* {
	padding: 0px;
	margin: 0px;
}
div {
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	background-image: url(../images/pozadie.jpg);
}
ul, ol, li {
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	line-height: normal;
}
input {
	font-family: Arial;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0.1;
	visibility: hidden;
	width: 100%;  
	height: 0%;
}
/*  */
/* Hlavne kontajnery
---------------------------------------- */
/* hore - hlavicka */
#top {
	width: 800px;
	height: 150px;
	text-align: center;
}
/* stred - menu a obsah */
#main {
	width: 100%;
	min-height: 300px;
}
/* dolu - pata */
#footer {
	width: 100%;
	height: 100px;
}
/* Vnorene kontajnery
---------------------------------------- */
/* hlavicka stranky */
.top {
	width: 800px;
	min-height: 150px;
	_height: 150px;
}
/* obsah stranky */
.main {
	width: 800px;
	min-height: 260px;
	_height: 260px;
}
/* menu vlavo */
.left {
	width: 200px;
	min-height: 200px;
	_height:100px;
	float: left;
	display: inline;
	background-color: #099;
}
/*  */
.content {
	width: 800px;
	height: 280px;
	float: left;
	display: inline;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #FFF;
	border-style: solid;
	vertical-align: middle;
}
/*  */
.footer {
	width: 800px;
	height: 100px;
	text-align: center;
}

/* Text
---------------------------------------- */
/* velky napis */
.velkytext {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
}
