* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 12px/1.25 Arial, sans-serif;
	background: #000000 url('/img/bg_body.png') 0 80px repeat-x;
}

p {
	margin: 15px 0;
	text-align: justify;
}
ul {
  margin: 15px 0;
  padding-left: 25px;
  list-style-type: square;
}
a {
	color: #006600;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#container {
	width: 800px;
	margin: 60px auto 0 auto;
	text-align: left;
	color: #000000;
	background: #ffffff url('/img/bg_content.png') 350px 120px no-repeat;
}

#header {
	height: 120px;
	padding-left: 20px;
	overflow: hidden;
	background: url('/img/bg_header.png') 0 0 no-repeat;
}

#header h1 {
	float: left;
	width: 320px;
	height: 100px;
	margin: 20px 10px 0 0;
}
#header h1 span {
	display: none;
}

#navigace a {
	display: block;
	float: left;
	width: 90px;
	height: 34px;
	padding: 66px 10px 0 0;
	margin: 20px 10px 0 0;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#navigace a:hover {
	background-position: 0% 100%;
}

a#o_nas {
	background-image: url('/img/menu_o_nas.png');
}

a#sluzby {
	background-image: url('/img/menu_sluzby.png');
}

a#reference {
	background-image: url('/img/menu_reference.png');
}

a#kontakt {
	background-image: url('/img/menu_kontakt.png');
}

#work {
	clear: both;
	margin: 0 20px;
	padding: 10px 0 38px 0;
	background: url('/img/bg_work.png') 0 100% no-repeat;
	border-bottom: 1px solid #000000;
}

#column {
	float: left;
	width: 320px;
	height: 430px;
	background: url('/img/bg_column.png') no-repeat;
}
#content {
	margin-left: 350px;
	font-family: "Trebuchet MS", arial, sans-serif;
}

#content h2 {
	height: 50px;
	padding-top: 35px;
	font-size: 1.5em;
	text-align: right;
	text-transform: uppercase;
}
#content h3 {
  margin: 20px 0;
  font-size: 1.2em;
  border-bottom: 1px solid #999999;
}
#content h3.bigger {
  font-size: 1.4em;
  border-bottom: 0;
}
#footer {
	padding: 5px;
	text-align: center;
	color: #999999;
	background: url('/img/bg_footer.png') 0 100% no-repeat;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
}
#underfooter {
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	height: 60px;
}
#underfooter a{
	color: #808080;
      text-decoration: none;
}
#underfooter a:hover{
      text-decoration: underline;
}

.sticky {
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  color: #90343E;
  background: #ffdddd;
  border: 1px solid #90343E;
}
.cleaner {
	clear: both;
}
.sleva {
	margin-top: 20px; background-color: #ffbf00; border: 2px solid black; text-align: center; font-weight: bold; color: #90343E;
}
