/**
* H2C Project: styles/screen_head.php, v 1.0 Wed Aug 27 16:31:50 CEST 2008 @647 /Internet Time/
* @copyright JRX | jrx.palitchi.org | 2008 
*
* CSS 1,2 skript: urcuje design webu
*
* pouziti: header.tpl
**/

/* Global
----------*/
html { width: auto; height: auto; margin: 0; padding: 0; }
body {
	width: auto; height: auto; text-align: center;
	background: #cc9900;
	font-family: Verdana, sans-serif;
	margin: 0; padding: 0;
}
h1,h2,h3 { margin:0;padding:0; }
a,
a:visited { color: blue; font-weight: normal; text-decoration: none; }
a:hover,
a:focus { color: red; font-weight: bold; text-decoration: none; }
img { border: 0; font-size: 0.9em; color: gray; /* ALT */ }
.caps { font-variant: small-caps; }
.under { text-decoration: underline; }
.flt_left { display: block; float: left; }
.flt_right { display: block; float: right; }
.txt_left { text-align: left; }
.txt_right { text-align: right; }
.txt_center { text-align: center; }
.cleaner { 
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent; 
}
hr.cleaner {
	clear: both;
	height: 0px;
	border: none;
	margin: 0;
	visibility: hidden;
}
form { padding: 0; margin: 0; }
p { padding: 0; margin: 0; }
ul {}
li {}