/*
***
*** CSS style for a website www.izoland.sk
*** © 2007 Rastislav Gärtner
***
*/

body {
	background-color: #000000;
	color: #8C8C8C;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

strong.selected {
	color: #FFFFFF;
}

img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/* STYLE FOR HOMEPAGE */

#container {
	clear: both;
	width: 770px;
	text-align: left;
	margin: 30px auto;
	padding: 0;
}

#hppath {
	color: #666666;
	padding: 10px 20px;
}

#splash {
	width: 770px;
	height: 500px;
	display: block;
	background-image: url(images/splash.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#splash #b1 {
	float: left;
	width: 256px;
	height: 136px;
	display: block;
	margin: 330px 0 0 0;
}
#splash #b1 a {
	width: 256px;
	height: 136px;
	display: block;
	background-image: url(images/button-01.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#splash #b2 {
	float: left;
	width: 258px;
	height: 136px;
	display: block;
	margin: 330px 0 0 0;
}
#splash #b2 a {
	width: 258px;
	height: 136px;
	display: block;
	background-image: url(images/button-02.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#splash #b3 {
	float: left;
	width: 256px;
	height: 136px;
	display: block;
	margin: 330px 0 0 0;
}
#splash #b3 a {
	width: 256px;
	height: 136px;
	display: block;
	background-image: url(images/button-03.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#splash #b1 a:hover,
#splash #b2 a:hover,
#splash #b3 a:hover {
	background-position: 0 -136px;
}

/* STYLE FOR SUBPAGE */

.cyan a {
	color: #33CCFF;
	text-decoration: underline;
}
.green a {
	color: #99CC33;
	text-decoration: underline;
}
.orange a {
	color: #FFCC33;
	text-decoration: underline;
}
.cyan a:hover,
.green a:hover,
.orange a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sp {
	clear: both;
	width: 822px;
	text-align: left;
	margin: 30px auto;
	padding: 0;
}

#sppath {
	color: #666666;
	padding: 10px 20px 10px 72px;
}

#no1,
#no2,
#no3 {
	float: left;
	width: 52px;
	height: 170px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#no1 {
	background-image: url(images/no01.gif);
}
#no2 {
	background-image: url(images/no02.gif);
}
#no3 {
	background-image: url(images/no03.gif);
}

#spcontainer {
	float: right;
	text-align: left;
	width: 770px;
	background-image: url(images/vsepline.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#leftmenu1,
#leftmenu2,
#leftmenu3 {
	float: left;
	width: 185px;
	padding: 20px;
}
#leftmenu1 ul,
#leftmenu2 ul,
#leftmenu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftmenu1 ul li,
#leftmenu2 ul li,
#leftmenu3 ul li {
	margin: 0;
	padding: 3px 0 3px 10px;
}
#leftmenu1 ul li,
#leftmenu2 ul li,
#leftmenu3 ul li {
	background-position: 0 7px;
	background-repeat: no-repeat;
}
#leftmenu1 ul li {
	background-image: url(images/arrow-cyan.gif);
}
#leftmenu2 ul li {
	background-image: url(images/arrow-green.gif);
}
#leftmenu3 ul li {
	background-image: url(images/arrow-orange.gif);
}

#content {
	float: right;
	text-align: left;
	width: 500px;
	text-align: justify;
	padding: 20px;
}
#content p,
#content li {
	line-height: 140%;
}

#content table {
	border-top: 1px solid #333333;
	margin: 0;
	padding: 0;
}
#content table tr {
	border: 0;
	margin: 0;
	padding: 0;
}
#content table tr td {
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 5px;
}

#h1,
#h2,
#h3 {
	width: 770px;
	height: 170px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#h1 {
	background-image: url(images/header1.jpg);
}
#h2 {
	background-image: url(images/header2.jpg);
}
#h3 {
	background-image: url(images/header3.jpg);
}

#footer {
	clear: both;
	color: #666666;
	text-align: center;
	line-height: 16px;
	margin: 0;
	padding: 10px 20px;
}
#footer p.sp {
	margin-left: 52px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;} /* hides from IE-mac */


