* {
	margin: 0;
	padding: 0;	
}

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

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #000000;	
}

a:hover {
	color: #FF9933;
}

hr {
	border: 0px;
	height: 1px;
	color: #000000;	
	background-color: #000000;
	margin-bottom: 5px;
}

#divMain {
	width: 800px;
	margin: 0 auto 0 auto;
	display:table;
}

#divTop {
	margin:0px;
	padding:0px;
	width:800px;
	height: 280px;
	text-align:center;
	background-image: url("../images/design/hlavicka.jpg");
	background-repeat: no-repeat;	
}

#divTopText {
	margin-left: 400px;
	padding-top: 84px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #FF9933;	
}

#divContent {
	width: 530px;
	_width: 530px;		
	text-align: left;
	margin-top: 0px;	
	margin-left: 260px;
}

#divContentTop {
	width: 100%;
	height: 14px;	
}

#divContentCenter {
	width: 100%;		
}

#divContentMain {		
	padding-left: 20px;
	_height: 420px;
	min-height: 420px;
}

#divContentMain ul {
	padding-left:16px;
}

#divContentMain img {
	margin: 10px;
}

#divContentBottom {
	width: 100%;
	height: 14px;	
}


#divBottom {	
	width:100%;
	text-align:center;
}

#divMainMenu {
	width: 200px;
	_width: 200px;	
	float:left;
	text-align: left;		
	position: relative;	
	margin-top: 18px;
	margin-left: 30px;
}

.divMenuTitle {
	width: 200px;
  	height: 30px;		
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
  	background-image: url("../images/design/pozadiMenuTitulek.jpg");
	background-repeat: no-repeat;  	
}

.divMenu {
	
}

.divMenu ul {
  display: block;
	list-style-type: none;
}

.divMenu ul li {
  height: 20px;
}

.divMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF9933;	
}

.divMenu a:hover {
	color: #003399;	
}

.divContact {
	text-align: left;
}

.txtUnderline {
	text-decoration: underline;
}

