.div_obsah {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.div_menu {
	background-image: url(pictures/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
.div_menu a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: none;
}

.div_clanek {
	background-image: url(pictures/obsah_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 12px;
}
.div_clanek p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.div_clanek a {
	text-decoration: underline;
}


.div_center {
	background-image: url(pictures/obsah_back_rep.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.div_correct {
	padding-top: 1px;
	clear: both;
}

.div_paticka {
	background-image: url(pictures/paticka.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 41px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.div_paticka p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.div_menu a:hover {
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #999999;
	text-decoration: none;
}
.p_center {
	text-align: center;
}
.div_paticka a {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.div_paticka a:hover {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: underline;
}

