/* ............... MAIN ............... */

body {
	margin: 20px 0;
	background-color: #F0ECDF;
	color: #8D876F;
	font: 12px Arial, Helvetica, sans-serif;
}
a, a:active, a:visited {
	color: #595549;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #440000;
}

a.menu, a.menu:active, a.menu:visited {
	color: #8D876F;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	color: #595549;
	text-decoration: underline;
}

textarea {
	border: 1px solid #D6D5A6;
	color: #666;
	font: 100% Tahoma, Arial, sans-serif;
	margin: 2px 0;
	padding: 3px;
}

.input {
	border: 1px solid #D6D5A6;
	color: #666;
	font: 100% Tahoma, Arial, sans-serif;
	margin: 2px 0;
	padding: 3px;
}


select {
	border: 1px solid #D6D5A6;
	color: #666;
	font: 100% Tahoma, Arial, sans-serif;
	margin: 2px 0;
	padding: 3px;
}

form {
	margin: 0 0 0 0;
}



img {
	border: 0;
}

h1 {
	color: #595549;
	font-weight: bold;
	font: 18px Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
h2 {
	font-weight: normal;
}

div.cleaner {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

ol {
	padding-top: 0px;
	margin-top: 6px;
}

ol li {
	line-height: 20px;
}

table {
	margin: 0px;
	padding: 0px;
}

/* ............... LAYOUT ............... */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	padding-bottom: 20px;
}
#topmenu {
	margin: 0;
}
#intro {
	margin: 0 0 30px 0;
}
.uvod-box {
	float: left;
	display: inline;
	margin-right: 30px;
	width: 420px;
	padding-left: 20px;
}
.uvod-box p {
	margin: 0 0 0 105px;
	line-height: 170%;
}
.uvod-pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
#footer {
	width: 920px;
	margin: 0 auto;
	padding: 15px 20px 20px 20px;
	text-align: center;
	font-size: 11px;
	color: #8D876F;
	line-height: 200%;
}
#footer a, #footer a:active, #footer a:visited {
	color: #8D876F;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	margin: 0 15px;
}
#sidebar {
	float: left;
	display: inline;
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
}
#obsah-holder {
	float: left;
	display: inline;
	width: 730px;
}
#obsah-holder2 {
	margin: 10px 10px 10px 40px;
}
.stlpec {
	float: left;
	display: inline;
	width: 290px;
	margin-right: 40px;
	line-height: 150%;
	text-align: justify;
}
img.floatleft {
	float: left;
	margin: 0 15px 0 0;
}
#obsah {
	float: left;
	display: inline;
	width: 490px;
}
#obsah p {
	margin: 10px 0;
	line-height: 150%;
	text-align: justify;
}
#rightbar {
	float: right;
	width: 210px;
	display: inline;
	margin-right:15px;
}

#turnaje_a strong, #turnaje_b strong {
	padding-right: 13px;
}

#turnaje_a {
	line-height:24px;
	float:left;
}

#turnaje_b {
	margin-left: 45px;
	line-height:24px;
	float:left;
}

#faq1 dt {
	margin: 15px 0px 5px 0px;
}

#faq1 dd {
	margin: 0px;
}

.tt1 {
	width: 100%;
	margin-bottom:30px;border-collapse:0;
}

.tt1 td {
	line-height: 22px;
	padding-left: 2px;
}

.tt1 thead td {
	background-color: #EDECE9;
	line-height: 16px;
}
td.alignright {
	text-align: right;
}
td.aligncenter {
	text-align: center;
	background-color: #F0ECDF;
	color: #474336;
}
td.darker {
	background-color: #E0D8BC;
}
td.light {
	background-color: #F5F4EB;
}
/**
 * Current weather style
 *
 */
#currweather {
	padding: 0px;
	width: 650px;
	height: 200px;
	position: relative;
}

#currweather h1 {
	margin: 0;
	padding: 40px 0 20px 140px;
	color:#595549;
}

#currweather img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#currweather span {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	display: block;
	width: 110px;
	top: 100px;
	left: 10px;
	text-align: center;
}

#currweather ul {
	list-style: none;
	margin: 0 0 0 140px;
	padding: 0;
	width: 500px;
}

#currweather li span {
	font-size: 1em;
	font-weight: bold;
	display: block;
	width: 105px;
	float: left;
	color:#8D876F;
	position: static;
	text-align: left;
}

#currweather li {
	display: block;
	width: 250px;
	float: left;
	color: #8D876F;
}
/**
 * forecast style
 */
#forecast {
	margin: 0px 0 0 0px;
	width: 630px;
}

#forecast table {
	width: 630px;
}

#forecast td,
#forecast th {
	width: 60px;
}

#forecast td {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0px;
}

#forecast td,#forecast th {
	border-bottom: 1px solid #8D876F;
}
.golfcz {
	width:450px;
	display:block;
}
.golfcz h4 {
	color: #595549;
	font: 18px Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 10px 0;
	padding:0;
}
.golfcz h4 a, a:active, a:visited {
	color: #595549;
	text-decoration: none;
}
.golfcz p{
color:#8D876F;
}