#contact_sk_div{
	position: relative;
	left: 30px;
	top: 50px;
	width: 300px;
	height: 200px;
	background-image: url(pics/contact_back_slovak.jpg);
	float: left;
	font-size: 14px;
}

#contact_cz_div{
	position: relative;
	right: 30px;
	top: 50px;
	width: 300px;
	height: 200px;
	background-image: url(pics/contact_back_czech.jpg);
	float: right;
	font-size: 14px;
}

.contact_div_header{
	position: relative;
	left: 20px;
	top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: navy;
}

.contact_div_name{
	position: relative;
	left: 0;
	top: 30px;
	width: 100%;
   text-align: center;
	font-weight: bold;
	font-style: italic;
}

.contact_div_info{
	position: relative;
	left: 0;
	top: 40px;
	width: 100%;
	height: 20px;
	padding: 0 0 5px 0;
	margin: 0;
}

.contact_left{
	position: relative;
	top: 0;
	width: 50px;
	float: left;
	left: 20px;
}

.contact_right{
	position: relative;
	width: 190px;
	float: right;
	right: 20px;
	text-align: center;
	font-weight: bold;
}

#contact_bottom{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	height: 150px;
	text-align: center;
}

#contact_logo{
	position: relative;
	margin: 0 auto;
	width: 400px;
	height: 150px;
	background-image: url(pics/contact_logo.jpg);
}
