body {
	background-color: #e6e6e6;
	padding:0;
	margin:0;
	text-align: center;
}

#wrapper {
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 745px;
	background-repeat: repeat-y;
	background-image: url(data/gfx/background.jpg);
}

#header-main {
	margin: 0;
	padding: 0;
	background-image: url(data/gfx/header.jpg);
	height: 325px;
}

#header-main h1 {
	position: absolute;
	left: -1000px;
}

#music-flash {
	float: left;
	margin-left: 363px;
	_margin-left: 180px;
	margin-top: 87px;
}

#lang {
	display: block;
	padding: 0;
	margin: 0;
	padding-right: 137px;
}

#lang li {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 94px;
	height: 15px;
	float: right;

}

#lang li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 15px;
}

#lang li a span {
	position: absolute;
	left: -1000px;
}

#lang-czech {
	width: 42px;
	background-image: url(data/gfx/cz.jpg);
}

#lang-english {
	width: 52px;
	background-image: url(data/gfx/eng.jpg);
}

#lang-czech:hover {
	background-image: url(data/gfx/cz-on.jpg);
}

#lang-english:hover {
	background-image: url(data/gfx/eng-on.jpg);
}

#content-wrapper-index {
	width: 705px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

#content-index {
	padding: 0;
	padding-left: 41px;
	margin: 0;
	display: block;
	width: 427px;
	height: 281px;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #303030;
	background-image: url(data/gfx/dash3.gif);	
	background-repeat: repeat-y;
	background-position: left;
	float: right;
}

#content-index p {
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 397px;
}

#content-index a {
	display: block;
}

#enter {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 55px;
	background-image: url(data/gfx/arrow.jpg);
	float: right;
}

#enter:hover {
	background-image: url(data/gfx/arrow-on.jpg);
}

#enter span {
	position: absolute;
	left: -1000px;
}

#headline {
	margin: 0;
	padding: 0;
	width: 329px;
	height: 23px;
	margin-bottom: 11px;
	background-image: url(data/gfx/headline.jpg);
}

#headline span {
	position: absolute;
	left: -1000px;
}

#news {
	margin: 0;
	padding: 0;
	display: block;
	width: 235px;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	color: #303030;
	float: left;
	background-image: url(data/gfx/news.jpg);
	background-repeat: no-repeat;
}

#news-body {
	padding: 0;
	margin: 0;
	margin-top: 34px;
	margin-left: 28px;
	margin-right: 42px;
	text-align: left;
	width: 165px;
}

#news-body h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#news-body p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

#news-body a {
	color: #ff8905;
	text-decoration: none;
}

#news-body a:hover {
	text-decoration: underline;
}

/* FOOTER, used technologies, disclaimer */

#footer {
	padding: 0;
	clear: both;
	height: 46px;
	_height: 47px;
	background-color: #e6e6e6; 
	background-image: url(data/gfx/footer.jpg);
	background-repeat: no-repeat;
}

#footer a {
	color: #807878;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: justify;
	text-decoration: none;
	border-width: 0;
	border-style: dotted;
	border-color: #807878;
}

html>body #footer a:hover {
	border-bottom-width: 1px;
}


#technologies {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	margin-top: 7px;
}

#technologies li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 13px;
	padding-left: 13px;
	line-height: 10px;
	_line-height: auto;
	background-image: url(data/gfx/tick.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#technologies li.tech-first {
  	padding-left: 0;
}

#diclaimer {
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
	margin-right: 20px;
	line-height: 10px;
	_line-height: auto;
}