/*Body*/

body {
background: url(images/bg7.jpg);
font-family:  arial, sans-sherif;
background-color: saddle-brown;
background-attachment: fixed;
}


 


/* Header */

#header {
	position: relative;
  margin: -10px auto 0px auto;
  width: 960px;
	height: 394px;
  background: url(images/kapela1.jpg) no-repeat left top;
  background-position: center;
  border: 1px solid black;
  border-bottom: none;
  border-top: none;
}







/* Menu */

#menu {
  position: relative;
  margin: -20px auto 0 auto;
  width: 960px;
	height: 40px;
	background: url(images/bg5.jpg);
	background-position: center;
	border: 1px solid black;
  border-bottom: none;
  border-top: none;
}


#menu ul {
	
	list-style: none;
	line-height: normal;
}


#menu a {
	display: block;
	height: 20px;
	
	padding: 10px 20px 0px 20px;
	background: url(images/img06.jpg) no-repeat right 10px;
	
	text-decoration: none;
	font-family: Helvetica, Arial, Sansherif;
	font-size: 17px;
	font-weight: bold;
	
	color: #FFFFFF;
	border: none;
}


#menu a:hover {
  color: yellow; 
	text-decoration: underline;
}





/* Page */

#page {
	position: relative;
  margin: 13px auto 0 auto;
	bottom: 14px;
  width: 960px;
	height: 740px;
	background: url(images/titulek.jpg) left top;
	border: 1px solid black;
  border-bottom: none;
  border-top: none;
}



/* Leftcolumn */

#leftcolumn {
position: absolute;
top: 10px;
left:10px;
bottom: 10px;
background: url(images/sloupec.jpg);
width: 250px;
height: 720px;

}

#leftcolumn h1 {
position: absolute;
top: 10px;
left: 20px;
font-family:  arial, sans-sherif;
font-size: 20px;
color: yellow;
text-align: left;
font-style: none;
}


#leftcolumn h2 {
position: absolute;
top: 80px;
left: 20px;
font-family:  arial, sans-sherif;
font-size: 18px;
color: black;
text-align: left;
font-style: none;
text-decoration: underline;

}



#leftcolumn h3 {
position: absolute;
top: 100px;
left: 20px;
font-family:  arial, sans-sherif;
font-size: 18px;
color: saddlebrown;
text-align: left;
font-style: none;

}

#leftcolumn p {
font-family:  arial, sans-sherif;
font-size: 16px;
color: black;
text-align: center;

font-weight: bold;
}

#leftcolumn a {
font-family:  arial, sans-sherif;
font-size: 18px;
font-weight: bold;
font-style: italic;
color: saddlebrown;
}

#leftcolumn a:hover {
  color: yellow;
  text-decoration: underline;
}





/* Rightcolumn */

#rightcolumn {
position: absolute;
bottom: 10px;
left:270px;
background: url(images/sloupec2.jpg);
background-color: white;
width: 680px;
height: 720px;
}




#rightcolumn h1 {

font-family:  arial, sans-sherif;
font-size: 30px;
color: saddlebrown;
text-align: center;
font-style: italic;
padding: 25px 0 0 0;

}

#rightcolumn h4 {
position: absolute;
top: 550px; 
left: 260px;
font-family:  arial, sans-sherif;
font-size: 12px;
color: black;

font-style: italic;

}

#rightcolumn h3 {
font-family:  arial, sans-sherif;
font-size: 18px;
color: green;
text-align: center;
font-style: italic;
text-decoration: underline;
}



#rightcolumn h5 {
position: absolute;
top: 160px;
left: 65px;
font-family:  arial, sans-sherif;
font-size: 16px;
color: black;
text-align: left;
font-style: none;

}


#rightcolumn p {
font-family:  arial, sans-sherif;
font-size: 16px;
color: black;
text-align: center;

font-weight: bold;
}


#rightcolumn a {
font-family:  arial, sans-sherif;
font-size: 18px;
font-weight: bold;
font-style: italic;
color: saddlebrown;
position: relative;
top: 20px;
left: 40px;
}

#rightcolumn a:hover {
  color: yellow;
  text-decoration: underline;
}


#table{
text-align:center;
font-size: 16px;
font-weight: bold;
}





/* Footer */


#footer {
	position: relative;
  margin: -25px auto 15px auto;
  width: 960px;
	height: 30px;
	background: url(images/bg5.jpg)  left top;
	font-family: Arial, sans-serif;
	border: 1px solid black;
  border-top: none;
  
  
}

#footer p {
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: black;
  padding: 10px 0 0 0;
}

