/* CSS Document */

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  display: block;

}
input  {
        background-color: #f5f5dc;
        margin: 0px;
        border: 1px solid #1F3D93;
        color : #000000;
}
form   {
	margin: 0px;
}

#content_index_pozice{
	top: 60px;
	position: absolute;
	left: 50%;
}
#content_index {
	position: absolute;
	width: 620px;
	left: -310px;
	height: 450px;
}
#content_index_grafika {
	position: absolute;
        top: 0px;
	width: 620px;
	left: 0px;
	font-size: 14px;
	height: 125px;
	background-image: url("../images/logGrafika.jpg");
}
#content_index_info {
	position: absolute;
        top: 125px;
	width: 320px;

	font-size: 14px;
	height: 200px;
    background-image: url("../images/info.jpg");
}
#content_index_info_text {
	position: absolute;
        top: 35px;
	width: 277px;
	left: 35px;
	font-size: 10px;
	height: 180px;
}
#content_index_imput {
	position: absolute;
        top: 125px;
	width: 300px;
	left: 320px;
	font-size: 14px;
	height: 200px;
    background-image: url("../images/prihlaseni.jpg");
}
                                                     /* SPAN  */

