

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #fff url("../graphics/bg.png") repeat-y top left;
	color: #000;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}
	
	
/* ___| top |_____________________ */


#topright {
	margin: 0;
	width: 293px;
	height: 600px;
	position: absolute;
	background: url("../graphics/bg_right.jpg") no-repeat;
	top: 0;
	right: 0;
	}
#top {
	margin: 0;
	width: 100%;
	height: 600px;
	background: url("../graphics/bg_top.png") repeat-x top left;
	}
#container {
	margin: -600px 0 0 0;
	width: 985px;
	clear: both;
	position: relative;
	}
h1 {
	margin: 35px -271px 0 264px;
	position: relative;
	}
	
	
/* ___| menu |_____________________ */


menu {
	margin: 36px 0 0 37px;
	padding: 0;
	width: 247px;
	}
menu li {
	margin-bottom: 3px;
	list-style: none;
	width: 247px;
	height: 26px;
	}
menu li a {
	width: 247px;
	height: 26px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
	}
menu li a span {
	display: none;
	color: #000;
	}
	
menu li#projekt a {
	background: url("../graphics/o-projektu.jpg") no-repeat;
	background-position: 0 0;
	}
menu li#projekt a.now {
	background: url("../graphics/o-projektu.jpg") no-repeat;
	background-position: 0 -26px;
	}
menu li#projekt a:hover {
	background-position: 0 -26px;
	}
	
menu li#stav a {
	background: url("../graphics/stavajici-stav.jpg") no-repeat;
	background-position: 0 0;
	}
menu li#stav a.now {
	background: url("../graphics/stavajici-stav.jpg") no-repeat;
	background-position: 0 -26px;
	}
menu li#stav a:hover {
	background-position: 0 -26px;
	}
	
menu li#dobove a {
	background: url("../graphics/dobove-fotografie-a-plany.jpg") no-repeat;
	background-position: 0 0;
	}
menu li#dobove a.now {
	background: url("../graphics/dobove-fotografie-a-plany.jpg") no-repeat;
	background-position: 0 -26px;
	}
menu li#dobove a:hover {
	background-position: 0 -26px;
	}
	
menu li#modely a {
	background: url("../graphics/modely.jpg") no-repeat;
	background-position: 0 0;
	}
menu li#modely a.now {
	background: url("../graphics/modely.jpg") no-repeat;
	background-position: 0 -26px;
	}
menu li#modely a:hover {
	background-position: 0 -26px;
	}
	
menu li#vizualizace a {
	background: url("../graphics/vysledne-vizualizace.jpg") no-repeat;
	background-position: 0 0;
	}
menu li#vizualizace a.now {
	background: url("../graphics/vysledne-vizualizace.jpg") no-repeat;
	background-position: 0 -26px;
	}
menu li#vizualizace a:hover {
	background-position: 0 -26px;
	}

menu li#film a {
	background: url("../graphics/animace-film.jpg") no-repeat;
	background-position: 0 0;
	}
menu li#film a.now {
	background: url("../graphics/animace-film.jpg") no-repeat;
	background-position: 0 -26px;
	}
menu li#film a:hover {
	background-position: 0 -26px;
	}
	

/* ___| left |_____________________ */


#left {
	margin: 0;
	width: 285px;
	min-height: 800px;
	background: url("../graphics/bg_left.jpg") no-repeat top left;
	float: left;
	}
p#bot {
	margin: 180px 46px 0 0;
	text-align: right;
	font-size: 110%;
	color: #464233;
	}
p#bot a {
	text-decoration: none;
	color: #464233;
	}
p#bot a:hover {
	color: #222;
	}
p#bot img{
	margin: 2px 0 0 8px;
	border: 1px solid #EAE3D3;
	}
	
	
/* ___| content |_____________________ */


#content {
	margin: 0;
	padding: 150px 30px 0 50px;
	width: 620px;
	min-height: 640px;
	background: url("../graphics/bg_content.jpg") no-repeat top left;
	float: left;
	}
#content p {
	margin-bottom: 10px;
	line-height: 150%;
	}
#content h2 {
	margin-bottom: 14px;
	font-size: 170%;
	font-family: Tahoma;
	font-weight: normal;
	color: #593e0e;
	}
#content .brown {
	font-weight: bold;
	color: #b19346;
	}
#content .image {
	margin: 7px 14px 8px 0;
	padding: 7px 0 0 7px;
	width: 183px;
	height: 139px;
	background: url("../graphics/bg_mask.jpg") no-repeat;
	float: left;
	}