* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #000000;
	color: #AAAAAA;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

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

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 3em;
}

.hr1 {
	height: 4px;
	padding-bottom: 20px;
}


/* hlavicka */

#hlavicka {
	width: 750px;
	height: 45px;
	margin: 0 auto;
	background-color : #000000;
}

/* logo */

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 150px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	margin: 0;
	padding: 0;
	padding: 57px 0 0 0px;
	font-size: 30px;
	font-weight: normal;
	color: #AAAAAA;
}

#logo h1 a {
	color: #AAAAAA;
	font-size: 20px;
}

#logo h2 {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #C6D0B3;
}

#logo h2 a {
	color: #C6D0B3;
}

#logo a {
	text-decoration: none;
}

#logo ul {
	float: right;
}

/* menu */

#menu {
	margin: 0;
	padding-top: 10px;
	float: right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 11px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AAAAAA;
}

#menu a:hover {
	background: #666666;
	color: #AAAAAA;
}

#menu .aktualni a {
	background: #666666;
	color: #AAAAAA;
}

/* stranka */

#stranka {
	width: 750px;
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
	background-color : #000000;
}

#novinky {
	float: left;
	width: 750px;
	line-height: 25px;
}

#novinky h1 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #AAAAAA;
}

.novinka .titulek {
	margin: 0;
}

.novinka h2 {
	letter-spacing: -.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #AAAAAA;
}

.novinka {
	margin-bottom: 10px;
	padding-bottom: 35px;
}

/* pod_stranka */

#pod_stranka {
	clear: both;
	background: #666666 url(/images/green_corner.gif) no-repeat right bottom;
	padding: 10px 20px 0px 20px;
	color: #DFE6D1;
}

#pod_stranka ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pod_stranka li {
	display: block;
	float: left;
	width: 205px;
	padding: 15px;
}

#pod_stranka li ul {
	line-height: 1.8em;
	margin: 0px;
}

#pod_stranka li li {
	width: 205x;
	display: list-item;
	float: none;
	padding: 0;
}

#pod_stranka h3 {
	width: 205x;
	margin: 0 0 15px 0;
	padding: 0 50px 10px 0;
	background: url(/images/little_broken_line.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#pod_stranka p {
	color: #DFE6D1;
}

#pod_stranka a {
	text-decoration: underline;
	color: #F1F6E8;
}

#pod_stranka a:hover {
	text-decoration: none;
}

/* sub_menu */

#sub_menu {
	float: right;
	width: 250px;
}

#sub_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub_menu li {
	background-color: #666666;
}

#sub_menu li ul {
	line-height: 25px;
	padding: 0px 20px 30px 20px;
	background: #666666 url(/images/gray_corner.gif) no-repeat right bottom;
	margin-bottom: 40px;
}

#sub_menu li li {
	padding: 0;
	background-color: #666666;
	color: #DFE6D1;
}

#sub_menu h2 {
	width: 190px;
	margin: 0 0 15px 20px;
	padding: 20px 0 7px 0;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#sub_menu a {
	color: #000000;
}

/* paticka */

#paticka {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
	background-color : #000000;
}

#paticka p {
	margin: 0;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	color: #AAAAAA;
}

#paticka a {
	color: #AAAAAA;
}




#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }


#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
	
	
input.napsat_prispevek_host {
width: 300px;
height: 16px;
font-size: 10px;
border: 1px solid #777777;
color: #FFFFFF;
background-color: #000000;
}

.napsat_prispevek_textarea {
width: 750px;
height: 119px;
font-size: 14px;
border: 1px solid #777777;
color: #FFFFFF;
background-color: #000000;
}

input.napsat_prispevek_input_odesli {
width: 45px;
height: 16px;
font-size: 10px;
border: 1px solid #777777;
color: #FFFFFF;
background-color: #000000;
}