/******
* Zagro Slovakia, s.r.o.
* -------------------------------------------
* Default settings
* -------------------------------------------
* Alfdesign, Bc. Róbert Medvid
* http://www.alfdesign.sk/
**/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #262626;
	}

a {
	outline: none; /* Clear dotted border */
	color: #9d0707;
	}

a:link {
	}

a:visited {
	}

a:active {
	outline: none; /* Clear dotted border */
	}

a:hover {
	text-decoration: none;
	color: #da0101;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	}

h2 {
	font-size: 1.7em;
	margin: 0;
	font-weight: normal;
	}

h3 {
	font-size: 1.3em;
	margin: 0;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
	}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

img {
	border: 0;
	}

ol, ul, li, dl, dt, dd {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0.1em;
	margin-bottom: 0.1em; 
	}

li {
	list-style-type: square;	
	}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1.1em 0;
	}

li > p {
	margin-top: 0.2em;
	}

pre {
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;

	}

strong, b {
	font-weight: bold;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End Holly Hack */

div.break {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
	}

hr.break {
   clear: both;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
   }
