/*colors*/
/*
#666 - grey
#333 - dark grey
#acacac - text gray
#00ccff - cyan
#00a8d2 - content cyan

*/
* {
	font-family: Helvetica, Arial, sans-serif;
	word-spacing: 0px;
	letter-spacing: 0.2px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
  text-align: left;
	font-size: 12px;
	margin: 0;
	background-color: #000000;
}

strong,
b{
	color: #444444;
}

.nocss {
  display: none;
}

ul {
  list-style-type: none;
}

.textOnly {
	display: none;	
}

.clear-both {
  clear: both;
	height: 1px;
}

hr {
	margin: 10px 0;
	color: #ffffff;
	background-color: #ffffff;
	border-bottom: 2px dotted #ccc;
	clear: both;
	width: 580px;
}

#content-container{
  position: relative;
  width: 1400px;
	min-width: 990px;
  width: 100%;
  margin: 0;
  background: #000000;
  text-align: left;
	background: url('../images/bg_1.jpg') #000000 150px 0% no-repeat;
}

#content {
  float: left;
  min-height: 500px;
  height: 500px;
  height: auto !important;
	width: 700px;
	left: 270px;
	top: 190px;
	margin: 170px 0 0 0;
  background: #ffffff;
	color: #666666;
}

#content a {
  color: #00a8d2;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content-text {
	margin: 35px 100px 120px 40px;
}

#content-text ul,
#content-text ol {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 0 15px;
	
}
#content-text ol {
	margin: 0 0 0 17px;
	list-style: decimal;
}

#content h2,
#content h3{
  font-size: 18px;
  margin: 0 0 0px 0;
	color: #444444;
}

#content h3 {
	font-size: 14px;

}

#footer {
  position: relative;
	left: 310px;
  height: 14px;
  width: 700px;
	padding: 0;
	color: #999;
	margin: 0 0 200px 0;
}

#footer img {
	position: relative;
	top: 25px;
	left: -5px;
}

#footer a,
#footer a:hover {
	color: #999;
	text-decoration: none;
}

#copyright {
  position: absolute;
  left: 240px;
  color: #ffffff;
  font-size: 10px;
}

#left-menu {
  float: left;
  width: 230px;
  margin: 170px 0 0 40px;
  color: #00ccff;
}

#left-menu>ul {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#left-menu>ul>li {
	margin: 0 0 2px 0;
}
#left-menu li>ul {
  margin: 5px 0 10px 20px;
  font-size: 18px;
	text-transform: none;
	font-weight: normal;
}

#left-menu a {
  color: #00ccff;
  text-decoration: none;
}

#left-menu a:hover {
  color: #ffffff;
}

#left-menu a.active {
  color: #ffffff;
}

#logo {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1000;
}

#headline {
	position: absolute;
	left: 270px;
	top: 25px;
	color: #ffffff;
	z-index: 1000;
	font-size: 28px;
	font-weight: bold;
	line-height: 0.8;
}
#headline h1 {
	font-size: 28px;
	font-weight: bold;
	/*line-height: 0.8;*/
	line-height: 32px;
	color: #ffffff;
}
/*
#debug {
	position: absolute;
	top:0;
	left:0;
	width: 1400px;
	height: 1000px;
	background: url('../images/cover.jpg') no-repeat;
	opacity: 0.8;
}
*/
/* gallery item */
.gallery-item {
	padding: 30px 0 0 0;
	margin: 20px 0 0 0;
	width: 580px;
	border-top: 2px dotted #ccc;
}

.gallery-photo {
	float: left;
	width: 100px;
	height: 220px;
	text-align: center;
}
.gallery-photo img {
	margin: 0 auto;
}

.gallery-text {
	float: left;
	width: 480px;
	
}

.gallery-text table {
	font-size: 11px;
	width: 492px;
	text-align: center;
	margin: 0 0 10px 0;
}
.gallery-text th {
	background: #ddd;
	padding: 2px 3px;
	font-weight: normal;
}

.gallery-text sub,
.gallery-text sup{
	font-size: 8px;
}

.gallery-text td {
	background: #eee;
	padding: 0 2px;
}
.gallery-text h2 {
	display: inline;
	padding: 0 10px 0 0;
}

.gallery-text h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

/* titulka */
#title-container {
	position: relative;
	margin: 100px auto;
	width: 948px;
	height: 648px;
	background: url('../images/bg_titulka.jpg') #e3e3e3 no-repeat;
}

#title-text {
	position: absolute;
	left: 436px;
	top: 172px;
	width: 390px;
	color: #666;
	font-size: 14px;
	line-height: 1.3;
}

#title-text * {
	line-height: 1;
}

#title-text p {
	font-size: 28px;
	font-weight: bold;
	color: #929292;
	margin: 0 0 20px 0;
}

#title-text span {
	color: #b5b5b5;
}

#title-text a {
	display: block;
	background: url('../images/vstupte.gif') 0 6px no-repeat;
	padding: 0px 0 0 20px;
	margin: 20px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #929292;
}

#title-text a:hover {
	color: #00ccff;
	text-decoration: none;
}

#title-footer {
	position: absolute;
	left: 436px;
	bottom: 50px;
	color: #666;
	font-size: 11px;
	letter-spacing: -0.1px;
	line-height: 1.3;
}

#title-footer img {
	position: relative;
	top: 25px;
	left: 5px;
}


/* question form*/
#questionForm textarea{
	width: 500px;
	height: 170px;
	background: #eeeeee;
	color: #444444;
	border: 1px solid #00a8d2;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}

#questionForm input.submit{
	background: #00a8d2;
	color: #ffffff;
	padding: 2px;
	font-size: 12px;
	margin: 5px 0 0 0;
}

#questionForm input.text{
	width: 500px;
	background: #eeeeee;
	color: #444444;
	border: 1px solid #00a8d2;
	padding: 2px 5px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.fieldset {
	display: block;
}

span.small {
	font-size: 10px;
}

span.middle {
	font-size: 16px;
}

span.large {
	font-weight: bold;
	font-size: 32px;
	color: #444444;
}

#backToTop {
	position: relative;
	top: 100px;

}