body
{
	background-color: #bae4fd; 
	background-image: url('../images/kontakt_bg000.jpg'); 
	background-repeat: repeat-x; 
	background-position: top; 
	margin: 0;
	text-align: center;
}
a
{
	color: #014e9e; 
	text-decoration: none;
}
img
{
	border: 0;
}
#main
{
	width: 1000px; 
	height: 623px; 
	margin: auto; 
	background-image: url('../images/kontakt_bg001.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#left
{
	float: left; 
	width: 250px;
}
#logo
{
	float: right;
	margin: 6px 5px 0 0; 
}
#menu
{
	margin: 211px 0 0 110px; 
	text-align: left; 
	line-height: 27px; 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 13px; 
	color: #bdd4f0; 
	font-weight: bold;
}
#menu a
{
	color: #bdd4f0; 
}
#menu a:hover
{
	color: #78a6d1; 
}
#right
{
	float: left; 
	width: 509px; 
	color: #014e9e; 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	text-align: left;
}
#adres
{
	font-size: 12px;
	margin: 88px 0 0 280px;
	color: #547EB0;
	line-height: 18px;
}
#adres a
{
	font-weight: bold;
	letter-spacing: +1px;
}
#adres a:hover
{
	color: #78a6d1; 
}
#form
{
	margin: 50px 0 5px 0;
}
#form input, textarea
{
	display: block;
	font-size: 12px;
	background-color: #F7FCFF;
	color: #013e7d;
	line-height: 16px;
	width: 220px;
	margin-bottom: 4px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #40a6f2;
	filter: alpha(opacity=60):
	moz-opacity: .60;
	opacity: .60;	
}
#form textarea
{
	height: 100px;
	overflow: hidden;
	filter: alpha(opacity=50):
	moz-opacity: .50;
	opacity: .50;
}
#button
{
	cursor: pointer;
	width: 68px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #b5e3f7; 
}
#right_info
{
	float: left; 
	width: 200px;
}
h1
{
	color: #014e9e; 
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
.red
{
	color: red !important;
	border: 1px solid red !important;
}
#error
{
	color: red;
	display: none;
}
