body, table td { 
	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;

	color: #ddd;
}

table { 
    border-collapse: collapse;
}

table td { 
    border-color: #666;
}

/* zakladni elementiky */
h2 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.4em;
    font-weight: normal;

    text-transform: uppercase;

	color: white;
}

h3 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.2em;
	
	color: white;
}

h4 {
	margin: 12px 0px 6px 0px;
	
	font-size: 1.0em;
	
	color: white;
}

a {
	text-decoration: none;	
	
	color: #228323;
}

a:hover {
	text-decoration: underline;	
}

a:focus, a:active {
	outline: none;
}

a img { 
    border: 0;
}

p {
	margin: 9px 0px 9px 0px;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

input.datepicker {
    background: white url(../admin/images/icons/calendar.gif) right center no-repeat;
}

.green, .t_green { 
	color: #228323;
}

.t_white { 
	color: #fff;
}

.t_grey { 
	color: #aaa;
}

.back a { 
    color: white;

    padding-right: 20px;

    background: url("../images/layout/arrow-left.gif") center right no-repeat;
}

.submenu { 
    margin-bottom: 20px;
}

.submenu a { 
    margin-right: 20px;
}

.submenu a.active { 
    color: white;

    padding-left: 20px;

    background: url("../images/layout/arrow-right.gif") center left no-repeat;
}

.articles .image { 
    float: left;

    margin-right: 20px;
}

.articles .article { 
    margin-bottom: 20px;
}

.articles { 
    font-size: 8pt;
}

.articles .heading { 
    font-size: 9pt;
    margin: 0;
}

.articles .date { 
    font-weight: bold;
}

.articles .description { 
    margin: 0;
}

.article-detail .date { 
    float: left;

    padding-top: 4px;

    font-size: 8pt;
}

.article-detail .heading { 
    color: #228323;
}

.article-detail .article-content { 
    padding-left: 62px;
}

.gallery { 
    margin-left: 20px;
    margin-top: 20px;
}

.gallery img { 
    display: block;
    float: left;

    margin: 5px 12px;
}

#webcam-img { 
    border: 0px solid #016363;
}

#weather { 
    padding-top: 15px;
}

#weather b {
	display: none;
}

