/* CSS pro webovou prezentaci truhlarstvi-forest.cz */
/* made by BROLI © Web Works 2008 -- http://www.web-works.cz -- */
/* ALL RIGHTS RESERVED */


body {
		/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
		/*font-family: Georgia, "New York CE" utopia, serif;*/
		font-family: "Times New Roman", Times, serif;
		background-color: #471C00;
		color: #fff;
		position: relative;
		padding: 0 0 20px 0;
}

	 

/* LAYOUT */
/* kontejner stranky */
#container {
	margin-top: 10px; /* topbar */
	text-align: center;
	position: relative;
	font-size: 120%;
}

	#header {
		height: 246px;
		background: #FFEDD9 url('./default/images/heading.jpg') center center repeat-x;
		color: #471C00;
		text-align: center;
	}
	
		#header-content {
			margin: auto;
			text-align: left;
			height: 246px;
			width: 981px;
			position: relative;
		}
		
		#header-content a#logo-link {
			position: absolute;
			top: 60px;
			left: 50px;
			z-index: 50;
		}
		
		#header-content img#logo {
			background: none;
			background: transparent;
			padding: 0px;
			border: 0px;
		}

	#content-container {
		margin: auto;
		text-align: center;
		background: #913A00 url('./default/images/body-top.jpg') 6px top repeat-x;
		color: #FFEDD9;
	}
	
		#content {
			margin: auto;
			text-align: left;
			width: 981px;
			background: #FFEDD9 url('./default/images/page-content.jpg') center top repeat-y;
			color: #471C00;
		}
		
			#main-content {
				background: url('./default/images/page-content-top.jpg') center top repeat-x;
				padding: 50px 30px 1px 30px;;
			}
			
			div#text-milan-dont {
				background: url('./default/images/milan-dont.gif') 0px 0px no-repeat;
				width: 45%;
				float: left;
				height: 40px;
			}
			
			div#text-www {
				background: url('./default/images/www.gif') right 0px no-repeat;
				width: 45%;
				float: right;
				height: 40px;
				position: relative;
			}
			
			div#text-www a {
				width: 260px;
				height: 25px;
				display: block;
				position: absolute;
				top: -5px;
				right: 0px;
			}
			
			#perex {
				padding: 0 0 1.5em 0;
				margin-top: -2em;
				color: #990000;
				line-height: 1.75em;
			}
			
			#perex p {
				margin-top: 0px;
			}
			
	#bottom {
		height: 30px;
		background: #FFEDD9 url('./default/images/bottom.jpg') center center repeat-x;
		text-align: center;
	}
	#bottom-container {
		height: 30px;
		width: 981px;
		background: #FFEDD9 url('./default/images/page-bottom.jpg') center center repeat-x;
		margin: auto;
		text-align: left;
	}
	
	#copyright {
		margin: auto;
		text-align: right;
		width: 981px;
	}
	#copyright-content {
		padding: 5px 30px;
		color: #E3A176;
		font-size: 75%;
		letter-spacing: 1px;font-family: Georgia, "New York CE" utopia, serif; 
	}
	
	#copyright-content a {
		color: #DA854B;
		text-decoration: underline;
	}
	#copyright-content a:hover, #copyright-content a:focus, #copyright-content a:active  {
		color: #fff;
		text-decoration: none;
	}

/* MENU, SUBMENU */
 
#main-menu-container {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0px;
	left: 0px;
}

	#main-menu-content {
		margin: auto;
		text-align:right;
		height: 246px;
		width: 981px;
		position: relative;
		left: 0px;
	}
	
		ul#MainMenu {
			display: block;
			margin: 0px;
			list-style: none; 
			font-size: 100%;
			
			padding-left: 590px;
			height: 246px;
			top: -2px;
			left: 0px;
			position: absolute;
		}
		
			ul#MainMenu li {
				list-style: none;
				list-style-image: none;
				display: block;
				width:390px;
				height: 71px; 
			}
			
			ul#MainMenu li.item0 {
				height: 81px; 
			}
			
				ul#MainMenu li a {
					color: #913A00;
				}
				
				ul#MainMenu li.item0 a, ul#MainMenu li.item0 a span {width:390px; height:81px; position: relative;overflow:hidden; right:0px; top:0px; z-index:0; cursor:pointer; cursor:hand;}
				ul#MainMenu li.item0 a span {display:block; background: url('./default/images/button-uvodni-stranka.jpg') left top no-repeat; z-index:1; top: 0px; position: absolute }
				
				ul#MainMenu li.item1 a, ul#MainMenu li.item1 a span {width:390px; height:71px; position: relative;overflow:hidden; right:0px; top:0px; z-index:0; cursor:pointer; cursor:hand;}
				ul#MainMenu li.item1 a span {display:block; background: url('./default/images/button-reference-ukazky.jpg') left bottom no-repeat; z-index:1;top: 0px; position: absolute  }
				
				ul#MainMenu li.item2 a, ul#MainMenu li.item2 a span {width:390px; height:71px; position: relative;overflow:hidden; right:0px; top:0px; z-index:0; cursor:pointer; cursor:hand;}
				ul#MainMenu li.item2 a span {display:block; background: url('./default/images/button-kontaktni-udaje.jpg') left top no-repeat; z-index:1; top: 0px; position: absolute;}

/* NADPISY */
h2, h3, h4, h5, h6 { margin: 1.5em 0 0.5em 0; padding: 0px; color: #990000; }
	
h1 {padding: 0 0 1.5em 0; margin:0; line-height: 2em; text-align: left; font-weight: normal; color: #990000; }
h2 {font-size: 160%; font-weight: normal;letter-spacing: 0.1em;}
h3 {font-size: 140%; font-weight: normal;letter-spacing: 0.1em;}
h4 {font-size: 140%; font-weight: bold; color: #913A00;}
h5 {font-size: 120%;letter-spacing: 0.1em;color: #913A00;}
h6 {font-size: 110%;letter-spacing: 0.1em;color: #913A00;}



	/* LOGO */
	a#logo img, .noBorder {border: none !important;}
	a#logo:active {background: none !important;}





