/* HLAVNI STRANA */

#content_home h2 {
	text-align: center;
	margin: 10px 0px 0px 0px
	/*color: #2f5b88;*/
}


/* Novinky */
#main_news {
	position: relative;
	/*
	top:     0px;
	left:  600px; */
	width: 300px;
	float: left;
}

/* Novinky (seznam) */
#main_news ul {
	margin-top: 10px;
	margin-left: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

#main_news li {
	margin-bottom: 5px;
}

/* Hlavni strana - hlavni text */
#main_body {
	position: relative;
	top:     0px;
	left:    0px;
	width: 500px;
	float: left;
}

/* Hlavni strana - spodni pruh (fotky) */
#main_bottom {
	position: relative;
	left:    -50px;
	width:  900px;
	clear: both;
	/*background-color:red*/
}

/* INTERNAL NEWS */
.intnews_title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #f83588;	
}

.intnews_text {
	background-color: #fffbd1;
	text-align: justify;
	padding: 8px;
}

.intnews_text ul {	
	padding-left: 2em;	
}

/* FOTOGALERIE */

/* KONTAKTY */
#content_kontakt h1 {
	text-align: center;
	color: #2f5b88;
}

#content_kontakt h4 {
	color: #f83588;
}

/* DUHA */
#content_duha h1 {
	text-align: center;
	color: #2f5b88;
}

#content_duha h4 {
	color: #f83588;
}


