html, body { height: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color : #000000;
	text-align: center;
	background-color: #FFF;
	background-image: url(../pics/bg.gif);
}


* { 
	margin: 0; 
	padding: 0; 
	border: 0;
}

strong {
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	margin: 15px 0 0 0;
}

h1 { 
	font-size: large;
	color: #000;
}

h2 { 
	font-size: larger;
	color: #0757a1;
	margin-top: 20px;
}

h3 {  
	font-size: medium; 
	color: #cc0000;
	text-transform: uppercase;
}

h4, h5 { 
	font-size: medium; 
}

h6 {	
	font-size: medium; 
	text-transform: uppercase;
	font-weight: bold;
}

a {
	color: #0757a1;
	text-decoration: underline;

}

a:hover {
	text-decoration: none;
}

.clearfix:after {
    content: ".";              
	display: block;          
    height: 0;                 
    clear: both;               
    visibility: hidden;	     
}
.clearfix {display: inline-block;}   /* oprava pre IE Mac */
/* Schova trik pred IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* -----------------------------------------------------------------*/ 

div#case {
	width: 980px;
	height: 753px;
	margin: 0 auto;
	background-image: url(../pics/bg.jpg);
	position: relative;
}

a.button_sk {
	position: absolute;
	top: 203px;
	left: 0;
	width: 490px;
	height: 261px;
}

a.button_ho {
	position: absolute;
	top: 203px;
	left: 489px;
	width: 490px;
	height: 261px;
}


