	/* HusiX 2007 */
	/* Výchozí layout, který vytvoril Boris Cherny, pochází z oswd.org. Podle potreby jej upravil mf. Na jeho práci jsem navázal já a CSS i grafiku jsem dotvoril k obrazu svému */
	* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: right;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #062c44;
	border-right-color: #062c44;
	border-bottom-color: #062c44;
	border-left-color: #062c44;
	padding: 0;
	
	}
	body {
		background: #92847b url(Images/background.gif) center repeat-y;
		color:  #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 69%;
		text-align: center;
		border-left-width: 33px;
		background-color: #003300;
	}
	a {
		color: #006699;
		text-decoration: none;
	}
	a:hover {
		color: #FFFFFF;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
	}
	acronym {
		border-bottom: 1px dashed #999999;
		cursor: help;
	}
	h1 {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0;
	font-family: Verdana;
	border-top-width: 1px;
	border-right-width: 20px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-right-color: #062C44;
	border-bottom-color: #ccc;
	}
	h2 {
		color: #000
		font-size: 150%;
		font-weight: bold;
		margin: 5px 0;
		border-top-width: 1px;
		border-right-width: 20px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-top-color: #ccc;
		border-right-color: #000;
		border-bottom-color: #ccc;
	}
	input {
		background: #5c5c5c;
		margin: 2px 20px;
		width: 140px;
	}
	#column2 ul {
		margin: 10px 0;
	}
	#column2 li {
	color: #000;
	list-style: square inside;
	text-indent: 10px;
	}
	.login {
		border: 1px solid #666;
		color: #999;
	}
	.login_hover {
		border: 1px solid #999;
		color: #ccc;
	}
	#submit {
		border: 1px solid #666;
		color: #999;
		cursor: pointer;
		margin: 2px 20px;
		text-decoration: none;
		width: 140px;
	}
	#submit_hover {
		border: 1px solid #999;
		color: #ccc;
		cursor: pointer;
		margin: 2px 20px;
		text-decoration: none;
	}
	/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
	#wrap {
	background-image: url(Images/selector_sub.gif);
	background-image: url(Images/arrow_outline.gif);
	background-image: url(Images/background.gif);
	background-image: url(Images/camera1.gif);
	background-image: url(Images/camera2.gif);
	background-image: url(Images/camera3.gif);
	background-image: url(Images/header.gif);
	background-image: url(Images/selector.gif);
	background-image: url(Images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	text-align: left;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #062c44;
	border-right-color: #062c44;
	border-bottom-color: #062c44;
	border-left-color: #062c44;
	}
	#header {
		background: url(Images/header.jpg) center no-repeat;
		color: #e0e0e0;
		font-size: 327%;
		font-weight: bold;
		height: 173px;
		line-height: 120px;
		text-indent: 150px;
		margin-left: 0px;
		
	
	}
	
	
	#nav {
		padding-bottom: 20px;
		width: 200px;
	}
	/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
	#nav ul li {
		display: inline;
		line-height: 22px;
		list-style: none;
	}
	#nav ul li a {
		border-bottom: 1px solid #666;
		color: #fff;
		display: block;
		padding: 5px;
		text-decoration: none;
		width: 130px;
	}
	/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
	#nav li a:hover {
		background-color: #FFFFFF;
		background-image: url(Images/vyber.gif);
		background-repeat: no-repeat;
		background-position: right center;
		
	/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
	#nav ul ul li {
		line-height: 10px;
		border-bottom: none;
	}
	#nav ul ul li a {
		color: #ccc;
		text-indent: 10px;
	}
	}
	#column1 {
		width: 140px;
		margin-top: 30px;
		float: left;
	}
	#column1 img {
		border: 0px solid #FFFFFF;
		padding: 0px;
		margin-left: 0px;
	}
	/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
	#column2 {
	float: none!important;
	float: right;
	margin-left: 180px!important;
	margin-left: 0;
	word-spacing: normal;
	vertical-align: sub;
	margin-top: 20px;
	width: 690px;
	margin-right: 20px;
	background-position: center;
		}
	#column2 a {
		color: #062c44;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		cursor: pointer;
	}
	
	#column2 a:hover {
	color: #06C;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
	}
	
	#column3 a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		cursor: pointer;
	}
	#column3 a:hover {
		color: #FFFF99;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		cursor: pointer;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	#column2 p {
		line-height: 20px;
		color: #333333;
		font-size: 105%;
		text-align: 20;
	}
	#links div {
		float: left;
		width: 140px;
	}
	#links div li {
		list-style: none;
	}
	#links div li a {
		background: url(Images/arrow_outline.gif) left no-repeat;
		padding-left: 15px;
		text-decoration: none;
	}
	#links div li a:hover {
		background-image: url(Images/arrow.gif);
		color: #ac835c;
		text-decoration: underline;
	}
	#footer {
		clear: both;
		color: #999;
		font-size: 9px;
		padding: 20px 0 10px 0;
		text-indent: 185px;
	}
	#footer a {
		color: #00FF00;
		text-decoration: underline;
	}
	.fotogalerie {
		height: 110px;
		margin-bottom: 10px;
	}
	.textkfoto {
		height: 100px;
		float: left;
		font-size: 11px;
		width: 550px;
	}
	.foto {
		height: 100px;
		width: 140px;
		float: left;
	}
	.podtext {
		text-align: right;
		font-weight: bold;
	}
	.fotoroky {
	font-size:130%;
	text-align: center;
	color: #000000;
	background-color: #062c44;
	border: thick solid #062c44;
	}
	#column2 h3 {
		color: #000000;
		font-size: 140%;
		font-weight: bold;
		text-decoration: underline;
	}

