* {
	margin: 0;
	padding: 0;
}

body {
	scrollbar-base-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-face-color: #E6E7E8;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #E6E7E8;

	font-family: trebuchet ms, sans-serif;
	background: url(pictures/background.jpg) repeat-x top right;
	color: #000000;
	font-size: 11px;
	text-align: center;
	min-width: 800px;
	padding-bottom: 5px;
	padding-top: 5px;
}


html>body {
	font-size: 11px;
}


/* layout */
#main {
	background: #ffffff url(pictures/brucho-back.jpg) repeat-y top right;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

a {
	color:#080F68;
}

a:hover {
	color:#7B7C7F;
}

#podpis {
	background: #D1D3D4;
	width: 800px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	clear: both;
}

#podpis a {
	color: #080F68;
	text-decoration: none;
}

#podpis a:hover {
	color: #7B7C7F;
	text-decoration: underline;
}

#letecky {
	float: right;
}

img#mainfoto {
	float: right;
	margin: 5px 15px 0px 10px;
}

img#leftfoto {
	float: left;
	margin: 5px 10px 0px 0px;
}

/* koniec layout */

/* top menu */

#menu-top {
	background: #C2F037;
	width: 646px;
	height: 20px;
	display: block;
	padding: 2px 0px 2px 2px;
	float: right;
}

.menu {
	float: left;
}

.red {
	color: #ff0000;
}

.menu a {
	text-decoration: none;
	color: #080F68;
	background: #C2F037;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	display: block;
	text-transform: uppercase;
}

.menu a:hover, .menu a#off {
	background: #080F68;
	color: #ffffff;
}

/* koniec top menu */

/* left menu */

#menu-left {
	width: 148px;
	float: left;
	}

#pasik {
	height: 24px;
	background: #080F68;
}

.obec {
	font-weight: bold;
	text-align: center;
	border-top: #D1D3D4 1px solid;
	border-bottom: #D1D3D4 1px solid;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	background: #E1E4CF; 
	color: #080F68;
	font-size: 100%;
}

#menu-left ul, #menu-right ul {
	width: 140px;
	padding-left: 8px;
	margin: 5px 0px 5px 0px;
	text-align: left;
	}
	
#menu-left li, #menu-right li {
	width: 125px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	background: url(pictures/ball.gif) no-repeat left center;
	}
	
#menu-left a, #menu-right a {
	text-decoration: none;
	}

/* koniec left menu */

/* right menu */

#menu-right {
	width: 148px;
	float: right;
	padding: 5px 0px 5px 4px;
	text-align: center;
	}
	
#menu-right img {
	margin: 5px 0px 0px 0px;
	}

/* koniec right menu */

/* brucho */

#brucho {
	width: 476px;
	float: left;
	padding: 10px 10px 10px 14px;
	font-size: 100%;
	line-height: 1.6;
}

#brucho ul {
	margin: 10px 0px 10px 20px;
}

#brucho ul li {
	margin: 0px 0px 10px 0px;
}

#center {
	text-align: center;
	}
	
.orange {
	background: #F7FCE7;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	}
	
.orange a {
	text-decoration: none;
	}
	
.orange span {
	font-size: 120%;
	color: #F37021;
}
	
span.aktuality-title {
	color:#0B304E;
	font-weight: bold;
}

a.aktualita, p.aktualita {
	width: 464px;
	padding: 4px 5px 5px 5px;
	display: block;
	font-weight: normal;
	color: #58595B;
	margin: 10px 0px 0px 0px;
	cursor: hand;
	background: #F7FCE7;
	border: #C2F037 1px solid;
	text-decoration: none;
}

a:hover.aktualita, a:hover.press {
	background: #ffffff;
}

span#strana {
	width: 474px;
	margin: 5px 0px 5px 0px;
	text-align: right;
	display: block;
}

.fotogaleria td {
	height: 110px;
	color: #000000;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

dt#job ol li {
	list-style: none;
	margin-top: 10px;
	background: none;
	padding: 0px 0px 0px 0px;
}

dt#job ol li a {
	font-weight: bold;
}

dt#jobmain ol li {
	list-style: none;
	margin-top: 15px;
}

dt#jobmain ol li a {
	font-weight: bold;
}

/* koniec brucho */

/* headers */
h1, h1 span {
	width: 800px;
	height: 151px;
	font-size: 110%;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
	z-index: 0;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	border-top: #D1D3D4 2px solid;
	border-bottom: #D1D3D4 4px solid;
	background: url(pictures/vrch.jpg) no-repeat top right;
}

h1 span {
	display: block;
	z-index: 1;
	position: absolute;
}

h2 {
	font-size: 120%;
	color: #A2C92D;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
	border-top: #D1D3D4 1px solid;
	border-bottom: #D1D3D4 1px solid;
}

h3 {
	font-size: 120%;
	color: #A2C92D;
	background: #ffffff;
	padding: 5px 0px 5px 0px;
}



/* koniec headers */

/* par */

img {
	border: 0px;
	vertical-align: middle;
}

input, textarea, select {
	color: #424732;
	background: #F6FDE7;
	border: #B4D670 1px solid;
	padding: 2px 2px 2px 3px;
	margin: 8px 0px 0px 0px;
	font-size: 95%;
}

textarea
{
	width: 350px;
}

.InputText
{
	width: 100px;
}

.FormRow
{
	clear: both;
}

.FormLabel
{
	color: #0099CC;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
	float: left;
	display: block;
}

/* koniec par */


/* tabulky */


div>table {
	margin-left: 10px;
}

table {
	font-family: UniverseCE, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
}

td {
	font-size: 11px;
	padding: 2px 2px 2px 4px;
	border: #B4D670 1px solid;
}

#pocasie td {
	border: #B4D670 0px solid;
}

.tab1 {
	text-align: center;
}

.tab11 {
	text-align: center;
	font-weight: bold;
}

.tab2 {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: #B4D670;
}

/* koniec tabulky */


/* FOTOGALERIA */

#photo img {

	margin-top: 8px;
}

#photo {
	text-align: center; 
	margin: 10px 0px 2px 0px;
}

#photo a {
	border: #000000 1px solid;
	margin-right: 3px;	
}

#photo a:hover {
	border: #00AEEF 1px solid;
}

td>p img, td>p img {
	border: #000000 1px solid;
}

td>p img:hover, td>p img:hover {
	border: #00AEEF 1px solid;
}

#photo>a {
	border: #000000 0px solid;
}

#photo>a:hover {
	border: #00AEEF 0px solid;
}

/* koniec FOTOGALERIA */
