/***********************************************************************************************************/
/* Adam Šitavanc, 2008 */
/***********************************************************************************************************/

* {margin: 0; padding: 0;}

body {
	height: 100%;
	font-family: 'Arial', sans-serif;
}
html {
	height: 100%;
	background: #0a1419;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

/***********************************************************************************************************/
/* Titulni strana */
/***********************************************************************************************************/

div#hlavni {
	margin: 0 0 0 100px;
}

div#hlavni h1 {
	color: #33ccff;
	margin-bottom: 50px;
	padding-top: 200px;
	font-weight: normal;
}

div#hlavni h1 a {
	color: #fff;
	text-decoration: none;
}

div#hlavni p {
	color: #fff;
	font-size: 0.8em;
	line-height: 2em;
	margin-bottom: 20px;
}

div#hlavni p a {
	color: #33ccff;
	text-decoration: none;
}

div#hlavni p a:hover {
	color: #fff;
}

div#hlavni table {
	border-collapse: collapse;
	color: #fff;
	font-size: 0.8em;
}

div#hlavni table a {
	color: #fff;
	text-decoration: none;
}

div#hlavni table a:hover {
	color: #fff;
	text-decoration: none;
}

div#hlavni table th {
	font-weight: normal;
	text-align: left;
	line-height: 2.3em;
}

div#hlavni table td {
	line-height: 2.3em;
	vertical-align: top;
}
	.blue {
		color: #33ccff;
	}
	
	.blue a {
		color: #33ccff !important;
	}
	
	.blue a:hover {
		color: #fff !important;
	}
	
	.ablue {
		color: #33ccff !important;
	}
	
	.ablue:hover {
		color: #fff !important;
	}
	
	.left {
		width: 145px;
	}
	
	.odsazeni {
		padding-right: 30px;
	}

div#paticka {
	height: 80px;
	margin: 80px 0 0 100px;
}

div#paticka h2 {
	display: none;
}

div#paticka ul {
	list-style: none;
}

div#paticka ul li {
	float: left;
	padding-right: 40px;
	font-size: 0.7em;
	color: #fff;
	font-weight: bold;
}

div#paticka ul li a {
	font-weight: normal !important;
	color: #33ccff;
	text-decoration: none;
}

div#paticka ul li a:hover {
	color: #fff;
}

div#paticka ul li a.vybrano {
	color: #fff;
}

div#paticka ul li a.vybrano:hover {
	color: #fff;
}

/***********************************************************************************************************/
/* Obecne tridy */
/***********************************************************************************************************/

.no {
	display: none;
}

.cleaner {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	font-size: 1px;
}

div.l {
	width: 360px;
}

div.xl {
	width: 600px;
}

div.thumbs {
    width: 1100px;
}

div.thumbs div.item {
    width: 190px;
    margin: 0 20px 50px 0;
    float: left;
}

div.thumbs div.item img {
    display: block;
    margin-bottom: 15px;
}

div.thumbs div.item a {
    color: #33ccff;
    font-size: 0.8em;
	text-decoration: none;
}
