* {
	margin: 0;
	padding: 0;
}

body {
background: #334466;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #003366;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 5px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #003366;
}

#header {
height: 335px;
text-align: center;
/* background: #554d42 url(images/header.jpg) no-repeat; */
}
#header h1 { 
font-size: 30px;
/* letter-spacing: -7px; */
padding: 12px 0 12px 0px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #FF5500;
}
#menu ul {
list-style-type: none;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 5px 10px 5px 10px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #fff;
height: 28px;
}
#menu ul li a:hover {
color: #FF5500;
text-decoration: none;
background: #FFFFFF;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: bold;
background: #7988AF;
color: #fff;
height: 24px;
padding: 5px 10px;
margin: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
}
.right ul {
margin-left: 2em;
}

.clanek {
margin-bottom: 2em;
}

.clanek p{
margin-bottom: 1em;
margin-top: 1em;
line-height: 1.5em;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding: 5px 10px;
height: 24px;
line-height: 24px;
background: #7988AF;
color: white;
font-size: 15px;
}
.left ul {
padding: 0;
list-style-type: none;
margin: 0 0 0 0;
}
.left li {  
border-bottom: 1px solid #FF5500;
border-left: 1px solid #FF5500;
border-right: 1px solid #FF5500;
}
.left ul li a {
display: block;
text-decoration: none;
font-weight: bold;
background: #FFD8AF;
color: #FF5500;
padding: 5px 10px;
margin: 0px;
}
.left ul li a:hover {
background: #FF5500; 
color: #FFF;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-bottom: 1em;
}
#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;
}
