* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
margin: 0;
padding: 0;
line-height: 16px;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 140px;
background: #fff url(../images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 22px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}
#jazyk {
margin: 20px 0 0 20px;
}
#top {
background: #fff url(../images/top.jpg) no-repeat;
padding: 10px 0;
}
#content {
background: #fff url(../images/middle.jpg) repeat-y;
padding: 0 20px;
}



#bottom {
background: #fff url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}

.left {
float: left;
width: 540px;
text-align: justify;
padding-top: 10px;
}
.left h2 {
font-size: 16px;
font-weight: 100;
height: 30px;
line-height: 30px;
background: #000;
padding-left: 10px;
color: #fff;
}
.left h2 a {
text-decoration: none;
color: #fff;
}
.left h2 a:hover {
color: #eee;
}

.left h3 {
height: 25px;
line-height: 25px;
background: #A9A9A9;
padding-left: 10px;
}
	
.articles {
padding: 10px;
}

.articles h4{
height: 20px;
line-height: 25px;
background: #D3D3D3;
width: 190px;
margin: 5px 0 5px 0;
padding: 5px 0 5px 5px; 
}

.articles ul {
color: #BC7E32;
list-style-type: circle;
margin: 10px 0px 10px 30px;
}

.left_2 {
	float: left; width: 240px;
}
.right_2 {
	float: right; width: 300px;
}

.right {
float: right;
width: 200px;
padding-top: 10px;
}
.right h2 {
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #000;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 600;
}
.right ul li a:hover {
color: #111;
}
.right ul ul{
padding: 0 0 10px 15px;
list-style-type: square;
}

#footer {
text-align: center;
font-size: 11px;
padding: 10px 0;
}

.objednavka {
border: 2px solid black;
border-collapse: collapse;
}
.objednavka td, .objednavka th {
border: 1px black solid;
padding: 3px;
font-weight: normal;
}
.objednavka th {
background-color: silver;
font-weight: bold;
}
.objednavka td.nazev {
text-align: left;
}
.kosik-zarov a.vlevo { display: block; width: 50%; float: left; }
.kosik-zarov a.vpravo { display: block; width: 50%; float: right; text-align: right; }