* {
 font-family: verdana, arial, sans-serif; 
}
body, div, form {
 margin: 0; padding: 0;
} 
div, p, td, th, li {
 font-size: 11px;				
}
body {
 text-align: center;
}
a, a:visited {
 color: #597600;
}
a:hover { 
 color: #87B300; 
}
label {
 font-weight: bold;				
 display: block;
 margin-top: 0.5em;
}
h1 {
 color:#c00;
 font-weight: bold;
 font-size: 16px;				
 background-repeat: repeat-x;
 background-position: bottom left;
 background-image: url("bg/h1.gif");
 padding: 0.5em 0;
 margin: 0 0 1em 0;
}
h2 {
 font-size: 15px;				
 font-weight: bold;
}
h3 {
 font-size: 13px;				
 font-weight: bold;
}
h4 {
 font-size: 12px;				
 font-weight: bold;
}
table {
 border: 1px solid #444;
 border-spacing: 0;
 border-collapse: collapse;
}
th {
 font-size: 110%;
 font-weight: bold;
 border: 1px solid #444;
 background-color: #444;
 margin: 0; padding: 3px;
 color: #fff;
 text-align: center;
}
td {
 border: 1px solid #444;
 margin: 0; padding: 3px;
}
td.th {
 font-weight: bold;
 text-align: right;
}
strong {
 font-weight: bold;
}

fieldset {
 margin: 3px;
 padding: 4px;				
}
#Footer address {
 margin:0 5px 0 0; padding:0;
 line-height: 20px;
 background-color: #900;
 color: #fff;
 font-size: 10px;
 font-style: normal;
 text-align: center;
}

#All {
 width: 960px;
 margin: 0 auto;
 text-align: left;
 background-color: #fff;
}
#Header {
 padding: 5px 0;
 background: url('bg/Header.jpg') no-repeat top right;
}
#Header a.Logo  {
 display: block;
 width: 108px; height: 50px;
 position: relative;
 overflow: hidden;
}
#Header a.Logo span {
 width: 108px; height: 50px;
 margin: 0; padding: 0;
 position: absolute;
 top: 0; left: 0; 
 z-index: 1;
 cursor: pointer;
 background: url('bg/Logo.gif') no-repeat;
}
#Menu {
 margin:0; padding:0;
 list-style: none;
 height: 35px; width: 960px;
 background: url('bg/Menu.gif') repeat-x;
}
#Menu li {
 margin:0; padding:0 1em 0 0.7em;
 list-style: none;
 float: left;
 text-transform: lowercase;
 background: url('bg/Menu.li.gif') no-repeat top right;
} 
#Menu li a {
 font-size: 12px;
 display: block;
 color: #000;
 line-height: 35px;
 text-decoration: none;
}
#Menu li a:hover {
 color: #c00;
}
#Menu li a.Current {
 font-weight: bold;
 background: url('bg/Menu.a.Current.gif') no-repeat bottom center;
}
#Path {
 padding: 0.4em 0em 0.7em 0.8em;
 text-transform: lowercase;
 background: #900 url('bg/Path.gif') repeat-x bottom left;
 color: #fff;
}
#Path a {
 font-size: 12px;
 text-decoration: none;
 color: #fff;
}
#Path a:hover {
 color: #fff;
}

