@import "reset.css";

body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #1F1F1F url('../images/design/background.png') top center no-repeat;
	text-align: center;
	line-height: 1.6em;
	color: #fff;
  } 
p {
	margin: 0 0 10px 0;
	font-size: 1em;
	}
h1 {
  color: #FFCC2B;
  margin: 0 0 20px 0;
	font-size: 2em;
	font-weight: normal;
	}
h2 {
  color: #FFCC2B;
  margin: 0 0 20px 0;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	}
h2.white {
  color: #fff;
	}
h3 {
  color: #fff;
  margin: 0 0 15px 0;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	}
h3 a {
  color: #fff;
	text-decoration: none;
}	
h3 a:hover {
	text-decoration: underline;
}	
a {
	color: #FFCC2B;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	text-decoration: none;
	}
dt {
	font-weight: bold;
	padding-top:0.4em;
  }
dd {
  margin-left: 2em;
  }

/* LAYOUT
------------------------------*/

#all {
  z-index: 1;
  width: 960px;
  text-align: left;
  margin: 0 auto 0 auto;
  position: relative;
  }

/* LOGO
------------------------------*/

#head {
  width: 960px;
  height: 180px;
  overflow: hidden;
  position: relative;
  }
#head h1 {
  display: block;
  position: absolute;
  top: 42px;
  left: 30px;
  width: 259px;
  height: 39px;
  font-size: 3em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  }
#head h1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  }
#head h1 a:hover {
  color: #FFCC2B;
  text-decoration: none;
  }
#head h1 a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 259px;
  height: 89px;
  z-index: 3;
  cursor: pointer;
	background: url('../images/design/zvukar.png') no-repeat;
  }
#head h2 {
  display: block;
  position: absolute;
  top: 50px;
  left: 421px;
  width: 415px;
  height: 48px;
  font-size: 2em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  }
#head h2 span {
  visibility: hidden;
  }
#head #top-kontakt {
  position: absolute;
  text-align: right;
  width: 350px;
  height: 70px;
  top: 73px;
  left: 570px;
  color: #979797;
}
#head #top-kontakt a  {
  color: #979797;
  text-decoration: underline;
  }
#head #top-kontakt a.bold  {
  color: #FFCC2B;
  font-weight: bold;
  text-decoration: underline;
  }
#head #top-kontakt a:hover  {
  color: #fff;
  text-decoration: none;
  }
  
/* BANNER
------------------------------*/

#banner {
  width: 960px;
  height: 238px;
  overflow: hidden;
  position: relative;
	background: url('../images/design/banner0.jpg') no-repeat;
	margin-bottom: 30px;
  }
#banner h3 span {
  visibility: hidden;
}

/* MENU
------------------------------*/
#menu {
  width: 250px;
  float: left;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
#menu ul {
  width: 250px;
}
#menu ul li {
  display: block;
  height: 37px;
  text-align: left;
  list-style-type: none;
  margin-bottom: 1px;
  }
#menu ul li.spacer {
  margin-bottom: 20px;
  }
#menu ul li a {
  display: block;
  width: 228px;
  height: 28px;
  color: #FFCC2B;
  text-decoration: none;
  font-size: 1em;
  background: #151515 url('../images/design/menu.png') no-repeat;
  padding: 9px 10px 0 12px;
  text-transform: uppercase;
  }
#menu ul li a:hover,
#menu ul li a.active:hover {
  color: #fff;
  text-decoration: none;
}  
#menu ul li a.active {
  background: #111;
}  

/* FOOTER
------------------------------*/

#footer {
  height: 90px;
  color: #979797;
  width: 960px;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #2a2a2a;
}
#footer a {
  color: #979797;
  text-decoration: underline;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* CLASSES
------------------------------*/

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  }
table {
	width: 100%;
  }
table td {
	vertical-align: top;
  }
.form .input {
	padding: 4px 3px 3px 3px;
	font-size: 1.1em;
	width: 200px;
	border: 2px solid #202020;
  }
.content-page ul {
  margin: 0 0 10px 15px;
}
.content-page ul li {
  list-style-type: square;
}
.form .input:focus,
.form textarea:focus {
	border: 2px solid #FFCC2B;
  }
.form label.error { 
	color:red;
	padding-left: 10px;
	font-size: .8em;
}
.form input.error,
.form textarea.error { 
	border: 2px solid red;
}
.form textarea {
	margin: 10px 0 5px 0;
	padding: 4px;
	font-family: Arial;
	font-size: 1em;
	width: 400px;
	height: 150px;
	line-height: 1.5em;
	border: 2px solid #202020;
  }
.td-left4 {
  width: 80px;
  padding: 4px 0;
}
.td-left5 {
  width: 80px;
  padding: 10px 0;
}
.table-contact {
  width: 600px;
}
.form input.submit,
.button {
	padding: 4px;
	font-size: 1.1em;
  }

  

/* CONTENT
------------------------------*/

