/*
    hlavacek-webdesign.cz
    cascading style sheets
    css 2.1 compliant
    http://www.w3.org/tr/css21/
	author: Hlavácek webdesign
	www.hlavacek-webdesign.cz

default tag styling */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, lucida, sans-serif; 
	background-color: #170f0d;
	color: #fff;
	text-align: center;
	min-width: 770px;
}

html>body {
	font-size: small;
}

html, body {
	height: 100%;
}
.cleaner{width:90%;clear:both;visibility:hidden;height:1px;padding:0;margin:0;}

/* layout */

#web {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-size: 0.9em;
	background: #fff url('../images/site_back.gif') repeat-y;
}

#heading {
	background:url('../images/heading.jpg') no-repeat;
	height: 99px;
	width:770px;
}

	#heading span {
		display:block; float:left; height: 18px; width: 28px; margin:6px 0 0 7px ; 
	}

#middle-part {  height: 260px; } 

	/* logo */
	h1{
			position:relative;
			margin:0;
			padding:0;
			width:257px;
			height:260px;
			font-size: 1em;
			float:left;
		}
		h1 span{
			position:absolute;
			top:0;
			left:0;
			margin:0;
			padding:0;
			height:100%;
			width:100%;
			background:url("../images/logo.gif") no-repeat;
		}
		
	/* menu */
	#menu {
		float: left;
		width: 295px;
		height: 260px;
		background:url('../images/menu.gif') no-repeat;
		}
		
		#menu a 	  { 
			text-decoration: none; 
			color:#fff; 
			background:url('../images/item.gif') 0 3px no-repeat;
			padding: 0 0 0 20px;
			white-space: nowrap;
		}
		#menu a:hover { 
			font-weight: bold; 
			background:url('../images/item.gif') 10px 3px no-repeat;
		}
			
		#menu ul { list-style-type: none; padding: 35px 0 0 70px; }
		#menu li 
		{
			float: left;
			height: 24px;
			width: 135px;
			padding:0;
			margin:0 10px 0 0;
		}
	
	#photo {
		float:left;
		width: 218px;
		height: 260px;
		background:url('../images/photo.jpg') no-repeat;
		}
	
/* content */
#content {
	width: 770px;
	border-top: 20px solid #cecdc3;
	}
	
	/* left column */
	#audiogalerie
	{
		width:227px;
		float:left;
		color: #5c5b57;
		padding: 15px;
	}
		#audiogalerie h2 { text-transform:uppercase; font-size: 1.4em;}
		
		/* items */
		.item 			{ margin: 20px 0;}
		.item span 		{ color: #ce5700; }
		.item a 		{ color: #ce5700; font-weight:bold; text-decoration:underline; }
		.item a:hover	{ text-decoration:none; }
		
	/* main content column */
	#main-content {
		width:483px;
		padding: 15px;
		float: right;
		color: #5c5b57;
	}
	
	
	#main-content  h2 		{ text-transform:uppercase; font-size: 1.4em; color: #ce5700; }
	#main-content  h3 		{ font-size: 1.2em; padding: 10px 0; }
	#main-content  p  		{ font-size: 1em; margin: 15px 0; }
	#main-content  img		{ float: left; margin: 0 10px 10px 0; }
	#main-content a 		{ color: #ce5700; font-weight:bold; text-decoration:underline; }
	#main-content a:hover	{ text-decoration:none; }
	#main-content table.tabulka 	{ width: 100%; border: none; margin: 10px 0;}
	#main-content table.tabulka td 	{ }
	#footer {} 

/* new 21.6.2009 */
#miniprofil { width: 100%; text-align:center;}
#miniprofil a img{ border: none;}
