@charset "windows-1250";
/* CSS Document */
body {
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	color:#333;
	background:#806C59 url("pic/bg22.jpg");
	margin:10px 0px 0px 0px;
}
/*******************************/
/* Basic */
/*******************************/
h1, h2, h3 {
	margin:8px 0px 5px 0px;
}
h1 {
	font-size:160%;
}
h2 {
	/* IE 5 hack */
	margin-top=0px;
	font-size:140%;
}
h3 {
	font-size:120%;
}
p {
	margin:0px;
}
ul {
	margin-top:0px;
	margin-bottom:5px;
}
form {
	margin:5px 0px;
}
a {
	color:#596380;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#807059;
}
/*******************************/
/* Deleni prostoru */
/*******************************/
#topParent {
	width:700px;
	overflow:hidden;
	margin:auto;
	background:url("pic/bgBody.jpg") left top repeat-y;
}
#nadpis {
	height:200px;
	overflow:hidden;
	background:#806C59 url("pic/nadpis3.jpg") top left no-repeat;
}
#nadpisText {
	display:none;
}
#menu {
	background-color:#BF7360;
	width:156px;
	float:right;
	border-right:4px solid #E6E1CF;
}
	#menu a {
		display:block;
		border-bottom:1px solid #FFF;
		padding:5px 10px;
		text-decoration:none;
		font-size:100%;
		color:#F5F5F5;
	}
	#menu a:hover {
		background-color:#F5F5F5;
		color:#696969;
	}
	#menu a.active {
		background-color:#F5F5F5;
		color:#696969;
	}
#main {
	overflow:hidden;
	/* IE 5 hack */
	width=500px;
}
#mainContent {
	/*font-family:Arial, Helvetica, sans-serif;*/
	border-right:1px solid #FFF;
	border-left:4px solid #E6E1CF;
	padding:10px 20px;
	background-color:#CFDCE6;
	width:495px;
	float:left;
}
#mainEnd {
	width:700px;
	height:1px;
	font-size:0px;
}
	body#reference img {
		border:1px solid #B35A00;
	}
	table.prezentace {
		border-left:5px solid #D2CF75;
	}
	td.refImg {
		padding-left:3px;
		vertical-align:top;
	}
	td.refText {
		padding:3px 8px;
		width:100%;
		background:#D7E2EB url("pic/bgRefText.jpg") right top no-repeat;
	}
	table.cenik {
		margin-left:80px;
		margin-bottom:0px;
		background-color:#BF9960;
	}
	td.cenikPopis {
		background-color:#FFF5E6;
		padding:6px;
	}
	td.cenikCena {
		background-color:#FFE6BF;
		padding:6px;
	}
#pata {
	padding:8px 15px;
	margin:0px 4px;
	border-bottom:4px solid #E6E1CF;
	text-align:right;
	color:#FFF;
	background-color:#647D8F;
	font-size:80%;
	clear:both;
	/* IE 5 hack */
	width=700px;
}
#pata a {
	color:#FFF;
}
div.rightAlign {
	text-align:right;
}
/**************************************************/
/* Kontakt */
/**************************************************/
div.infoMsg {
	font-weight:bold;
	padding:10px 0px;
	color:#990000;
}
hr {
	height:1px;
	border:1px dotted #FFF;
}