﻿/* pozadi			#3c3d23		brcalove zelena */
/* pismo na pozadi	#c4b989		piskova */
/* pismo v mainu    #FFEFB5		svetloucka piskova */
/* pismo v nadpisu  #FFC700		zlata */
/* pismo tmave		#132028		tmave seda */
body
{
	background-image: url(images/bg-page.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #3c3d23;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

form
{
	margin: 0px;
	padding: 0px;
}

div
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: White;
	font-weight: bold;
}
a:hover
{
	color: #f0d571;
}


#centerer
{
	text-align: center;
	width: 956px;
	margin: auto;
	margin-top: 20px;
}
#site
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 956px;
	background-position: top right;
	background-image: url(images/bg-content.png);
	background-repeat: repeat-y;
}

#siteIn
{
	background-image: url(images/bg-top.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 956px;
	text-align: left;
}
#header
{
	height: 271px;
}
#headerIn
{
}
#headerIn img
{
	position: relative;
	left:-75px;
	top: 90px;
}

#headerLink1
{
	position: relative;
	display: inline;
	left: 300px;
}
#headerLink1 img
{
	left:300px;
	top:0px;
	border:0px;

}
#headerLink1 a
{
	text-decoration: none;
}
#headerLink1 a:hover
{
	text-decoration: none;
}

#menu
{
	width: 260px;
	float: left;
	height: 500px;
}
#menuIn
{
	margin: 32px 22px 30px 38px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}

div#menuIn ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#menuIn ul li
{
	padding: 1px 4px 1px 34px;
	font-size:13px;
}

#menuKontakt
{
	margin-top: 160px;
	width: 250px;
	font-size: 12px;
	color: #c4b989;
	padding-left: 10px;
}
#menuKontakt a
{
	font-weight: normal;
	color: #c4b989;
}
#menuKontakt h1
{
	padding:0px;
	margin:0px;
	font-size: 12px;
	color: #c4b989;
}
#menuFlags
{
	width: 160px;
	text-align:left;
	margin-top:8px;
}
#menuFlags img
{
    margin:2px;
}

/* leve menu Arial 13pt bold, cernej, aktivni barva #FF0024, vyska radku 14, za odstavcem mezera 9pt */
li.AspNet-TreeView-Leaf a
{
	color: Black;
	text-decoration: none;
}

li.AspNet-TreeView-Leaf a:hover
{
	color: #FF0024;
}
li.AspNet-TreeView-Selected
{
	background-image: url(images/bullet-black.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	color: #FF0024;
}
li.AspNet-TreeView-Selected a
{
	color: #FF0024;
}


#content
{
	padding-top: 0px;
	margin-left: 260px;
}

#contentIn
{
	padding-left: 12px;
	padding-right: 32px;
	text-align: left;
	color: #FFEFB5;
}

#contentFooter
{
	clear: both;
	font-size: 11px;
	text-align: center;
	padding-bottom: 4px;
	color: White;
}

#footer
{
	clear: both;
	height: 30px;
	width: 956px;
	background-image: url(images/bg-footer.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #3c3d23;
}
#footerIn
{
	margin-left: 190px;
	font-size: 10px;
	padding-top: 5px;
	color: #c4b989;
}

#footerInCopy
{
	float: left;
	width: 450px;
}
#footerInHPL
{
	text-align: right;
	float: right;
	width: 300px;
}




/* content inside cIn */
/* transformed to table 
table#cIn
{
	background-color:Red;
}
td#cInColLeft
{
	background-color:Black;
}
*/


#cInColLeft, #cInColLeftBig
{
	float: left;
	width: 355px;
	background-image: url(images/divider01.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#cInColLeftIn
{
	padding: 35px 5px 5px 5px;
}

#cInColRight, #cInColRightSmall
{
	margin-left: 365px;
	vertical-align: top;
	padding-top: 20px;
}
#cInColBoth
{
	margin: 10px 0px 10px 0px;
	text-align: center;
	padding: 10px;
}

#cInColLeftBig
{
	width: 430px;
}

#cInColRightSmall
{
	margin-left: 435px;
}
