body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #242424;
	background-image: url(images/bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	line-height: 130%;
}

#main {
	margin: 0 auto 0;
	width: 900px;
	text-align: left;
}

#hlavicka {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 180px;
}
#hlavickab {
	background-image: url(images/top_profit.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 180px;
}

#h1 {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 390px;
	height: 80px;
	display: block;
}

#h1 span {
	display: none;
}

#h1profit {
	position: absolute;
	top: 35px;
	left: 435px;
	width: 95px;
	height: 85px;
	display: block;
}

#h1profit span {
	display: none;
}

#hlavicka p, #hlavickab p {
	display: none;
}

#obsah {
	position: relative;
	background-color: white;
	width: 100%;
	padding-bottom: 20px;
}

.sloupec_in {
	padding: 5px 20px 30px 20px;
}

#sloupec2, #sloupec2b, #sloupec3 {
	background-image: url(images/stin1.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#sloupec3 {
	background-image: url(images/stin2.png);
}

#sloupec1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
}

#sloupec2 {
	position: relative;
	top: 0;
	left: 270px;
	width: 440px;
}
#sloupec2b {
	position: relative;
	top: 0;
	left: 270px;
	width: 600px;
}

#sloupec3 {
	position: absolute;
	top: 0;
	left: 710px;
	width: 190px;
	height: 370px;
}

#paticka {
	margin: -20px 0 30px 0;
	text-align: center;
	color: Gray;
}

#paticka p {
	margin-top: 50px;
}

h1,h2 {
	font-family: Georgia, "New York CE", utopia, serif;
	color: #A50909;
	font-weight: normal;
	font-size: 1.8em;
	margin-top: 30px;
}
h2 {
	font-size: 1.6em;
}
#sloupec1 a {
	/*font-size: large;*/
}

a, a:visited {
	color: #8A6800;
}

a:hover, a:focus {
	color: black;
	background-color: #FFCC33;
}

#hlavicka a:hover, #hlavicka a:focus {
	background-color: transparent;
}
#hlavickab a:hover, #hlavickab a:focus {
	background-color: transparent;
}

ul {
	list-style: outside url(images/list.png);
	padding-left: 17px;
}

li {
	margin-bottom: 2px;
}

#levy {
	float: left;
	border-right: 30px solid White;
}

#pravy {
	border-right: 50px solid White;
}

.kontakt {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #D0D0D0;
}

.kontakt_bez {
	padding: 15px 0 15px 0;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.na_vrchol {

}

fieldset {
	border: none;
	background-color: #EEEEEE;
	padding: 20px;
}

label {
	margin-top: 30px;
	font-size: 0.95em;
}
input {
	margin-right: 10px;
}
form th {
	text-align: left;
	font-weight: normal;
	width: 130px;
}
