/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(/images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF url(/images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
        font-weight: normal;
	color: #666666;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #333333;
	text-decoration: none;
}

a.gmap {
	color: #b3b3b3;
	text-decoration: none;
}

a.more {
	color: #FFFFFF;
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 10px;
}

img.right {
	float: right;
	margin: 10px;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 780px;
	height: 80px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 15px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 780px;
	height: 25px;
	margin: 0 auto; 
	background: transparent url(/images/img11.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 4px 0 0 8px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 10px 0 12px;
        border-right: 1px solid #ebebeb;
}

#menu li.first {
	background: none;
}

#menu li.new {
	background: transparent url(/images/img11a.jpg) repeat-x;
	color: #FFFFFF;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#menu a:hover {
	text-decoration: none;
	color: #000000;
}

/* Banner */

#banner {
	width: 780px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
}

.post .title {
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.post .entry {
	padding: 0px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(/images/img07.gif) no-repeat;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;    
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li li a {
	margin: 0px; 
        display: block;
        width: 180px;
        padding-left: 4px;
        padding-top: 2px;
        height: 20px;
        background: transparent url(/images/img11.gif) no-repeat;
}

#sidebar li li a:hover {
        background: transparent url(/images/img13.gif) no-repeat;
}

#sidebar li h2 {
	margin-bottom: 6px;
	padding-left: 4px; 
        padding-top: 2px;
	font-size: 12px; color: white;
        width: 180px; 
        height: 20px;
	background: transparent url(/images/img12.gif) no-repeat;
}

/* Footer */

#footer {
	clear: both;
	width: 780px;
	height: 25px;
	margin: 0 auto;
	padding: 0px;
	background: transparent url(/images/img11.jpg) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 4px;
	color: #666;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #000000;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

/* Tabele */

td.title {
         text-align: center;
         height: 20px;
         background: transparent url(/images/img14.gif) no-repeat;
         vertical-align: middle;
}

td.mark {
         text-align: center;
         height: 20px;
         background: transparent url(/images/img16.gif) no-repeat;
         vertical-align: middle;
}