/*--- CSS By FREETIME EUROPE INMOVE---*/

*{ font-family: Verdana, Helvetica, Arial, "Arial CE", sans-serif; }

body {
  background: url("../../images/bg_ft.gif") top left repeat-x #ffffff;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: Verdana, Arial , "ArialCE";
  font-size: 11px;
  line-height: 160%;
  color: #444;
  text-align: justify;
}

/*--- DEFINICE ZAKLADNICH ELEMENTU ---*/

div, img, h1, h2, h3, h4, h5 , p, a, ul, li, span{
   margin: 0px; 
	padding: 0px; 
	border: 0px; 
   font-family: Verdana, Helevetica, Arial, "Arial CE", sans-serif;
	font-size: 11px;
	background:transparent;
}

/*--- OBECNE ZNACKY ---*/

h1 { font-size: 9px; color: #FFF;}
h2 { font-size: 15px; color: #ed1c24; margin: 0px 0px 20px 0px; }  
a  { text-decoration: none; }

/*--- CLEAROVACI PRVEK ---*/

div.clear { display: block; clear: both; font-size: 0px; line-height: 0px; }

/*--- LAYOUT ---*/

div#freetime {
	width: 825px;
	min-height: 500px;
  _height: 500px;
   margin: 0 auto;
}

/*--- DEFINCE TOP ---*/

div#top {
	width: 825px;
	height: 44px;
	padding: 20px 0px 0px 0px;
}

/*--- DEFINIICE UNDER ---*/

div#under {
	width: 825px;
	height: 34px;
}

/*--- LOGO FREETIMEEUROPE ---*/

a#logo {
	display: block;
	width: 168px;
	height: 24px;
	background: url("../../images/freetime.gif") left top no-repeat transparent;
	margin: 0px 0px 0px 5px;
}

/*--- PLAYGROUND ---*/
			
/*------ PLAYGROUND LEVA CAST ------*/

			div#playgroundLeft{
				width: 136px;
				min-height: 500px;
			    _height: 500px;
				float: left;
			}
			
/*------ PLAYGROUND PRAVA CAST ------*/

			div#playgroundRight{
				width: 534px;
				min-height: 454px;
			    _height: 454px;
				float: left;

				padding: 16px 0px 0px 40px;
			}

/*------ PLAYGROUND PRAVA CAST ------*/

			div#playgroundRight p{
				margin: 0px 0px 20px 0px;
			}

/*--- FOOTER ---*/			

div#footer {
	font-size: 9px;
	color: #444;
}
div#footer a{
	font-weight: normal;
	font-size: 9px;
	color: #444;
}

/*--- DEFINUJEME LOGA ---*/

div.loga{
	height: 20px;

}

a#logoVt{
	display: block;
	width: 740px;
	height: 20px;
	background: left top no-repeat transparent;
}

#playgroundRight ul
{
  	margin-left: 25px;
  	list-style-type: square;
  	margin-bottom: 25px;
}

#playgroundRight a {
  color: #c93312;
  font-weight: bold;
  text-decoration: underline;
}

#playgroundRight a:hover {
  color: #000;
}


.line {
		 margin-top: 10px
	}
label {
	  	display: block;
	  	float: left;
	 	width: 150px;
	 	padding: 0px 0px 0px 0px;
	    border-bottom: 1px #fff solid;
	}		

input, textarea {
	  border: 1px solid #AFAFAF;
	  background-color: #fff ;
	}