
body{
  background: rgb(255,242,0) url('../images/main_bg.gif') no-repeat top left;
  margin: 0px;
  padding:  0px;
}

#seobox{
  display: none;
}

#menucontainer{
  top: 0px;
  left: 46px;
  height: 42px;
  position: relative;
  margin:0px;
  padding:0px;
  width: 900px;
}

#danger{
  top: 0px;
  left: 45px;
  width: 670px;
  height: 115px;
  background: url('../images/danger_lista_01.png') no-repeat bottom left;
  position: relative;
}
#bandname{
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 37px;
  color: #000;
  width: 230px;
  float: right;
  text-align: center;
  position: relative;
}
#infooter{
  width: 870px;
}
#icons{
  float: right;
  position: relative;
}
#main{
  width: 860px;
  position: relative;
  background: #FFFFFF url(../images/main_bg_grey.gif) no-repeat scroll -45px -157px;
  left: 45px;
  position: relative;
  top: 0px;
  padding: 20px;
  font-family: 'Trebuchet MS';
  font-size: 13px;
}

p{
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

.thumbnail{
  border: 2px solid #E5E5E5;
  background: #F0F0F0;
  display: block;
}
.thumbnail:Hover{
  border: 2px solid #C4C4C4;
  background: #E5E5E5;
  display: block;
}
/* ########## MENU ############ */
#menu {
  top: 9px;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  position:relative;
  width: 630px;
  padding: 0px 20px 0px 18px;
  overflow: hidden;
  background: transparent;
  margin:0px;
  float: left;
}

#menu li {
  float: left;
  list-style: none;
  background: transparent;
}

#menu li.backLava {
  width: 9px;
  position: absolute;
  background: transparent url('../images/line_bg.gif') repeat-x left bottom;

}

#menu li a {
  text-decoration: none;
  color: rgb(68,66,66);
  text-align: center;
  padding: 2px 5px;
  z-index: 10;
  display: block;
  position: relative;
  margin: 4px 4px 2px 4px;
} 

.correct{
	height: 0px; clear: both;
}


/* ########## TEXTY ############ */

.novinka{
  width: 350px;
  padding-left: 50px;
  background: url('../images/divider.gif') no-repeat top left;
  margin-bottom: 10px;
}

.divider{
  height: 20px;
  border-bottom: 3px dashed rgb(255,242,0);
  margin-bottom: 5px;
}

h1{
  font-family: 'Trebuchet MS';
  font-size: 30px;
  color: rgb(236,0,140);
  border-bottom: 1px dashed rgb(236,0,140);
  display: inline;
}

.minihead{
  font-weight: bold;
}

.midihead{
  font-size: 18px;
}

/* ########## ODKAZY ############ */

A:Visited {
	color: rgb(0,173,239);
}
A:Active {
  color: rgb(236,0,140);
}

A:Hover  {
  color: rgb(236,0,140);
}

A {
  /* čitelná modrá
  color: rgb(51,102,255);*/
  color: rgb(0,173,239);
}


/* ########## FORMULÁŘÍČKY ############ */


input[type="text"],textarea,input[type="password"] { 
  background: #FFF9A8;
  border: 1px solid silver; 
}

input[type="text"]:hover,textarea:hover,input[type="password"]:hover { 
  background: #FFF9CC;
  border: 1px solid #EC008C; 
}

.button{
   background-color: rgb(0,173,239);
   color: white;
   border: 1px solid silver;
   cursor: pointer;
   font-weight: bold;
}
.readonly{
  border: none;
  background: #F2F2F2;
  cursor: no-drop;
}

/* sticky footer */
html, body, #wrap {height: 100%;}/*   rozbíjí lightbox v opeře*/ 
body > #wrap {height: auto; min-height: 100%;}

#mainwrap {padding-bottom: 26px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -26px; /* negative value of footer height */
	height: 19px;
	clear:both;
  background-color: white;
  padding: 3px 60px;
  color: rgb(236,0,140);
  font-family: 'Trebuchet MS';
  font-size: 13px;
  /* věčná škoda tohodle fialovýho rámečku*/
  /* border-top: 1px solid rgb(236,0,140);*/
   border-top: 1px solid rgb(255,242,0);
  } 

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
  }
.clearfix {
  display: inline-block;
  }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ACCORDION */
	.accordion { list-style-type: none; padding: 0; margin: 0 0 30px;  border-top: none; border-left: none; }
	/*.accordion ul { }*/
  .accordion li {padding: 0; margin: 0;  }
	.accordion li.active>a.lev1 { background: url('../images/close.gif') no-repeat center right; }
	/*.accordion li div { padding: 20px; background: #aef; display: block; clear: both; float: left; width: 360px;}*/
	.accordion a.lev1 { width: 200px; text-decoration: none; border-bottom: 1px solid #000; font: bold 1.1em/2em Arial, sans-serif; color: #fff; padding: 0 10px; display: block; cursor: pointer; background: url('../images/open.gif') no-repeat center right; }
	li.hemala{ list-style-type: none; margin: 10px 0px 10px -40px;}
	/* Level 2 */
	


