html {
	font: 0.8em/1.3 Verdana, Helvetica, Arial, Sans-serif;
	background-color: #1f1f1f;
	color: #38494e;
	text-align: center;
}

body {
	width: 910px;
	background: #fff url(../img/main_bg.gif) repeat-y;
	color: #38494e;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

a:link, a:visited {
	color: #869ea8;
	background-color: inherit;
	text-decoration: none;
}

a:hover, a:active {
	color: #1f1f1f;
	background-color: inherit;
	text-decoration: none;
}

a.mail 					{background: url(../img/ico_mailanchor.gif) no-repeat right 5px; padding-right: 12px;}
a.out 					{background: url(../img/ico_outanchor.gif) no-repeat right 4px;	padding-right: 12px;}
a.avi 					{background: url(../img/ico/avi.gif) no-repeat left; padding-left: 20px;}
a.bmp 					{background: url(../img/ico/bmp.gif) no-repeat left; padding-left: 20px;}
a.doc						{background: url(../img/ico/doc.gif) no-repeat left; padding-left: 20px;}
a.gif 					{background: url(../img/ico/gif.gif) no-repeat left; padding-left: 20px;}
a.htm 					{background: url(../img/ico/htm.gif) no-repeat left; padding-left: 20px;}
a.html 					{background: url(../img/ico/html.gif) no-repeat left;	padding-left: 20px;}
a.jpg 					{background: url(../img/ico/jpg.gif) no-repeat left; padding-left: 20px;}
a.mp3 					{background: url(../img/ico/mp3.gif) no-repeat left; padding-left: 20px;}
a.pdf 					{background: url(../img/ico/pdf.gif) no-repeat left; padding-left: 20px;}
a.ppt 					{background: url(../img/ico/ppt.gif) no-repeat left; padding-left: 20px;}
a.txt 					{background: url(../img/ico/txt.gif) no-repeat left; padding-left: 20px;}
a.xls 					{background: url(../img/ico/xls.gif) no-repeat left; padding-left: 20px;}
a.zip						{background: url(../img/ico/zip.gif) no-repeat left; padding-left: 20px;}
a.plus 					{background: url(../img/ico/plus.gif) no-repeat left 6px;	padding-left: 13px;}
a.tisk 					{background: url(../img/ico_print.gif) no-repeat left 2px; padding-left: 18px; color: #999999; text-decoration: none;}

img, a img {
	border: 0;
}

ul, ol {
	position: relative;
}

h1 {
	text-indent: -10000px;
	width: 910px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/head.gif) no-repeat;
}

label {
  margin: 4px 10px 3px 10px; 
  width: 120px;
  float: left;
  text-align: right;
}

label.kratsi {
  width: 80px;
}


label.pravy {
  margin: 4px 10px 3px 10px; 
  width: 100px;
  float: right;
  text-align: left;
}

label.povinny {
	color: #004080;
}

form.poptavka {
	padding: 10px;
	margin: 10px;
	width: 640px;
}

#headblank {
	text-indent: -10000px;
	width: 910px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/head.gif) no-repeat;
}

ul {
	margin: 10px 0 0 40px;
	padding: 0;
}

	ul li {
		margin: 2px 0 0 0;
		padding: 0 0 0 17px;
		list-style-type: none;
		background: transparent url(../img/li.gif) no-repeat left;
	}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

table.objednavka tr td {
	background: #ebebeb;
}

table.objednavka tr.tmavsi td {
	background: #dddddd;
}


ul#none {
	display: none;
}

div#maincol {
	display: block;
	float: left;
	width: 655px;
	padding: 0 10px 20px 10px;
}

	div#maincol h2 {
		margin: 20px 0 15px 0px;
		padding: 0 0 0 7px;
		background: #fff url(../img/heading_ul.gif) repeat-x bottom left;
		font: 1.8em Georgia, "Times New Roman", Times, Serif;
		color: #38494e;
		width: 630px;
	}

	div#maincol h3 {
		margin: 30px 0 20px 0px;
		padding: 0 0 0 2px;
		background: #fff url(../img/heading_ul.gif) repeat-x bottom left;
		font: 1.5em Arial, Helvetica, Verdana, Sans-serif;
		color: #666;
		width: 630px;
	}

	div#maincol p {
		margin: 7px 0px 20px 0px;
		padding: 0;
		color: #38494e;
		background-color: inherit;
	}

