/* CSS by lemone.cz */
* {
    margin:0;
    padding: 0;
    border: 0;
}
body {
    text-align: center;
    overflow: -moz-scrollbars-vertical;
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
    background: url("dsg/bg.gif") 0 210px repeat;
    cursor: default;
    background-color: transparent;
}
#cover {
    width: 975px;
    margin: 8px auto;
}
/* boxes settings */
.boxleft {
    width: 315px;
    display: block;
    float: left;
    clear: both;
    margin-right: 5px;
}
.boxright {
    width: 647px;
    display: block;
    float: left;
    margin-left: 5px;
}
/* additional settings */
#content {
    font-size: 12px;
    display: block;
    height: 333px;
    min-height: 333px;
    height: auto;
    background-color: #F4F8FB;
    margin-bottom: 10px;
}
.borderout {
    border-left: 1px solid #E9EFF7;
    border-right: 1px solid #E9EFF7;
    height: 305px;
    min-height: 305px;
    height: auto;
}
.content_top {
    display: block;
    height: 17px;
    text-align: center;
}
/* headlines */
.none {
    display: none !important;
}
h2 {
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    font-weight: bold;
    background-color: #fff6dc;
    color: #FAB800;
    text-align: left;
    display: block;
    margin: 0 10px;
}
h3 {
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
    font-weight: bold;
    color: #FAB800;
    text-align: left;
    display: block;
    margin: 10px 10px 0 10px;
}
/* texts and fonts contents */
p {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
}
p img {
    border: 1px solid #A2AFC2;
    margin-right: 4px;
}
#content ul {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    margin-left: 10px;
}
#content ul li {
    list-style-type: circle;
    margin-left: 10px;
}
#content ul ul li{
    list-style-type: none;
    margin-left: 10px;
}
#content a {
    color: #004193;
    margin: 2px;
    padding: 2px;
}
#photos {
    margin-top: 10px;
    margin-bottom: 14px;
}
#photos img {
    vertical-align: middle;
    border: 1px solid #A2AFC2;
    margin: 10px 0 2px 0;
}
/* other photo bar */
.cars {
    margin-top: 70px;
    display: block;
}
.cars img {
    border: 1px solid #004193;
    margin-top: 30px;
}
/* menu settings */
#menu {
    background: url("dsg/menu.png") 0 0 no-repeat;
    height: 333px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: block;
}
#menutop {
    width: 238px;
    padding: 18px 0;
}
#menutop li {
    list-style-type: none;
    line-height: 18px;
}
#menutop a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #004193;
    padding: 6px 0 6px 40px;
}
#menutop a:hover, #menutop a strong, #menubot a:hover, #menubot a strong {
    color: #FAB800;
}
#menutop ul {
    position: absolute;
    margin: -30px 0 0 90px;
    background-color: #f9fbfd;
    border: 1px #6a91c0 solid;
    border-bottom: 0;
    visibility: hidden;
    z-index: 2;
}
#menutop ul li {
  border-bottom: 1px #4071ae solid;
}
#menutop ul li a {
  padding: 6px 10px;
}
#menutop li:hover ul, #menutop li.hover ul {
  visibility: visible;
}
#menubot {
  float: left;
  font-weight: bold;
  background-color: #f9fbfd;
  border-left: 1px #6a91c0 solid;
  margin-top: 20px;
}
#menubot li {
  list-style-type: none;
  border-right: 1px #6a91c0 solid;
  float: left;
}
#menubot a {
  text-decoration: none;
  color: #004193;
  display: block;
  padding: 0 7px;
}
/* select tint */
#vyber {
    width: 647px;
    display: block;
    clear: both;
    padding-top: 14px;
}
#skla {
	background:url("dsg/tonovani-autoskel.jpg") 0 0;
    width: 565px;
	height:342px;
    margin: 0 auto;
	display: block;
}
#skla div {
    position: relative;
    top: 290px;
    left: 60px;
}
#content #skla a {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    padding: 8px 0 0 77px;
    margin: 0;
    text-decoration:none;
}
#content #skla a:hover {
    background: transparent;
}
.blue {
    color: #004193;
}
.red {
    color: #f00000;
}
/* table atesty */
table {
	border: 1px solid #000;
	margin: 10px;
	line-height: 18px;
}
td, th {
	border-right: 1px solid #000;
	text-align: center;
}
th {
	border: 1px solid #000;
	border-left: none;
	padding: 4px;
	font-weight: bold;
    color: #FAB800;
    background-color: #fff6dc;
}
.light {
    background-color: #F0F4F9;
}
table thead {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    font-weight: bold;
    color: #FAB800;
    text-align: center;
    display: block;
    margin: 10px 10px 0 10px;
    padding-bottom: 4px;
}
/* footer */
#footer {
    clear: both;
    font-size: 10px;
    display: block;
    background: url("dsg/footer.gif") 0 0 no-repeat;
    height: 34px;
    width: 975px;
    text-align: right;
    line-height: 34px;
}
#footer a {
    color: #004193;
    margin: 4px;
    padding: 4px;
}
#footer a:hover, #content a:hover {
    background-color: #FAB800;
    color: #fff;
}
#footer_copyright {
    font-size: 10px;
    color: #000;
    display: block;
    padding-right: 8px;
    text-align: right;
}
@media print {
 #menu, #footer, #boxright {
  visibility: hidden;
 }
}
