body{
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	margin:0;
	padding:0;
}
div.main{
	z-index:1;
}
/*TOP*/
div.widetop{
	margin:0;
}
div.centertop{
	margin:auto;
}
/*Holdery pro jednotlive casti*/
div.left{
	float:left;
}
div.center{
	float:right;	
}
/*Vzhled small boxu*/
div.box{
}
div.nadpis{
}
div.text{
}
div.menutext{
}
div.end{
	position:relative;
	z-index:-1;
}
/*Vzhled big boxu*/
div.content{
	z-index:-2;
}
div.bnadpis{
	z-index:-1;
}
div.btext{
}
div.bend{
	position:relative;
	z-index:-1;
}
div.bottom{
	clear:both;
}
h1,h2{
}
h1#copy{
}
div#menu{
	z-index:1000;
}
/*Ostatni*/
textarea,input,select,option{
	border:1px solid #666666;
	overflow:hidden;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}
textarea{
	width:100%;
}
div#login{
	margin-top:150px;
	text-align:center;
	line-height:150%;
}
