body {
	font-size: 8pt;
	font-family: sans-serif;
	color: #3F3D3D;
}
a, a:hover {
	color: #669900;
	text-decoration: underline;
}

/* border */

#roh_dole_pravy {
	background-image: url(../pictures/roh_dole_pravy.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
#roh_dole_lavy {
	background-image: url(../pictures/roh_dole_lavy.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
#roh_hore_lavy {
	background-image: url(../pictures/roh_hore_lavy.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
#roh_hore_pravy {
	background-image: url(../pictures/roh_hore_pravy.gif);
	background-repeat: no-repeat;	
	width: 12px;
	height: 12px;
}
#bok_lavy {
	background-image: url(../pictures/bok_lavy.gif);
	background-repeat: repeat-y;
}
#bok_pravy {
	background-image: url(../pictures/bok_pravy.gif);
	background-repeat: repeat-y;
}
#bok_hore {
	background-image: url(../pictures/bok_hore.gif);
	background-repeat: repeat-x;
}
#bok_dole {
	background-image: url(../pictures/bok_dole.gif);
	background-repeat: repeat-x;
}

/* telo webu */
.menu {
	width: 150px;
	background-color: #F6F6EC;
	vertical-align: top;
}

.copy  {
	height: 20px;
	background-color: #669900;
	color: #F6F6EC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.copy a {
	color: #F6F6EC;
	text-decoration: none;
}
.copy a:hover {
	color: #F6F6EC;
	text-decoration: underline;
}

#banner {
	width: 960px;
	height: 100px;
}
#obsah {
	width: 650px;
	text-align: left;
	vertical-align: top;
	background-color: #F6F6EC;
}
.obsah_boky {
	width: 5px;
}
.riadok {
	height: 5px;
}
/* menu */

.menu a {
	background-color: #F6F6EC;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	height: 20px;
	color: #3F3D3D;
	display: block;
}
.menu a:hover {
	background-color: #669900;
	color: #F6F6EC;
}
.menu_text {
	padding: 0px 5px 0px 5px;
	text-align: justify;
}

/* texty */
#text_nadpis {
	background-color: #669900;
	padding: 0px 0px 0px 10px;
}
#text_text {
	font-weight: normal;
	padding: 15px 15px 15px 15px;
	background-color: #F6F6EC;
}