@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: black;
	margin: 0;
	padding: 20px;
}

h2 {
	margin-top: 5px;
	font-style: italic;
	color: white;
}

#overlay {
	position: absolute;
	left: 0;
	top: 20px;
	width: 1000px;
	height: 1040px;
	background-color: black;
	z-index: 1000;
}
	
#intro_panel {
	width: 600px;
	height: 458px;
	margin: 0 auto 0 auto;
	background-color: black;
}

#middle_panel {
	width: 1000px;
	height: 1000px;
	background: black url("images/skin.png") top left no-repeat;
	margin: 20px auto 0 auto;
	overflow: hidden;
	/* border: 1px solid red; */
}

	#top_panel {
		height: 320px;
		/* border: 1px solid yellow; */
	}
	
	#left_panel {
		width: 260px;
		margin-left: 60px;
		float: left;
		/* border: 1px solid blue; */
	}
		
		#menu_panel {
			height: 200px;
			margin-top: 134px;
			/* border: 1px solid green; */
		}
		
			.menu_hrefs {
				display: block;
				width: 100%;
				height: 34px;
				line-height: 34px;
				color: white;
				margin: 6px 0 6px 0;
			}
			
			#mbtn1 {
				background:url(images/buttons/mbtn1.gif) top left no-repeat;
			}
			
			#mbtn2 {
				background:url(images/buttons/mbtn2.gif) top left no-repeat;
			}
			
			#mbtn3 {
				background:url(images/buttons/mbtn3.gif) top left no-repeat;
			}
			
			#mbtn4 {
				background:url(images/buttons/mbtn4.gif) top left no-repeat;
			}
			
			#mbtn5 {
				background:url(images/buttons/mbtn5.gif) top left no-repeat;
			}
			
			#mbtn1:hover {
				background:url(images/buttons/mbtn1_over.gif) top left no-repeat;
			}
			
			#mbtn2:hover {
				background:url(images/buttons/mbtn2_over.gif) top left no-repeat;
			}
			
			#mbtn3:hover {
				background:url(images/buttons/mbtn3_over.gif) top left no-repeat;
			}
			
			#mbtn4:hover {
				background:url(images/buttons/mbtn4_over.gif) top left no-repeat;
			}
			
			#mbtn5:hover {
				background:url(images/buttons/mbtn5_over.gif) top left no-repeat;
			}
	
	#right_panel {
		width: 550px;
		float: right;
		margin-right: 100px;
		padding: 10px;
		height: 626px;
		/* border: 1px solid black; */
	}
	
#bottom_panel {
	height: 34px;
	clear: right;
	text-align: center;
	line-height: 34px;
	color: black;
	font-weight: bold;
}

table.napojova {
	width: 270px;
}
	
table.napojova td {
	padding: 2px;
	font-size: 12px;
}

.note {
	font-size: 11px;
	font-style: italic;
}

ul {
	font-size: 12px;
}

img.title_imgs {
	display: block;
	margin-bottom: 34px;
}


