@CHARSET "UTF-8";

body 
{
  background: #012650 url('../images/grafika/cross/cross_background1.png') repeat-x;
  height: 100%;
  color: #0b446f;           /* MENI VETSINU TEXTU */
  font-size: 13px;
  font-family: arial,sans-serif;
}

#logo
{
	margin: 0 0 0 15px; 

    
}

#hlavni 
{
	margin:0 auto;
	padding:0;
	margin-top:5%;
	width:450px;
	/*border: 1px solid yellow; */
}



.form 
{
	background:url('../images/grafika/cross/form_double.png') 0 0 no-repeat;
	display:block;
	width:224px;
	height:309px;
  float:left;
}
.form:hover 
{
	width:224px;
	height:309px;
	background:url('../images/grafika/cross/form_double.png') -224px 0 no-repeat;
	display:block;
	float:left;
}
.dorucenky 
{
	background:url('../images/grafika/cross/dorucenky_double.png') 0 0 no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	width:224px;
	height:309px;
}
.dorucenky:hover 
{
	width:224px;
	height:309px;
	background:url('../images/grafika/cross/dorucenky_double.png')  -224px 0 no-repeat;
	display:block;
	float:left;
}


#shade 
{
	background-image:url('../images/grafika/cross/stin.png');
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
	width:448px;
	height:190px;
}
.odsazeni
{
	height:10px;
}