@charset "windows-1250";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body{
	background-image:url(../images/design/bodybackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#b7b7b7;
	font-family: Tahoma, Verdana, Arial, serif;
	text-align:center; /*kvuli exploreru nutno centrovat a pak zase davat doleva*/
	font-size:62.5%; /*Richard Rutter trick 62.5 % z 16px je 10, pak 100 % = 1em */
}

strong {font-weight:bold;}

a {
	color:#030;
font-weight:bold;}

a:hover {
	color:#133366; 
	text-decoration:underline;
}

a img{
	border:0px;
}

div#container{
	width:900px;
	margin:auto;
	border:1px #FFF solid;
	
}

div#topbanner{
	width:900px;
	height:53px;
	margin:auto;
	background-image:url(../images/design/toplogo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;	
	text-align:left;
	padding-left:350px;
}

div#topmenu{
	width:900px;
	height:53px;
}

div#banner{
	width:900px;
	height:207px;
	margin:auto;
	background-image:url(../images/design/banners/1.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

div#menu{
	width:900px;
	height:52px;
}


div#mainbox{
	width:900px;
	min-height:400px;
	background-color:#8ed23f;
}

div#contentbox{
	width:860px;
	min-height:400px;
	background-color:#8ed23f;
	font-size:1.2em;
	text-align:justify;
	padding:20px;
}

div#contentbox h2{
	font-size:2em;
	color:#333;
}

div#contentbox p{
	padding-bottom:1em;
}

div#headerbox{
	width:900px;
	height:52px;
}

div#gallerybox{
	padding:10px;
	width:860px;
}

div.thumb{
	float:left;
	padding:3px;
	height:60px;
}

div.thumb a{
	border-bottom:1px solid #666;
}

div.thumb a:hover{
	border-bottom:1px solid #ccc;
}

div#footer{
	width:900px;
	height:52px;
	margin:auto;
	background-image:url(../images/design/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

h2{
	font-size:16px;
	color:#CCC;
	font-family:Calibri,Verdana, Geneva, sans-serif;
	text-align:left;
}

.dvd-cover{
	width:300px;
	float:left;
	clear:both;	
}

.dvd-movie{
	width:460px;
	float:right;
	padding:10px;
}

.dvd-descr{
	clear:both;	
}


div.lessonthumb{
	width:150px;
	padding:10px;
	float:left;
}

div.lessondescr{
	width:650px;
	padding:10px;
	float:left;
	min-height:120px;
}

div#welcomediv{
	font-size:14px; 
	padding:10px; 
	color:#666; 
	width:880px;
	background-color:#fff;
	margin:0;
}

div#welcomedivpic{
	width:900px;
	background-image:url(../images/design/cbpromo.jpg); 
	height:481px;	
	padding:0;
	margin:0;
}

div#welcomediv h1{
	font-size:14px; 
	font-weight:bold;		
	margin:0;
	padding:0;
	text-indent:0;
}

div#welcomediv p{
	font-size:12px;
}

div#welcomediv a{
	color:#444;
}

ul{
	list-style:square;
	line-height:2em;
	padding-left:40px;
	padding-bottom:1em;
	text-align:justify;
}

ul#menu{
  padding:0;
  margin:0;
  /*margin-left:350px;*/
  display:block;
/*  overflow:hidden;*/
  list-style:none;
  padding-top:15px;  
}

ul#menu li{
  padding:0;
  margin:0;
  display:inline;
  list-style:none;
  
}

ul#menu a{
/*  float:left;
  padding:60px 0 0 0;
  overflow:hidden;
  height: 0 !important;*/
  padding:15px;
  color:#fff;
  font-size:12px;
}

ul#menu a:hover{
  color:#8ed23f;
}

/*ul#menu li#hlavni-strana {
  background-image: url(../images/design/toplogoslice.jpg);
  width:331px;
  height:53px;
}*/


