* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0; /* url(images/bg.jpg) repeat-y top center; */
font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
color: #222;
}

a {
text-decoration: none;
color: #227722;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
background: #ffffff;
margin: 3px auto 3px auto;
width: 800px;
border: 3px ridge #75B03C;
}

#header {
height: 450px;
background: #fff url(images/horni.png) no-repeat;
background-position: right top;
}
#header h1 { 
font-size: 28px;
padding: 32px 0 0 20px;
color: #75B03C;
}
#header h1 a { 
color: #75B03C;
text-decoration: none;
font-weight: 100;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(images/contenth2.jpg) repeat; 
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#menu ul {
list-style-type: none;
padding-left: 1em;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 5px 1em;
text-decoration: none;
font-weight: 600;
font-size: 12px;
height: 28px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
background-color: #eed41b;
}

#content {
background: #ffffff; url(images/content.jpg) repeat; 
padding: 0 20px;
}

.right {
float: right;
width: 75%;
text-align: justify;
padding-top: 20px;
}
.right h1 {
text-align: left; 
padding: 1ex 0 1ex 0;
color: #75B03C;
}
.right h2 {
text-align: left; 
font-size: 16px;
font-weight: bold;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2.jpg) repeat;
margin-bottom: 1ex;
color: #fff;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}
.right ul {
margin-left: 2em;
}

.clanek {
margin-bottom: 2em;
}

.clanek p{
margin-bottom: 1em;
margin-top: 1em;
line-height: 1.5em;
}

/*DL, DT, DD TAGS LIST DATA*/
.clanek dl {
    margin-bottom:10px;
}
 
.clanek dl dt {
    float:left;
    font-weight:bold;
    margin-right:10px;
    padding:5px; 
    width:100px;
}
 
.clanek dl dd {
    margin:2px 0;
    padding:5px 0;
}

.left {
float: left;
width: 23%;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(images/menuh2.jpg) repeat;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #75B03C;
}
.left li {  
border-bottom: 1px dashed #bbbbbb;

}
.left ul li a {
display: block;
text-decoration: none;
font-weight: 600;
padding: 3px 0px;
margin: 0px;
}
.left ul li a:hover {
color: #aa3322;
background-color: #e1f2d0;
}

.footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 1em;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

/* Přiřazení ikony k typu souboru */
.clanek a[href^="http://"] {
    background: url(../external.png) center right no-repeat;
    padding-right: 13px;
}

.clanek a[href^="mailto:"] {
    background: url(../email.png) center right no-repeat;
    padding-right: 20px;
}

a[href $='.pdf'] { 
   padding-right: 20px;
   background: transparent url(../pdf.png) no-repeat center right;
}

a[href $='.doc'] { 
   padding-right: 20px;
   background: transparent url(../doc.png) no-repeat center right;
}

a[href $='.docx'] { 
   padding-right: 20px;
   background: transparent url(../doc.png) no-repeat center right;
}

a[href $='.xls'] { 
   padding-right: 20px;
   background: transparent url(../xls.png) no-repeat center right;
}

a[href $='.ppt'] { 
   padding-right: 20px;
   background: transparent url(../ppt.png) no-repeat center right;
}

a[href $='.pps'] { 
   padding-right: 20px;
   background: transparent url(../ppt.png) no-repeat center right;
}

a[href $='.zip'] { 
   padding-right: 20px;
   background: transparent url(../zip.png) no-repeat center right;
}

a[href $='.mp3'] { 
   padding-right: 20px;
   background: transparent url(../mp3.png) no-repeat center right;
}

a[href $='.jpg'] { 
   padding-right: 20px;
   background: transparent url(../jpg.png) no-repeat center right;
}

a[href $='.wmv'] { 
   padding-right: 20px;
   background: transparent url(../video.png) no-repeat center right;
}

a[href $='.mpg'] { 
   padding-right: 20px;
   background: transparent url(../video.png) no-repeat center right;
}

a[href $='.mpeg'] { 
   padding-right: 20px;
   background: transparent url(../video.png) no-repeat center right;
}
