* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background: #FFF;
}

/* ---------------- hlavní styly -------------- */
#obal {
	width: 990px;
	margin: 0 auto;	
}
#zahlavi {
	width: 100%;
	height: 150px;
	position: relative;
}
#obsah {
	width: 690px;
	float: right;
}
#obsah2 {
	width: 690px;
	float: left; 
	clear: left; 
	margin-top: 30px;
}

#reference #obsah, #cenik #obsah {
	width: 100%;
	float: none;
}

#panel {
	width: 270px;
	float: left;
	margin-top: 5px;
	position: relative;
	font-size: 95%;
}
#panel2 {
	width: 270px;
	float: right; 
	margin-top: 30px;
	position: relative;
	font-size: 95%;
}

#zapati {
	width: 990px;
	float: left;
	clear: both;
	margin-top: 30px;
	padding-top: 10px; 
	padding-bottom: 30px;
	border-top: 1px dotted #4a4849;
	text-align: center;
	color: #7e8083;
}

/* --- zápatí ---- */

#home #zapati {
	margin-top: 0px;
	padding-top: 30px;
}
#zapati a {
	color: #7e8083;
}
#zapati .odkazy {
	font-size: 80%;
}
.facebook {
	background: url(obr/facebook.gif) no-repeat right;
	padding-right: 20px;
}
.fb-zapati {
	width: 440px;
	height: 90px;
	margin: 15px auto;
}
.fb-zapati img {
	border: 0;
}


/* --------------- zahlaví + navigace ---------------- */
#zahlavi ul {
	width: 565px;
	position: absolute;
	right: 0;
	bottom: 30px;
	padding-left: 125px;
	padding-bottom: 3px;
	border-bottom: 17px solid #4a4849;
	list-style: none;
}
#zahlavi ul li {
	float: left;
}
#zahlavi ul li a {
	display: block;
	padding: 0 15px;
	border-right: 1px solid #7e8083;
	text-decoration: none;
	font-size: 120%;
}
#zahlavi ul li.posledni a {
	border-right: 0;
}
#logo {
	float: left;
	width: 275px;
	height: 150px;
	background: url(obr/logo.gif) no-repeat top left;
}


/* --------------- obsah + panel ---------------- */
.slogan {
	width: 690px;
	height: 105px;
	background: url(obr/slogan.gif) no-repeat top left;
}
#obsah div {
	background: #ececec;
	padding-bottom: 10px;
}
#kontakt #obsah div {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#obsah div#ramecek1 {
	width: 325px;
	float: left;
}
#obsah div#ramecek2 {
	width: 355px;
	float: right;
}
#obsah div h2, #obsah2 div h2 {
	margin: 15px 15px 5px 15px;
	text-align: center;
}
#obsah div ul {
	margin: 0 15px 5px 15px;
}
#obsah div p {
	margin: 10px 15px;
	font-size: 95%;
}

h1, h2, h3 {
	color: #4a4849;
}
h1 {
	font-size: 200%;
	margin-bottom: 20px;
}

#reference #obsah h1, #cenik #obsah h1, #cenik #obsah h2 {
	text-align: center;
}

h2 {
	font-size: 130%;
	margin-top: 15px;
}
h3 {
	font-size: 110%;
	margin: 10px 0px 0px;
	color: #f15c1a;
	border-bottom: 1px dotted #4a4849;
}
#panel h3, #panel2 h3 {
	margin-top: 15px;
}

#webdesign #panel h3, #webdesign #panel2 h3 {
	color: #4a4849;
}

.ikona1 {
	padding-left: 90px;
	background: url(obr/ikona-info.jpg) no-repeat left 5px;
}
.ikona2 {
	padding-left: 90px;
	background: url(obr/ikona-design.jpg) no-repeat left 5px;
}
.ikona3 {
	padding-left: 90px;
	background: url(obr/ikona-kod.jpg) no-repeat left 5px;
}
.ikona4 {
	padding-left: 90px;
	background: url(obr/ikona-technicke.jpg) no-repeat left 5px;
}
#obsah ul, #obsah2 ul, #panel ul, #panel2 ul {
	margin: 5px 0;
}
#obsah li, #obsah2 li, #panel li, #panel2 li {
	margin-left: 18px;
	list-style: url(obr/odrazka.gif);
}
#obsah div li{
	list-style: url(obr/odrazka2.gif);
}

p {
	margin: 5px 0 0 0;
}
img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	
}


