* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

a {
	color: #0065CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
	height: 8px;
	margin-bottom: 8px;
	background: url(images/img06.gif) repeat-x left center;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 150px;
	text-align: center;
}

#logo p {
	margin: 0;
	padding: 50px 0 0 0;
	line-height:40px;
	font-size: 2.6em;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

#logo span {
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	float: right;
	width: 460px;
	height: 147px;
	background: #0065CC url(images/img01.gif) no-repeat left bottom;
	border-top: 3px solid #000099;
}

#menu ul {
	margin: 0;
	padding-top: 60px;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding: 20px;
}

#content h1 {
  font-size:22px
}

#content a.t2 {
  display:block;
	margin-bottom: 5px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	font-size:20px
}

#content .meta {
  padding-bottom:10px
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 60px 20px 20px 20px;
	background: url(images/img02.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	list-style: disc inside;
}

#sidebar li li {
	margin: 0
}

#sidebar li li a {
	text-decoration:none
}

#sidebar li li a:hover {
  text-decoration:underline
}

#sidebar li li.podkat {
	margin-left:14px;
}

#sidebar li li.podkat_sel {
  margin-left:14px;
}

#sidebar li li.podkat_sel a {
  color:#000;
}

#sidebar li li.sel a {
  color:#000;
}

#sidebar div.side_title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(images/img05.gif) repeat-x left bottom;
	color: #000000;
	font-size:22px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img06.gif) repeat-x;
	border-top: 1px solid #FFFFFF;
	font-size: x-small;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

#footer a {
	color: #999999;
}


#login_div {width:250px; height:130px; padding-top:20px; margin:auto; margin-top:100px; margin-bottom:200px; background:#cc0000; color:#000; -moz-border-radius:1em; text-align:center}
#admin {color:#000; font-size:12px; padding:10px; width:900px; margin:auto}
.tlist {background:#fff; margin:auto}
.tlist td {background:#06AEF1; padding:5px}
.tlist td a {color:#555; padding:5px; text-decoration:none; border:0}
.tlist th {background:#382291; padding:5px; color:#fff}
.clear {clear:both}

