/* @override 
	http://milanurban.iqsoft.cz/ui/css/urban-main.css
	http://milanurban.cz/ui/css/urban-main.css
	http://iqsoft/css/iqsoft-main.css
*/

@charset "UTF-8";

/* @group defaults */
/* DEFAULTS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img, div, p {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

/* @end */

/* @group layout */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	/*font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;*/
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c1c1c1;
	background: #000000 none repeat-x center top;
}

a {
	text-decoration: none;
	color: #c1c1c1;
}

a:hover {
	/* text-decoration: underline; */
	color: #f18e00;
	text-decoration: underline;
}

#site-link a {
	color: #f18e00;
}

#site-link a:hover {
	color: #c1c1c1;
}

a.reference.active {
	color: #f18e00 !important;
	font-weight: bold;
}

a:hover.reference.active {
	color: #f18e00;
	text-decoration: underline;
}

a.reference.used {
	color: #a6620f;
}

a:hover.reference.used {
	color: #a6620f;
	text-decoration: underline;
}

#loading {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 4px;
	color: #f18e00;
}

#container {
	width: 614px;
	min-height: 180px;
	text-align: center;
	background: url(../images/background-logo.png) no-repeat 0 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

#body-content {
	position: relative;
	float: left;
	margin-top:  130px;
	width: 614px;
	min-height: 430px;
	padding-bottom: 25px;
	border-bottom: 2px solid #f18e00;
}

#reference {
	position: relative;
	float: right;
	top: 0px;
	text-align: right;
}

#reference p {
	line-height: 18px;
}

#nahledy {
	position: relative;
	float: left;
	margin-left: 100px;
	margin-top: 79px;
	width: 256px;
	height: 290px;
	display: none;
}

#nahledy #site-link {
	position: absolute;
	top: 163px;
	left: 10px;
}

#kontakt {
	position: absolute;
	left: 0px;
	bottom: 25px;
	text-align: left;
}

div#container-temp {position: relative;width: 720px;margin: 0 auto;text-align: left;height: 100%;min-height: 450px;padding: 50px 0 0;
font: 12px/140% 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;color: #555555;}

div#goodbye {
	position: relative;
	float: left;
	margin-top: 15px;
	background: url(../images/bg-steve.jpg) no-repeat left top;
	width: 716px;
	height: 571px;
}

div#goodbye h3{
	position: absolute;
	left: 143px;
	top: 115px;
	width: 490px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

h3.vazeni {
	position: relative;
	float: left;
	width: 490px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: 20px;
}

p.vazeni {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 12px;
	margin-left: 20px;
}

div#goodbye p {
	position: absolute;
	left: 143px;
	top: 160px;
	width: 490px;
}

div#goodbye p a, p.vazeni a {
	color: #00aeef;
}

div#goodbye p a:hover, p.vazeni a:hover {
	text-decoration: underline;
}

/* @end */

/* @group helpers */

.al-left {
	text-align: left;
}

.al-right {
	text-align: right;
}

.al-center {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.hidden {
	display: none;
}

.nodisplay{
	display: none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.no-border {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
	outline: none;
}

a:active {
	outline: none;
}

/* @end */

/* @group colors */

.colorRed {
	color: #e51c23;
}

.colorBlack {
	color: #000000;
}

div.hot-text p a:hover span.colorBlack {
	color: #ff6600;
}

/* @end */




