/* celkový layout  */

body {
	background-image: url("img/duha/back.jpg");
	background-color: #FFF;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #006;
}

a {
	color: #C11;
	text-decoration: none;
}

a:hover {
	color: #600;
	text-decoration: none;
}

#top {
	background-image: url("img/duha/top.jpg");
	background-repeat: no-repeat;
	width: 1024px;
	height: 186px;
}

#text {
	width: 1024px;
	background-image: url("img/duha/text.jpg");
	background-repeat: no-repeat;
}

#bottom {
	background-image: url("img/duha/bottom.jpg");
	background-repeat: no-repeat;
	width: 1024px;
	height: 501px;
	clear: both;
}

/* layout textu  */

.menu {
	width: 183px;
	margin-left: 20px;
	padding-top: 10px;
	text-align: right;
	float: left;
	font-weight: bold;
}

.menu a {
	color: #6C6;
	text-decoration: none;
}

.menu a:hover {
	color: #600;
	text-decoration: none;
}

.nadpismenu {
	font-weight: bolder;
	margin-top: 15px;
}

.spot {
	width: 596px;
	margin: 10px;
	text-align: justify;
	float: left;
	font-weight: 500;
}

.spodek {
	width: 230px;
	height: 44px;
	text-align: justify;
}

#doprava {
	text-align: right;
	margin-top: 8px;
	margin-right: 10px;
	list-style-position: inside;
}

h2   {
	font-size: 14px;
	font-weight: bolder;
}

h3   {
	height: 18px;
	text-align: left;
	font-size: 16px;
	margin-top: 0px;
}

h4   {
	text-align: right;
	margin-bottom: 0px;
}	

.spot .comadd input {
	background-color: #9F9;
	color: #006;
	border: 0px;
}
	
.spot .comadd input:focus, .spot .comadd input:hover {
	background-color: #FFF;
	color: #006; 
	border: 0px;
}	

.spot .comadd textarea {
	background-color: #9F9; 
	color: #006;
	border: 0px;
}	

.spot .comadd textarea:focus, .spot .comadd textarea:hover {
	background-color: #FFF; 
	color: #006;
	border: 0px;
}
	
.koment   {
	margin-bottom: 20px;
	padding: 2px;
	}
	
.koment-hlavicka {
	margin-top: 2px;
	padding: 2px;
	border-top: #FFF solid 1px;
	clear: both;
	}

.koment-ip {
	margin-top: 0px;
	padding: 2px;
	}

.avatar {
	float: right;
	margin: 3px;
	background-image: url("img/duha/blank.gif");
	background-position: 10px 10px;
}