ul#nav {
	width: 660px;
	height: 33px;
	background: transparent url(../img/nav_bg.gif) repeat-x top left;
	margin: 0;
	padding: 0;
}

	ul#nav li {
		margin: 0;
		padding: 0;
		float: left;
		list-style-type: none;
		display: block;
		height: 35px;
		background: transparent url(../img/nav_sep.gif) no-repeat right;
	}

		ul#nav li a:link, ul#nav li a:visited {
			color: #38494e;
			background-color: inherit;
			text-decoration: none;
			line-height: 29px;
			padding: 5px 24px 7px 20px;
		}

		ul#nav li a:hover, ul#nav li a:focus, ul#nav li a:active {
			color: #38494e;
			text-decoration: none;
			line-height: 29px;
			margin: 0;
			padding: 5px 24px 9px 20px;
			background-color: inherit;
			background: url(../img/nav_hover.gif) no-repeat bottom;
		}

		ul#nav > li > a:hover, ul#nav > li > a:focus, ul#nav > li > a:active {
			padding: 5px 24px 10px 20px;
		}

div#rightcol {
	width: 240px;
	float: right;
	padding: 0px 10px 0px 0px;
	font-size: 0.9em;
}

body > div#rightcol {
	width: 195px;
	padding: 0 30px 20px 10px;
}

	div#rightcol p {
		margin: 10px 0 0 13px;
	}

	div#rightcol > p {
		margin: 10px 0 0 3px;
	}

	div#rightcol dl {
		margin: 10px 0 0 0;
		padding: 0 0 50px 0;
	}

	div#rightcol > dl {
		margin: 10px 0 0 -10px;
		padding: 0 0 50px 0;
	}

	div#rightcol h3, div#rightcol dt {
		margin: 20px 0 8px 8px;
		padding: 0 0 0 7px;
		background: #fff url(../img/heading_ul.gif) repeat-x bottom left;
		font: 1.8em Georgia, "Times New Roman", Times, Serif;
		color: #666;
		width: 190px;
	}

	div#rightcol > h3, div#rightcol > dt {
		margin: 20px 0 10px 2px;
	}

		div#rightcol dl dd {
			margin: 2px 0 0 17px;
			padding: 0 0 0 17px;
			list-style-type: none;
			background: transparent url(../img/li.gif) no-repeat left;
		}

		div#rightcol > dd {
			margin: 2px 0 0 0;
			padding: 0 0 0 17px;
			list-style-type: none;
			background: transparent url(../img/li.gif) no-repeat left;
		}

			div#rightcol form#searchform h3 {
				margin-left: 10px;
			}

			div#rightcol form#searchform > h3 {
				margin-left: 0;
			}

			div#rightcol form#searchform input {
				margin: 10px 0 0 10px;
			}

			div#rightcol form#searchform input#searchinput {
				border: 1px solid #ddd;
				width: 120px;
				height: 20px;
				padding: 4px 5px 0 5px;
				color: #666;
				background-color: inherit;
			}

			div#rightcol form#searchform input#searchsubmit {
				margin: 0 0 0 10px;
				width: 40px;
			}

pre {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	margin: 20px;
	padding: 10px;
	color: #38494e;
}

code {
	font: 12px/1.5 "Courier New", Courier, Monospace;
}

h4 {
	clear: both;
	margin: 0;
	padding: 0 10px 0 0;
	width: 760px;
	height: 20px;
	color: #b1bebb;
	text-align: right;
	background: #363636 url(../img/foot_bg.gif) bottom repeat-x;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 20px;
}

/* --- globalni tridy --- */
.cistic			{clear: both;}
.mensi 			{font-size: 0.85em;}
.maly 			{font-size: 0.8em;}
.tucne			{font-weight: bold;}
.sedy 			{color: #666666;}
.modry 			{color: #004080;}
.cerveny		{color: #9f0000;}
.zeleny			{color: #008000;}
.pravy 			{text-align: right;}
.centrovany	{text-align: center;}
.levy				{text-align: left;}
.dobloku		{text-align: justify;}
.doleva			{display: block; float: left;	text-align: left;}
.doprava		{display: block; float: right;	text-align: right;}
.nulovy			{margin-top: 0px;}
.error			{display: block; color: #ffffff; font-weight: bold; text-align: center; margin-bottom: 10px; background: #d0d0d0; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a		{color: #ffffff;}
.dnes				{color: #004080; font-weight: bold;}
.vcera			{color: #004080; font-weight: bold;}
.skryty			{display: none;}
.cara				{display: inline; border-left: 1px solid #999999;}

/* --- obrazky --- */
img 						{border: 0px;}
img.ramecek 		{padding: 2px; border: 1px solid #7f7f7f;}
img.ikonka			{vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.ikonka_klub	{vertical-align: -13px; margin: 0px 5px 5px 0px; border: 1px solid #666666; padding: 1px;}
img.galerie 		{padding: 0px; margin: 2px; border: 1px solid #666666;}
img.doleva			{margin-right: 10px;}
img.doprava			{margin-left: 10px;}
