body {
    font-size: 14px;
    font-family: arial;
}
h1, h2, h3, h4, h5, ul, li, form, table, body {
    margin: 0px;
    padding: 0px;
}
a img {
    border: 0px;
}
ul {
    list-style-type: none;
}
table {
    font-size: 100%;
    border-collapse: collapse;
}
input[type=submit] {
    cursor: pointer;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    width: 1300px;
    text-align: left;
}

/* HEADER */
#header {
    width: 100%;
    height: 205px;
    background: url("../pictures/layout/header.gif") repeat-x;
    position: relative;
    text-align: center;
}
#header #logo {
    position: absolute;
    top: 32px;
    left: 54px;
}
#header #nav {
    margin-left: auto;
    margin-right: auto;
    display: inline-table;
    width: 1200px
}
#header #nav li {
    float: left;
    margin-top: 151px;
    
}
#header #nav li a {
    color: #FFFFFF;
    background: url("../pictures/layout/nav.gif") repeat-x;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 21px;
    border: 1px solid #5dad5d;
    font-size: 16px;
    display: block;
    margin-right: 4px;
    margin-left: 4px;
    border-top-left-radius:     10px;
    border-top-right-radius:    10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:  10px;
}
#header #nav li a:hover {
    background: #007612;
}
#header form {
    position: absolute;
    top: 63px;
    left: 30%;
}
#header form p {
    clear: right;
    text-align: right;
    padding: 0px;
    margin: 50px 0px 0px 0px;
}
#header form a {
    font-size: 80%;
    color: #FFFFFF;
}

/* MAIN */
#main {
    padding-top: 8px;
    background: url("../pictures/layout/main.gif") repeat-y;
    background-position: 2px 0px;
}

/* LEFT COLUMN */
#left_column {
    margin-top: 10px;
    width: 213px;
    float: left;
}
#left_column h3 {
    padding-left: 27px;
    color: #006c00;
}
#left_column h4 {
    background: url("../pictures/layout/aside_left.gif") no-repeat;
    width: 204px;
    height: 40px;
    font-size: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 0px 0px 15px;
    margin-bottom: 10px;
}
#left_column .list1 {
    margin-left: 13px;
    font-size: 85%;
    margin-bottom: 10px;
    width: 89%;
}
#left_column .list1 li {
    background: url("../pictures/layout/aside_bullet.gif") no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 15px;
    margin-top: 10px;
}
#left_column li.border {
    background: url("../pictures/layout/aside_border.gif") no-repeat;
    background-position: center center;
    height: 3px;
    margin: 10px 0px;
}
#left_column .list1 li a {
    color: #006c00;
}

.cleaner {
    clear:both;
    margin: -1px 0 0 0; 
    padding:0;
    height:1px;
    border:none;
    visibility: hidden;
}

/* CONTENT */
#content {
    width: 1065px;
    float: left;
    min-height: 100px;
    margin-left: 20px;
    line-height: 20px;
}
#content h1 {
    font-size: 185%;
    color: #006400;
    text-transform: uppercase;
    margin: 16px 0px 30px 0px;
}
#content h2 {
    font-size: 130%;
    margin: 0px 0px 11px 0px;
}
#content h2 a {
    color: #006400;
}
#content a {
    color: #1d921d;
}
#content p.banner {
    text-align: center;
    margin: 30px 0px 30px 0px;
}
#content .articles img {
    margin: 0px;
}
#content .articles .picture {
    float: left;
    margin: 0px 15px 30px 0px;
}
#content .articles .info {
    color: #999999;
    font-size: 90%;
    clear: right;
    margin-bottom: 2px;
}
#content .articles .description {
    clear: right;
    margin-bottom: 40px;
}
#content hr.green {
    border: none;
    height: 1px;
    border-bottom: 1px solid #1d941d;
}
#content a.next_articles {
    border: 14px solid #FFFFFF;
    padding: 5px 11px;
    background: #e8f6e8;
    color: #1d921d;
    margin: -40px 0px 0px 40%;
    display: inline-block;
    font-weight: bold;
    font-size: 85%;
    margin-bottom: 15px;
}
#content h3 {
    text-transform: uppercase;
    font-size: 140%;
    margin: 0px 0px 20px 0px;
}
#content h3 span {
    color: #999999;
}
#content .left_side {
    float: left;
    width: 48%;
}
#content .right_side {
    float: right;
    width: 48%;
}
#content .table1 thead th{
	text-align: center;
	padding:2px;
}
#content .table1 {
    border: 1px solid #90d390;
    font-size: 85%;
    width: 98%;
}

