/* Global Reset ala Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline; font-family: arial; }
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

html {
  height: 100%;
}

body {
  background: #a0a0a0 url('') repeat-x left top;
  margin: 0;
  color: #333;
  font-size: 12px;
  font-family: arial;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 20px;
  margin: 0 0 30px;
}

h2 {
  font-size: 12px;
  color: #ee4948;
  margin: 0 0 10px;
}

.font-size-11 {
  font-size: 11px;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url('') repeat-x left top;
}

#page {
  width: 1024px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  width: 800px;
  height: 70px;
  position: relative;
  padding: 35px 0 0 224px;
}

#header img {
  position: absolute;
  left: 38px;
}

#header h1 {
  position: absolute;
  left: 460px;
  top: 65px;
}

.kontakt #main {
  height: 1500px;
}

.kontakt #content {
  height: 1100px;
}

#main {
  width: 100%;
  height: 780px;
  margin: 5px 0 0;
  overflow: hidden;
  position: relative;
}

#main-left {
  float: left;
  width: 784px;
  position: relative;
}

#teaser {
  position: relative;
  width: 520px;
  height: 245px;
  margin: 0 0 0 226px;
}

#main-left-bottom {
  width: 100%;
  overflow: hidden;
}

#main-menu {width: 500px; margin: 10px 0 0 320px; list-style-type: none; color: #fff; }
#main-menu li {display: inline;  float: left;}
#main-menu li a { color: #fff; margin: 0 15px 0 0; float: left;}
#main-menu li a:hover,  
#main-menu li a.active {color: #333;}
#main-menu span {width: 1px; height: 12px; margin: 0 15px 0 0; background: #fff; display: inline; float: left;}

#sub-menu {
  float: left;
  width: 224px;
  height: 520px;
  background: #ff6600;
  border: 1px solid #fff;
}

#sub-menu ul {margin: 100px 0 0 60px; list-style-type: none;}
#sub-menu ul li {margin: 0 0 15px;}
#sub-menu li a { color: #fff;}
#sub-menu li a:hover,
#sub-menu li a.active {color: #333;} {color: #333;}

#content {
  float: right;
  position: relative;
  width: 508px;
  height: 447px;
  background: #fcfcfc;
  padding: 35px 25px 25px;
  margin: 7px 0 0;
}

#content p {
  line-height: 27px;
  text-align: justify;
}

#main-right {
  float: right;
  position: relative;
  width: 230px;
  margin: 9px 0 0;
  padding: 5px;
  height: 762px;
  background: url('') repeat-x right top;
}

.box {  
  width: 218px;
  padding: 5px;
  position: relative;
  border: 1px solid grey;
  background: #e5e5e5;
}

.box.personal-service {
  margin-top: 110px;
}

.box.personal-service img {
  position: absolute;
  right: 5px;
  top: 5px;
}

.box p {
  width: 170px;
  text-align: center;
}

.box .phone {
  font-size: 16px;
  font-weight: bold; 
  padding: 9px 0;
}

.box.youtube {
  margin-top: 82px;
  text-align: center;
}

#youtube-player {
  width: 190px;
  height: 145px;
  margin: 20px auto 0;
}

.box.faq {
  margin-top: 30px;
  text-indent: 15px;
}

.box.data {
  margin-top: 20px;
}

ul.squares{ margin: 20px 0 0 30px; list-style-type: square; color: #ff6600; }
ul.squares li { margin: 10px 0 10px;}
ul.squares li a { color: #333;}
ul.squares li a:hover {color: #ff6600;}

#copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 9px;
}

a#next {
  position: absolute;
  right: 50px;
  bottom: 30px;
  font-size: 14px;
  color: #333;
}

a#next:hover {
  color: ff6600;
}

ul#footer {position: absolute; bottom: 10px; left: 30px; list-style-type: none;}
ul#footer li { font-size: 9px; display: inline; margin: 0 15px 0 0;}
ul#footer li a { color: #333;}

.contact {
  width: 400px;
  height: 150px;
}

.contact p {
  float: left;
}

.contact .img {
  width: 80px;
  height: 100px;
  border: 2px solid #333;
  float: right;
}