/*
	modra:					#00CCFF
	cervena: 				#EE0000
	cervena-bledo:	#FAB3B3
	seda:						#CCCCCC
	tmavo seda:			#555555
*/

body {
	font-family: Trebuchet MS, Veradana;
	font-size: 11px;
	text-align: center;
	margin: auto;
	color: #000000;
	background-color: #FFF;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

hr {
	border: none;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	width: 100%;
}

#mainBlock {
	margin: 30px auto auto;
	width: 900px;
	text-align: left;
}


/* HEADER BLOCK */
#headerBlock {
	clear: both;
}

#headerBlock .headerImage {
	height: 91px;
	width: 900px;
}

/* MAIN MENU */
#mainMenuBlock ul {
	width: 900px;
	margin: 0 0 20px 0 !important;
	padding: 2px 0 0 0;
	height: 18px !important;
	height: 20px;
	background-color: #EE0000;
}

#mainMenuBlock li {
	list-style: none;
	margin: 0 2px 0 8px;
	padding: 0;
	display: inline;
}

#mainMenuBlock a {
	color: #FAB3B3;
	text-transform: uppercase;
}

#mainMenuBlock a:hover {
	color: #FFF;
}

#mainMenuBlock .linkActive {
	color: #FFF;
}

/* CONTENT BLOCK */
#contentBlock {
	clear: both;
}

/* CONTENT BLOCK - SUBMENU */
#contentBlock .subMenuBlock {
	float: left;
}

#contentBlock .subMenuBlock ul {
	margin: 0;
	padding: 25px 0 0 0;
	width: 200px;
}

 #contentBlock .subMenuBlock li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}

#contentBlock .subMenuBlock a {
	padding: 3px 0 0 10px;
	width: 190px !important;
	width: 200px;
	/*height: 17px !important;
	height: 20px;*/
	display: block;
	color: #EE0000;
}

#contentBlock .subMenuBlock a:hover {
	color: #00CCFF;
}

#contentBlock .subMenuBlock .linkActive {
	color: #00CCFF;
}

/* CONTENT BLOCK - SUB NEW */
#contentBlock .subNewsBlock {
	float: left;
	margin: 0;
	padding: 25px 10px 20px 10px;
	width: 180px !important;
	width: 200px;
	border-bottom: 1px solid #CCCCCC;
}

#contentBlock .subNewsBlock .newsHeader {
	color: #00CCFF;
	font-size: 14px;
	font-weight: bold;
}

#contentBlock .subNewsBlock .newsDesc {
	font-weight: bold;
	padding: 5px 0 10px 0;
}

#contentBlock .subNewsBlock .newsText {
	color: #555555;
}

/* CONTENT BLOCK - TEXT */
#contentBlock .textBlock {
	padding: 25px 0 0 40px;
	width: 657px !important;
	width: 700px;
	min-height: 200px;
	border-left: 3px solid #CCCCCC;
	float: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	
}

#contentBlock .textBlock .textImage {
	float: left;
	padding: 0 15px 0 0;
	width: 150px;
}

#contentBlock .textBlock .textDesc {
	float: left;
	width: 442px;
}

#contentBlock .textBlock a, #contentBlock .subNewsBlock a {
	color: #EE0000;
	text-decoration: none;
}

#contentBlock .textBlock a:hover, #contentBlock .subNewsBlock a:hover {
	color: #00CCFF;
}

#contentBlock .textBlock h1, #contentBlock .textBlock h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

#contentBlock .textBlock .textAuthor {
	font-size: 16px;
	font-weight: bold;
}

#contentBlock .textBlock .textFooter {
	padding: 15px 0 15px 0 !important;
	padding: 15px 0 0 0;
}

#contentBlock .textBlock .authorBooks {
	border-top: 1px solid #CCCCCC;
	margin: 0 0 0 160px;
	padding: 5px 0 0 5px;
	clear: both;
}

#contentBlock .textBlock .orderButton {
	border-top: 1px solid #CCCCCC;
	margin: 0 0 0 160px;
	padding: 15px 0 0 0;
	clear: both;
	text-align: right;
}

#contentBlock .textBlock .orderForm {
	margin: 0 0 0 160px;
	padding: 15px 0 0 0;
	clear: both;
}

#contentBlock .textBlock .orderForm1, #contentBlock .textBlock .orderForm2, #contentBlock .textBlock .orderForm3 {
	padding: 10px 15px 10px 10px;
}

#contentBlock .textBlock .orderForm1 {
	background-color: #BBBBBB;
	color: #555555;
}

#contentBlock .textBlock .orderForm1 input {
	border: 1px solid #CCCCCC;
	margin: 0 10px 0 10px;
}

#contentBlock .textBlock .formElement {
	margin: 5px 0 10px 0;
}

#contentBlock .textBlock .orderForm1 h2 {
	color: #FFF;
}

#contentBlock .textBlock .orderForm2 {
	margin-top: 2px;
	background-color: #EEEEEE;
}

#contentBlock .textBlock .orderForm2 .orderName {
	font-size: 18px;
	font-weight: bold;
	float: left;
}

#contentBlock .textBlock .orderForm2 .orderPrise {
	float: right;
}
#contentBlock .textBlock .orderForm2 .orderPriseText {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}

#contentBlock .textBlock .orderForm3 {
	margin-top: 2px;
	background-color: #EEEEEE;
	text-align: right;
}

#contentBlock .previewBlock {
  margin-left: 165px;
  width: 442px;
}

#contentBlock .previewBlock h2 {
  font-weight: bold;
  font-size: 11px;
}

/* CONTENT BLOCK - FOOTER LOGO */
#contentBlock .footerLogoBlock {
	margin-top: 70px;
	background-image: url('../images/backgLogo.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 74px;
	width: 100%;
}

/* OTHERS */
.divTerminator {
	clear: both;
}

.divSpacer {
	clear: both;
	padding-top: 40px;
}


.bottomBorder {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

/* CONTACT */
.contactImage {
	padding: 25px 15px 0 15px;
}

/* NEWS */
.newsSubMenu {
  padding: 25px 5px 0 5px;
  width: 190px !important;
  width: 200px;
  text-align: center;
}

.listBookName, .listAuthorName {
  font-weight: bold;
  padding-bottom: 10px;
}

#footerBlock {
	margin: 70px 0px 0px 0px;
	width: 500px;
	text-align: left;
	border-top:1px rgb(204,204,204) solid;
	padding-left:205px;
	position:relative;
	left:50%;
	margin-left:-250px;
	
}