#content .table1 th {
    background: #90d390;
}
#content .table1 td {
    padding: 3px 2px;
}
#content .table1 td.r {
    text-align: right;
}
#content .table1 td.c {
    text-align: center;
}
#content .table1 tr:nth-child(2n-1) td {
    background: #e8f6e8;
}
#content .cause_list {
    border: 1px solid #28c528;
    background: #e8f6e8;
    padding: 10px 10px;
    margin-bottom: 20px;
}
#content .cause_list li {
    color: #666666;
    font-size: 85%;
    margin-bottom: 10px;
}
#content .cause_list li a {
    font-weight: bold;
    color: #1d931d;
}
#content .cause_list li.next {
    margin-top: 10px;
}
#content .links {
    margin-left: 50px;
    font-size: 85%;
}

#content .paginator {
    border: 1px solid #eaeaea;
    height: 30px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 3px;
    font-size: 85%;
}
#content .paginator li {
    float: left;
}
#content .paginator li a {
    margin-right: 2px;
    padding: 8px 13px;
    background: #edf6e4;
    font-weight: bold;
    color: #006400;
}
#content .paginator li a.active {
    text-decoration: none;
    font-weight: normal;
    background: #dcedc9;
}

#content h1.article {
    text-transform: none;
    font-size: 170%;
    margin: 40px 0px 16px 0px;
}
#content p.article_info {
    color: #999999;
    font-size: 85%;
    margin: 0px;
}
#content a.print {
    background: url("../pictures/layout/print.gif") no-repeat;
    float: right;
    padding: 10px 0px 5px 40px;
}
#content .article_pictures {
    background: url("../pictures/layout/links2.gif") repeat-x;
    padding: 40px 10px 0px 20px;
    border: 1px solid #cccccc;
    margin: 60px 0px 30px 0px;
    position: relative;
}
#content .article_pictures img {
    margin: 0px 14px 20px 0px;
}
#content .article_pictures ul {
    position: absolute;
    top: -24px;
    left: -1px;
}
#content .article_pictures li {
    float: left;
}
#content .article_pictures li a.active {
    background: url("../pictures/layout/links2_title.gif") repeat-x;
    padding: 10px 15px 2px 15px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-size: 145%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
#content .article_pictures li a {
    padding: 10px 15px 2px 15px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000000;
}
#content .drobek {
    position: absolute;
    top: 3px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 85%;
}
#content .drobek a {
    color: #177117;
}

#frm-Form span h3 {
    padding-top: 25px;
    color: #006c00;
}

/**FORMS***************************************/
form table tr td{
	padding:3px 0;
}
label {
	font-size: 12px;
}
label.required {
	color:red;
}
.form-error-message {
	color:red;
	font-weight:bold;
	padding:2px;
	display:block;
}

.day a { color: black !important; }

div.flash {
    text-align: justify;
    padding: 1em;
    margin: 1em 0;
    width: 400px;
}

div.flash h3 {
    color: #2464A2;
    margin-top: 0px;
}

div.flash.info, div.flash.zelena{
    color: black;
    background: #E5FfBC;
    border: 2px solid #9BCB59;
}

div.flash.warning {
    color: black;
    background: #FFF9D7;
    border: 2px solid #E2C822;
}

div.flash.error {
    color: white;
    background: #C05049;
    border: 2px solid #A01029;
}

div.keywords {
    -webkit-border-radius: 8px;
    background: #E5FfBC;
    border: 2px solid #9BCB59;
    width: 800px;
    padding: 5px;
}
div.keyword, div.agrovoc {
    -webkit-border-radius: 5px;
    margin: 2px;
    padding: 2px;
    float: left;
    font-size: 13px;
    vertical-align: top;
    border: 2px solid;
}
div.keyword {
    border-color: #0099CC;
    background: #D3F6FF;
}
div.agrovoc {
    border-color: #E2C822;
    background: #FFF9D7;
}