/* --------------- home - realizace ----------- */
#home-reference {
	position: relative;
	width: 990px;
	height: 250px;
	float: left;
	clear: both;
	margin-top: 30px;
	border-top: 1px dotted #4a4849;
}
#home-reference h2 {
	position: absolute;
	top: -2em;
	left: 0;
	width: 100%;
	text-align: center;
}
div.carousel {
	width: 900px;
	margin-left: 45px;
	margin-right: 45px; 
	overflow: auto;
}
div.carousel ul li {
	float: left;
	width: 265px;
	list-style: none;
	padding: 10px 20px; 
}
a#carousel-dalsi {
	position:absolute;
	top: 100px;
	right: 0;
	z-index: 100;
	width: 25px;
	height: 25px;
	background: url(obr/tlac-doprava.gif) no-repeat;
	cursor: pointer;
}
a#carousel-predchozi {
	position:absolute;
	top: 100px;
	left: 0;
	z-index: 100;
	width: 25px;
	height: 25px;
	background: url(obr/tlac-doleva.gif) no-repeat;
	cursor: pointer;
}
div.carousel a span {
	display: none;
}
#home-reference img {
	background: #fff;
	
}

/* -------- reference ---------- */
dl {
	width: 485px;
	_width: 482px;
	margin: 15px 5px;
	float: left;
	position: relative;
}
dl img {
	margin: 0;
	float: left;
}
dt {
	width: 235px;
	float: left;
	
}
dd {
	width: 240px;
	float: right;
}
dd img {
	float: left;
}
img.druhy {
	margin-left: 5px;
}
p.obr {
	position: absolute;;
	right: 10px;
	bottom: 0;
}
dl h2 {
	margin-top: 0;
}

/* --------- formuláře ----------- */
legend {
	font-weight: bold;
	font-size:110%;
	padding: 5px;
	margin-left: 5px;
	color: #4a4849;
}
fieldset {
	width: 667px;
	float: left;
	background: #ececec;
	padding: 0 10px 10px;
	
}
label {
	vertical-align: top;
	display: block;
	float: left;
}
input {
	padding: 2px;
}
#kontakt label {
	width: 70px;
}
#webdesign label, #cenik label {
	width: 140px;
}
#webdesign .pozadavky label, #cenik .pozadavky label {
	width: 430px;
}
input[type="text"] {
	margin-bottom: 5px;
}

#kontakt input[type="text"] {
	width: 585px;
}
#webdesign input[type="text"] {
	width: 515px;
}
#cenik input[type="text"] {
	width: 300px;
}

#kontakt textarea {
	width: 590px;
	height: 120px;
}
#webdesign textarea {
	width: 520px;
	height: 120px;
}
#cenik textarea {
	width: 465px;
	height: 100px;
}

input[type="submit"] {
	width: 100px;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}
#kontakt input[type="submit"] {
	margin-left: 70px;
}
#webdesign input[type="submit"] {
	margin-left: 140px;
}
#cenik form {
	width: 990px;	
	float: left;
}

#hlaska {
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	padding-top: 100px;

	font-size: 110%;
	text-align: center;
	background: url(obr/poz-lightbox.png);
	color: white;
}
#hlaska h1, #hlaska a {
	color: white;
}

#spamprotirobotum {
	float: left;
	width: 295px;
	height: 20px;
	border: 1px solid gray;
	padding: 10px 10px 0;
	margin-top: 10px;
}
#cenik #spamprotirobotum {
	margin-left: 495px;
}
#spamprotirobotum .name {
	width: 225px;
	float: left;
}
#spamprotirobotum .value input {
	width: 50px;
	float: right;
}

/* ------------- tabulka -------------- */
table {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
th,td {
	padding: 5px;
}
th {
	border-bottom: 1px solid gray;
	text-align: left;
	color: #4a4849;
}
tr {
	height: 30px;
}
.zmena td {
	background: #ececec;
}


/* ------------ odkazy ------------- */
span {
	display: none; 
}
a {
	color: #4a4849;
	font-weight: bold;
}
#zahlavi  a, #zapati  a {
	font-weight: normal;
}
a:hover {
	color: #f15c1a;
	text-decoration: none;
}
#panel li a {
	font-weight: normal;
}
#panel li a:hover span {
	display: block;
	position: absolute;
	top: 0;
	left: 230px;
	width: 320px;
	padding: 10px;
	z-index: 100;
	border: 1px solid #ececec;
	background: url(obr/poz-lightbox.png);
	color: #fff; 
	font-size: 13px;
}



