* {
	margin: 0;
	padding: 0;	
}

body {
	background-color: #000000;
	color: #FFFFFF;
	height:100%;
	width:100%;
	text-align: center;
	font: 10px Verdana, Tahoma, Arial, sans-serif;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}


a {
	color: #AAAAAA;
	font-weight: bold;
}

a:hover {
	color:#FFFFFF;	
}

#main {
	width: 800px;
	margin: 0 auto 0 auto;
	display: table;
	margin-top:0px;	
}

#head {
	margin:0px;
	padding:0px;
	height:245px; 
	width:800px;
	background-image: url("../images/design/hlavickaPozadi.jpg");
	background-repeat: no-repeat;	
}

/* MENU */
#mainMenu {
	width:800px;
	height:23px;	
	margin: 0px;	
	padding-top: 193px;					
}
#mainMenu ul {
	display: block;
	list-style-type: none;
	padding-left: 187px;		
}
#mainMenu li {	
	width: 101px;
	height: 23px;
	text-align: center;	
	float: left;
	padding-top: 6px;	
}
#mainMenu li {
	background-image: url("../images/design/menuNevybrane.jpg");
	background-repeat: no-repeat;
}
#mainMenu li.selected {
	background-image: url("../images/design/menuVybrane.jpg");
	background-repeat: no-repeat;
}
#mainMenu li a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#mainMenu li a:hover {
	text-decoration: none;
}

#menuDole {
	height: 30px;
}

/* CONTENT */
#content {
	background-image: url("../images/design/obsahPozadi.jpg");
}

/* CONTENT LEFT */
#contentLeft {	
	background-image: url("../images/design/obsahPozadi.jpg");
	width: 293px;
	float:left;
	text-align: left;	
	position: relative;					
}

#contentLeft .title {
	background-image: url("../images/design/leveMenuTitulek.jpg");
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 6px;
	padding-top: 6px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;	
}

#contentLeft .text {
	color:#818181;
	font-size:11px;
	padding-left: 8px;
	padding-right: 8px;	
}

#contentLeft .image {
	background-image: url("../images/design/obrazekPozadi.jpg");
	background-repeat: no-repeat;
	width: 138px;
	height: 138px;		
}

#contentLeft .image img {
	border: 1px solid #AAAAAA;
}

/* CONTENT RIGHT */
#contentRight {
	width: 499px;
	margin-left: 295px;
	text-align: left;
	min-height: 1250px;
}

html>body #contentRight {
	width: 499px;
	height: 100%;
	margin-left: 299px;	
	text-align: left;	
}

#contentRight .title {
	background-image: url("../images/design/obsahTitulek.jpg");
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 6px;
	padding-top: 5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#contentRight .subTitle {
	background-image: url("../images/design/obsahTitulek2.jpg");
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 6px;
	padding-top: 5px;
	color:#BBBBBB;
	font-size:12px;
	font-weight:bold;
}

#contentRight .text {	
	color:#818181;
	font-size:11px;
	padding-left:5px;	
}

#contentRight img {
	border: 1px solid #AAAAAA;
}

#contentRight img.noBorder {
	border: none;
}

.imgObal {
	margin-right: 5px;
	margin-bottom: 5px;
}

/* PATICKA A POCITACLO */
#paticka {
	width:800px;
	height:30px;
	background-image: url("../images/design/patickaPozadi.jpg");
	background-repeat: no-repeat;
}

#pocitadlo {
	height: 30px;
	text-align: center;
}

.displayNone {
	display:none;
}

/*ODKAZY*/
.link {
	background-image: url("../images/design/sipkaLink.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 12px;
	text-decoration: none;
}

/*REGISTRACE*/
.regItext {
	color:#818181;
	font-size:11px;
	text-align: left;
}

.emailInput {
	width: 234px;
	font-size: 10px;
}

/*EMAIL*/
.txtEmail {
	width: 410px;
}

.txtZprava {
	width: 410px;
	height: 140px;
}

.txtKontrola {
  width: 16px;  
}

/*TRICKA*/
.selTricka {
	width: 150px;
}

/*BUTTONY*/
.xbutton {
	width: 60px;
	font-size: 10px;
}

/*INFO*/
#info {
}

#info ul li {
  list-style-type: decimal;
  margin-left: 18px;
}
