html {
  margin:0;
  padding:0;
}
		
body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: url(/uws_templates/default/graphics/background.jpg) no-repeat center top;
}
a {
	color: #f18811;
}

			
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0px;
	padding: 0px;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0px;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	padding-top: 0px;
	margin-top: 25px;
	color: #f18811;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

h2 {
	padding-top: 0px;
	margin-top: 5px;
	color: #f18811;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h3 {
	padding-top: 0px;
	margin-top: 5px;
	color: #f18811;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.jeden {
	background-image: url(/uws_templates/default/graphics/back_1_sloupec.png); 
	background-position: top; 
	background-repeat: repeat-x;
}
.dva {
	background-image: url(/uws_templates/default/graphics/back_2_sloupec.png); 
	background-position: top; 
	background-repeat: repeat-x;
}
.sloupec {
	background-image: url(/uws_templates/default/graphics/back_sloupec.png); 
	background-position: top; 
	background-repeat: repeat-x;
}
.sloupec_content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.main_content {
	padding-left: 35px;
	padding-right: 35px;
}
.footer {
	border-top: 2px solid #f18811;
	padding-top: 15px;
	color: #f18811;
	font-size: 12px;
	margin-left:35px;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 15px;
}

