/*
 * HotelMerkur.sk
 * _____________________________________
   file: defaults.css
   autor: Bc. Róbert Medviď
   http://www.alfdesign.sk
 */


/*
 html
 ------------------------------------- *
 */

body, html {
	width: 100%;
	height: 100%; /* IMPORTANT */
	margin: 0;
	padding: 0;
	text-align: center;
	}

a {
	color: #000000;
	}

a:hover {
	color: #666666;
	}

h1, 
h2, 
h3, 
h4 {
	font-weight: bold;
	}

h1 {
	font-size: 120%;
	}

h2 {
	font-size: 110%;
	}

h3 {
	font-size: 100%;
	}

cite {
	font-style: italic;
	}

dt {
	float: left;
	font-weight: bold;
	}

img {
  	border: none;

	}

ins {
	color: #f8b041;
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

label {
	display: block;
	}

pre, 
code {
	color: #867964;
  	cursor: text;
  	font-family: "Monaco", "Courier New", Courier, monospace;
	}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*
 IE fixes
 ------------------------------------- *
 */

/*
 clearfix
 */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html p {
  height: 1%;
  }
 
/* End hide from IE5/mac */

* html li {
	height: 1%;
}

