/*Prvky pro celou stránku*/
body
{ 
color: white;
background-color: #811215;
text-align: center; 
} 

h3
{
color: yellow;
}

h4
{
color: yellow;
margin: 25 0 5 0;
font-weight: normal;
}

/*jednotlive casti stranky*/
#obsah 
{ 
width: 980px; 
/* height: 1000px; */
margin-top: 10px; 
margin-bottom: 10px; 
margin-left: auto; 
margin-right: auto; 
text-align:left;
background-image: url(images/design_background.jpg); 
border: 2px solid yellow;
position: relative;
} 

#img_jimm
{ 
position: absolute;
bottom: 0px;
left: 3px;
}

#hlavicka
{
width:980px;
height:200px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-bottom: 2px solid yellow;
background-image: url(images/design_header.jpg); 
}

#levypanel
{
width: 195px;
height:650px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
float: left;
overflow: hidden;
background: url(images/design_menu_trans.gif) no-repeat;
background-position: 10px 26px;

}

#menu
{
width: 200px;
margin: 66px 0px 0px 30px;
padding: 0;
text-align: left;
}

#hlavnipanel
{
width:778px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
Float: right;
position: relative;
}

#paticka
{
width:100%;
height:25px;
text-align: center;
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 10px;
padding: 12px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-top: 2px solid yellow;
/* border: 1px solid blue; */
}

#kosik
{
width: 195px;
padding: 0px 0px 0px 0px;
margin: 53px 0px 0px 7px;
}

/*prvky pro aktuality*/

#obal
{
width: 800px;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px;  
}

#hlavnipanel A:link 
{
color: orange; 
text-decoration: underline;
} 

#hlavnipanel A:visited 
{
color: orange; 
text-decoration: underline;
} 

.nadpis-stranky 
{
width: 350px; 
height: 25px;
font-family: Arial, Tahoma, Helvetica, sans-serif; 
font-size: 20px;
font-weight: bold;
color: #fff22d; 
text-decoration: none; 
display:block; 
padding: 13px 0px 0px 7px;
margin: 0px 0px 13px 0px;
}

.obsah-stranky 
{ 
width: auto; 
padding: 10px;
overflow: auto;
font-family: Arial, Tahoma, Helvetica, sans-serif; 
font-size: 12px;
color: white;
text-decoration: none; 
margin: 0px 0px 0px 0px;
position: relative;
}

/* ******************** djb added ******************* */

.fix
{ 
color: #fff22d;
}

.cleaner {
 clear: both; 
}

#menu a {
display:block; width: 140px; height: 22px;
}

/* aktuality */

.vyrazne {
  font-size: 16px;
  font-family: Comic sans MS;
  font-weight: normal; 
}

.vyrazne2
{ font-size: 12px; 
  font-weight: bold;
}

/* kurzy */

/*video */

.video_div_left {
 float: left; 
 width: 370px;
}
.video_div_right {
 float: right; 
 width: 360px;
}
.video_div_left p, .video_div_right p {
 margin: 15px 0 12px 0;
}

/* tanecni vystoupeni */

#vystoupeni_img_area {
margin-left: 20px;
margin-top: 20px;
}

#vystoupeni_img_area a {
 margin-right: 14px;
 margin-bottom: 10px;
}

#vystoupeni_img_area a img {
 border: 2px solid orange;
}
