
/* ==================== Základní parametry start ====================== */

body,html 
{
	margin:0;
	padding:0;
	background: White;
	color: Black;
}

#wrapper 
    {
	width:904px;
	margin:0 auto;
	/* zarovnání na střed stránky */
}

A {
	text-decoration : underline;
	color : Black;
     font-weight : normal;
	letter-spacing : 0px;
}

A:HOVER {
	text-decoration : underline;
	background-color : transparent;
	color : Black;
}

H1 {
	font-size : 25px;
	
}

H2 {
	font-size : 20px;
}

P {
	line-height : 20px;
}

.clearer
    {
clear:both;
}


HR {
	margin-top : 26px;
	margin-bottom : 26px;
}

#aut {
	text-align: center;
	sheight : 40px;
}	

#aut p{
	font-size : 11px;
	padding-top : 5px;
	padding-bottom : 5px;
}	

#aut a{
	text-decoration : none;
	color : #585858;
}	

#aut span{
	padding-left : 5px;
	padding-right : 5px;
}	

#toplist{

}	

#toplist p{
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	font-size : 1px;
}	


/* ==================== Základní parametry end  ====================== */

/* ==================== Hlavička, patička  start ====================== */

	#header {
	background-color : #0A64A4;
	margin-bottom : 0px;
	height : 200px;
	width:894px;
	border :3px solid #FF9000;
	margin-top : 15px;
}

	#footer {
	background-color : #717171;
	margin-bottom : 15px;
	height : 157px;
	width:894px;
	border :2px solid White;
	margin-top : 15px;
}

/* ==================== Hlavička, patička  end  ====================== */



/* ==================== Galerie start  ====================== */



	#tablegallery{
	border-collapse: collapse;
	margin-top : 30px;
}


td.gallery{
	border : none;
    border: inset 0pt;
	border: outset 0pt;
	padding-left : 0px;
	width : 360px;
	vertical-align : top;
	text-align : center;
}
	
  td.meznik{
	border : none;
	border: inset 0pt;
	padding-left : 0px;
	height : 0px;
	vertical-align : middle;
	text-align : center;
}

  td.meznik2  /*    Speciálně pro fotky s popiskem přes 2 pole      */
  {
	text-align : center;
	height : 30px;
	padding-bottom : 40px;
	padding-top : 5px;
	font-weight : bold;
	font-size : 14px;
}


.imagegallery{
	border : none;
}

	.imagepopis{
	padding-top : 10px;
	padding-bottom : 16px;
	font-size : 11px;
	font-weight : bold;
}

	.imagepopis2    /*     Pro básně       */
	{
	padding-top : 20px;
	padding-bottom : 16px;
}


.vytvarne_prace_nadpis {
	text-align : center;
}

.vytvarne_prace_popisek {
	text-align : center;
}


/* ==================== Galerie end  ====================== */




/* ==================== Main  start ====================== */

    #main-wrap {
	background-color : #0A64A4;
	margin-bottom : 0px;
	width:894px;
	border :3px solid #FF9000;
	margin-top : 15px;
	background-repeat : repeat-y;
}

#main
    {
	margin-top : 48px;
	width : 526px;
	padding-left : 20px;
	padding-right : 20px;
	float : right;
	margin-right : 20px;
	background : White;
	sheight : 482px;
	margin-bottom : 30px;
}

#bodytext
    {
	padding-left : 30px;
	padding-bottom : 30px;
}


#sidebar
    {
	width : 254px;
	float : left;
	background-color : White;
	margin-left : 27px;
	margin-top : 49px;
    height : 482px;
	margin-bottom : 40px;
}


#menu
    {
	padding-left : 0px;
	width : 200px;
	margin:0 auto;
	padding-top : 1px;
	padding-bottom : 1px;
	margin-top : 30px;
	margin-bottom : 20px;
}

#menu ul
    {
	font-size : 27px;
}


#menu li
    {
	line-height : 30px;
	list-style : square;
	color : #cbb293;
    margin-left : 2px;
}

#menu a {
	text-decoration : none;
	color : Black;
	font-size : 16px;
	font-weight : Bold;
	letter-spacing : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	margin-left : 5px;
}

#menu a:hover {
	text-decoration : underline;
	background-color : transparent;
	color : black;
}

/* ==================== Main  end ====================== */