.content-home {
  width: 630px;
	background: #2a2a2a;
	padding: 23px 30px 12px 30px;
	float: right;
  height: 77px;
  margin-bottom: 20px;
}
.content-home2 {
  width: 690px;
	float: right;
	background: url('../images/design/content-home.png') repeat-y;
	margin-bottom: 40px;
}
.content-home2-left {
  width: 410px;
	float: left;
	background: #2a2a2a;
	padding: 15px 0 0 0;
  margin-right: 20px;
	min-height: 500px;
}
.padding {
	padding: 0 30px 0 30px;
}
.reference-preview {
  background: #000;
  width: 410px;
  overflow: hidden;
  height: 100px;
  position: relative;
}
.reference-preview img {
  position: absolute;
  left: -145px;
  top: -185px;
}
.reference-description {
  padding: 15px 30px 5px 55px;
	background: url('../images/design/reference-home.png') 20px top no-repeat;
}
.dalsi-reference {
  padding: 15px 30px 15px 30px;
  background: #222;
  margin: 0;
}

.content-home2-right {
  width: 210px;
	float: left;
	background: #2a2a2a;
	padding: 15px 25px 30px 25px;
	min-height: 500px;
}
.vsechny-novinky {
  border-top: 1px solid #202020;
  margin-top: 20px;
  padding-top: 15px;
}

.content-page {
  width: 690px;
  margin-bottom: 40px;
	float: right;
	overflow: hidden;
  }
.content-page-header {
  width: 630px;
	background: #2a2a2a;
	padding: 20px 30px 5px 30px;
  margin-bottom: 20px;
  }
.content-page-body {
  width: 630px;
	background: #2a2a2a;
	padding: 30px 30px 30px 30px;
}

.c11 {
  width: 420px;
	background: #2a2a2a;
	padding: 30px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 240px;
	overflow: hidden;
}
.c12 {
  width: 190px;
	background: black;
	float: left;
	height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c13 {
  width: 250px;
	background: black;
	float: left;
	height: 270px;
	margin-right: 20px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.c14 {
  width: 420px;
	background: black;
	float: left;
	height: 270px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c15 {
  width: 250px;
	background: black;
	float: left;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	clear: both;
}
.c16 {
  width: 200px;
	background: black;
	float: left;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
}
.c17 {
  width: 200px;
	background: black;
	float: left;
	height: 200px;
	overflow: hidden;
}



.c21 {
  width: 290px;
	background: black;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 300px;
	overflow: hidden;
}
.c22 {
  width: 320px;
	background: #2a2a2a;
	float: left;
	height: 240px;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c23 {
  width: 290px;
	background: black;
	float: left;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	}
.c24 {
  width: 180px;
	background: black;
	float: left;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c25 {
  width: 180px;
	background: black;
	float: left;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c26 {
  width: 290px;
	background: black;
	float: left;
	height: 270px;
	margin-right: 20px;
	overflow: hidden;
	clear: both;
}
.c27 {
  width: 380px;
	background: black;
	float: left;
	height: 270px;
	overflow: hidden;
}



.c31 {
  width: 690px;
	background: black;
	float: left;
	margin-bottom: 20px;
	height: 80px;
	overflow: hidden;
}
.c32 {
  width: 630px;
	background: #2a2a2a;
	float: left;
	padding: 30px 30px 20px 30px;
	clear: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.c33 {
  width: 250px;
	background: black;
	float: left;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.c34 {
  width: 200px;
	background: black;
	float: left;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c35 {
  width: 200px;
	background: black;
	float: left;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c36 {
  width: 250px;
	background: black;
	float: left;
	height: 270px;
	margin-right: 20px;
	overflow: hidden;
	clear: both;
}
.c37 {
  width: 420px;
	background: black;
	float: left;
	height: 270px;
	overflow: hidden;
}



.c41 {
  width: 230px;
	background: black;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 250px;
	overflow: hidden;
}
.c42 {
  width: 380px;
	background: #2a2a2a;
	float: left;
	height: 190px;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c43 {
  width: 440px;
	background: black;
	float: left;
	height: 250px;
	margin-right: 20px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	}
.c44 {
  width: 230px;
	background: black;
	float: left;
	height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c45 {
  clear: both;
  width: 230px;
	background: black;
	float: left;
	height: 250px;
	margin-right: 20px;
	overflow: hidden;
}
.c46 {
  width: 440px;
	background: black;
	float: left;
	height: 250px;
	overflow: hidden;
}




.content-kontakt {
  width: 630px;
	background: #2a2a2a;
	padding: 30px 30px 30px 30px;
	height: 230px;
	position: relative;
	margin-bottom: 20px;
  }
#map {
  position: absolute;
  width: 350px;
  height: 270px;
  top: 10px; 
  left: 330px;
  background: black;
  overflow: hidden;
  }



.content-reference {
	font-size: 1.4em;
	color: #555;
	padding: 13px 30px 13px 27px;
	margin-bottom: 20px;
	background: #111;
}
.content-reference-header {
  width: 630px;
	background: #2a2a2a;
	padding: 20px 30px 15px 30px;
  }
.content-reference-header h2 {
  margin-bottom: 0;
  }
  
.content-reference-navigation {
  width: 630px;
	background: #111;
	padding: 13px 30px 13px 30px;
	color: #333;
  }

.content-reference a {
  padding: 0 3px;
  text-decoration: none;
  color: #fff;
	font-weight: bold;
}
.content-reference a:hover {
  color: #FFCC2B;
}
.content-reference a.active {
  color: #FFCC2B;
}

.content-reference-body {
  width: 630px;
	background: #2a2a2a;
	padding: 20px 30px 10px 30px;
	margin-bottom: 20px;
}
.content-reference-body p a,
.content-reference-body p a:hover {
  text-decoration: none;
}


.previews {
  padding-top: 15px;
}
.zobrazit-celou {
  text-align: right;
}











