* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica, sans-serif;
}

.hidden {
	display: none;
}

body {
	background-color: #000000;
	color: white;
}

div#content {
	position: absolute;
	background-color: #ffffff;
	color: black;
	left: 50%;
	top: 50%;
	width: 762px;
	height: 130px;
	margin-left: -381px;
	margin-top: -225px;
}

h1 {
	z-index: 55;
}

.col_1, .col_2, .col_3, .col_4, .col_5 {
	position : absolute;
	display : block;
}

.row_1 {
	top: 5px;
}

.row_2 {
	top :25px;
}

.row_3 {
	top : 45px;
}

.row_4 {
	top : 65px;
}

.row_5{
	top : 85px;
}

.row_6 {
	top : 105px;
	line-height : 18px;
}

.col_1 {
	left : 25px;
}

.col_2 {
	left : 185px;
}

.col_3 {
	left : 345px;
}

.col_4 {
	left : 505px;
}

.col_5 {
	left : 602px;
}

.row_2.col_1 select {
	width : 133px;
	height : 18px;
	display : block;
}

div.row_3.col_1 {
	width : 133px;
}

div.row_3.col_1 select {
	width : 90px;;
	height : 18px;
	display : block;
}

div.row_3.col_1 a {
	width : 41px;
	display : block;
	float : right;
	text-align : center;
	line-height : 18px;
}

.row_2.col_2 {
	height : 78px;
	width : 133px;
	overflow : auto;
}

.row_2.col_3 input, .row_3.col_3 input {
	height : 16px;
	width : 133px;
	vertical-align : top;
}

.row_4.col_3 textarea {
	height : 56px;
	width : 133px;
	overflow : hidden;
}

.row_6.col_4 {
	width : 70px;
	height : 20px;
	top : 103px;
	line-height : 18px;
}

.row_6.col_5 {
	height : 18px;
}

img.bg { 
	position: absolute;
	left: 50%;
	top: 50%;
	width: 832px;
	height: 520px;
	margin-left: -416px;
	margin-top: -260px;
}

textarea, p, h2, select, input, a {
	font-size: 12px;
	color : #000000;
 	background-color : #ffffff;
}

input, select, textarea, .row_2.col_2 {
	border : 1px solid #808080;
}

input[type="submit"] {
	border : 1px solid black;
}

input[type="submit"]:hover {
	background-color: #d3d3d3;
}

div.row_2.col_2 p {
	line-height: 12px;
	margin-bottom: 5px;
}

div.row_2.col_2 a.remove {
	margin-right: 5px;
	float: right;
	/*font-size: larger;*/
}

a {
	text-decoration: none
}

a:hover {
	background-color: #d3d3d3;
}

h2 {
	letter-spacing: 1px;
	font-weight: bold;
}


/*       informace       */

div#informace {
	z-index: 10;
	position: absolute;
	background-color: #ffffff;
	color: #000000;
/*	left: 50%;
	top: 50%;
	width: 762px;
	height: 450px;
	margin-left: -381px;
	margin-top: -225px;*/
}


div#podminky {
	height: 438px;
	overflow: auto;
	font-size: smaller;
	padding-left: 25px;
	padding-right: 185px;
/*	text-align : justify;*/
}

div#podminky h2 { 
	font-size: 1em;
	margin-top: 6px;
	margin-bottom: 0;
}

div#podminky address {
	font-style: normal;
	font-size : 12px;
}