#Main {
 background: url('bg/Main.gif') repeat-y;
}
#Navigation {
 width: 210px;
 float: left;
 background: url('bg/Navigation.gif') repeat-x;
}
#Content {
 width: 750px;
 float: right;
 background: url('bg/Content.gif') repeat-x;
 overflow: hidden;
}
#Content .Content {
 text-align: left;				
 padding: 1em 0 0 1.5em;				
 margin: 0 1em 1em 0;				
 background: url('bg/Content.Content.gif') no-repeat;
}
#MenuLeft {
 margin: 0.5em;				
 padding: 0;
 list-style: none;
} 
#MenuLeft li {
 list-style: none;
 margin: 0 0 1px 0;
 padding: 0; 
}
#MenuLeft a {
 background: #afaf9b url('bg/MenuLeft.a.gif') repeat-y;
 display: block;
 color: #000;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
 padding: .4em 0 .4em 12px;
}
#MenuLeft a:hover {
 color: #f00;
}
#MenuLeft a.Current {
 color: #c00;
}
#MenuLeft ul {
 margin: 1px 0 0 10px; 
 padding: 0;
 list-style: none;
} 
#MenuLeft ul a {
 background: #c3c3b4 url('bg/MenuLeft.ul.a.gif') repeat-y;
 font-size: 11px;
 font-weight: normal;
 line-height: 1.8em;
 padding: .2em 0 .2em 12px;
}
#MenuLeft ul ul {
 margin: 1px 0 0 10px; 
 padding: 0;
 list-style: none;
} 
#MenuLeft ul ul a {
 background: #cecec2;
 background-image: none;
 font-size: 10px;
 font-weight: normal;
 padding-left: 10px;
 line-height: 1.7em;
}



#SelectImage div {
 float: left;
 border: 1px solid #ccc;
 margin: 2px;
}
#SelectImage input {
 float: left;
}
.Photo {
 margin-bottom: 5px;
}

table.NoBorder {
 border: none;
}
table.NoBorder td {
 border: none;
}
input.Text, textarea.Text {
 border: 1px solid #666;
}

.Cleaner { 
 clear: both;
 visibility: hidden
}

a.Button, a.ButtonRed {
 padding: 1px 4px 1px 4px;				
 text-decoration:none;
 font-size: 9px;
 font-weight:bold;
 color:#fff;
}

a.Button{
 background-color:#0c0;
 border:1px solid #060;
}

a.ButtonRed {
 background-color:#c00;
 border:1px solid #600;
}

a.Button:hover {
 color:#0c0;
 background-color:#efe;
}

a.ButtonRed:hover {
 color:#c00;
 background-color:#fee;
}

.CMSLinks {
 border: 1px solid #666;
 background-color: #f1f1f1;
 margin: 2em 0;
 padding: .3em;
}
.CMSLinks .Version {
 padding: 0 .5em 0 20px;				
 height: 24px;
 line-height: 24px;				
 background-image: url('../common/bg/CMS/Disabled.gif'); 				
 background-repeat: no-repeat;
 background-position: center left;
}
.CMSLinks .Active {
 background-image: url('../common/bg/CMS/Active.gif'); 				
}				
.CMSLinks .Link {
 padding: 1em;
 font-weight: bold;
}				
.CMSLinks .Actual {
 border: 1px solid #ccc;				
 background-color: #fff;
}				
.CMSLinks h3.Timestamp {
 width: 15em;
}				
.CMSLinks h3 {
 font-size: 100%;				
 font-weight: bold;
 margin: 0 1em 0 0; padding: 0;				
 float: left;
}
.CMSLinks ul {
 margin: 0 0 0 0; padding: 0;				
 list-style: none;
 float: left;
}
.CMSLinks li {
 list-style: none;
 margin: 0 .5em;				
 padding: 0;
 float: left;				
}				
.CMSLinks a {
 color: #666;
}
.CMSLinks a:hover {
 color: #000;
 text-decoration: underline;				
}				


#Errors {
 padding-top: 1em;
 padding-bottom: 1em;
 display: block;
 border: 1px solid #fc9;
 background-color: #fff8f0;
 margin-bottom: 1em;
}

#Errors li {
 font-size: 14px;
 color: #c00;
 list-style-type: square;
}

#MenuLeft .com a {
 background: #afaf9b url('bg/MenuLeft.a.com.gif') repeat-y;
} 
#MenuLeft .ssit a {
 background: #afaf9b url('bg/MenuLeft.a.ssit.gif') repeat-y;
} 
#MenuLeft .obec a {
 background: #afaf9b url('bg/MenuLeft.a.obec.gif') repeat-y;
} 
#MenuLeft .shop a {
 background: #afaf9b url('bg/MenuLeft.a.shop.gif') repeat-y;
} 
