@charset "utf-8";
/* CSS Document Termálne kúpalisko Horné Saliby */


/* general reset */
*, div, h1, h2, h3, h4, table, object {
	border: 0;
	margin: 0;
	padding: 0;
}
/* general reset end */


/* general clases and identificators*/

	#arial, .arial{font-family: Arial, Helvetica, sans-serif;}
	#bold, .bold{font-width: bold;}
	#flol, .flol{float: left;}
	#alce {text-align:center;}
	#flor, .flor{float: right;}
	#slim, .slim{font-weight: 100;}
	#under, .under{text-decoration: underline;}
	
/* general clases and identificators - end */


/* main layout */
body {
	background: #bfe4f7 url(../images/homepage/back.png) repeat-x;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	border: solid #fff 10px;
	width: 900px;
	margin: auto;
}
#content-top {
	background: url(../images/homepage/content-top.jpg) no-repeat center;
	border-left: solid #fff 10px;
	border-right: solid #fff 10px;
	width: 900px;
	height: 200px;
}
#content-main {
	background: #e5e5e5;
	border-left: solid #fff 10px;
	border-right: solid #fff 10px;
	width: 900px;
	min-height: 300px;
	height: auto;
}
#content-bottom {
	background: url(../images/homepage/content-bottom.jpg) no-repeat center top;
	border: solid #fff 10px;
	border-top: 0;
	height: 76px;
	margin: 0;
	padding: 0;
	width: 900px;
	
}
h2{
	background: url(../images/homepage/nadpis-bottom.jpg) no-repeat bottom left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	width:700px;
	margin-left: 10px;
	padding-left: 120px;
	line-height: 2.5em;
	height: 30px;
}
.paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	line-height: 2em;
	margin: auto;
	padding-top: 20px;
	_padding-top: 0px;
	padding-bottom: 20px;
	_padding-bottom: 0px;
	width: 650px;
}
/* main layout - end */

/*table layout*/

table {
	border-collapse: collapse;
	width: 750px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2.5em;
}
th {
	height: 2.5em;
}
th, td {
	text-align: center;
}
td {
	border-bottom: 1px solid #fff;
	height: 2em;
}
.odd:hover {
	background: #fff;
}
/*table layout*/

/*Gallery*/
.picture {
	border: 2px solid #fff;
	margin: 3px;
	float: left;
	height: 120px;
	width: 120px;
}


/*Gallery - end*/
