table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menu {
	font-size: 11px;
	font-weight: bold;
	color: White;
	margin: 10px;
	text-decoration: none;
}
.kw {
	text-decoration: none;
	color: #000;
}

/* Content */
#content {
	padding: 50px;
	padding-right: 25px;
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #26476F;
}
#content h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #26476F;
}
#content .bukovka {
	font-size: 24px;
	font-weight: normal;
	color: #26476F;
}
.row1 { background-color: #FFFFFF; }
.row2 { background-color: #f4f4f4; }
.row3 { background-color: #ffdf00; }

/* SideBar */
#sidebar {
	padding: 50px;
	padding-left: 25px;
}
#sidebar h1 {
	font-size: 24px;
	font-weight: normal;
	color: #26476F;
}
.date {
	font-size: 12px;
	color: Gray;
}
.info {
	font-size: 10px;
}

#copy_content {
	padding: 20px;
	padding-left: 50px;
	padding-right: 25px;
}
#copy_sidebar { padding: 20px; padding-left: 25px; padding-right: 50px; text-align: center; }
