/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:12px;
	cursor: url(c.cur);
}

a{
	color: #666666;
	text-decoration: none;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
	#pagecel{
	margin: auto;
	width: 800px;
	}
	
	#language{
	font-weight:bold;
	width: 100%;
	border-bottom:1px solid red;
	padding: 2px 0px 2px 0px;
	font-size:80%;
	}
	
	#logo{
	width: 800px;
	height: 123px;
	background-image:url(img/page_design/bojovat2_01.jpg);
	background-repeat:no-repeat;
	}

	#body{
	width: 800px;
	height:477px;
	background-image:url(img/page_design/bojovat2_02.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	}

        #navrcholu img {
        border: 0px;
        }


	#menu{
	float:left;
	width: 150px;
	height:550px;
	font-weight:bold;
	border-top: 0px;
	}

	#menu li{
	font-size: 95%;
	}
	
	#menu h3{
	padding: 10px 0px 2px 10px;
	color:#FF0000;
	}
	
	#menu a{
	display:block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 7px 25px;
	color:#666666;
	}

	#menu a:hover{
	background-image:url(img/page_design/splash.jpg);
	color:#FF0000;
	//cursor: url(c.cur);
	}
/*********** #navBar link styles ***********/

	#menu ul a:link, #menu ul a:visited {display: block;}
	#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
	#menu li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
	html>body #menu li {border-bottom: none;}
/********/

	#content{
	float:right;
	width: 420px;
	margin: 10px 180px 40px 15px;
	}

	.image{
	position:relative;
	
	width: 201px;
	margin: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	}
	
	.content p{
	padding: 0px 0px 5px 5px ;
	align:right;
	}

	#kontakt{
	float:left;
	padding: 2px 0px 2px 0px;
	border-top:1px solid red;
	font-size:80%;
	width: 800px;
	font-weight:bold;
	}

	.položky{
	margin: 0px 30px 0px 0px;
	float: left;
	}
	
	#reklama{
	text-align: center;
	}

/************** .story styles *****************/

	.style1{
	color: #FF0000
	}
	
	.style2{
	color: #000000
	}

	.banner{
	margin-bottom: 20px;
	position:relative;
	left: 50%;
	margin-left: -240px;
	width: 480px;
	height: 90px;
	}
