body
{
margin-top: 0px;
margin-left: -15px;
margin-bottom: 0;
margin-right: 0px; 
padding: 20px 0px 0px 0px;
Font-family: Calibri, Verdana, Ariel, sans-serif;
text-align: center;
background-color: green;
font-size: 13px;
background: url(images/bg.jpg) no-repeat;
background-position: center top;
}

.stranka
{
width: 1277px;
height: 760px;
margin: 0px auto;

}

.logo
{
border: none;
position: absolute;
left: 50%;
margin: 0px 0px 0px -55px;
}

.logo img
	{
	border: none;
	}

#menu
{
float: left;
margin: 200px 0px 0px 250px;
}

#menu ul
{
list-style-type: none;
}

#menu li
{ 
background: url("images/menu-bg.png") no-repeat;
width: 180px;
min-height: 36px;
padding-top: 7px;
}

#menu li a
{
	color: white;
	display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  width: 180px;
  font-size: 16px;
}

#menu a.active_link
{
color: #fec61c;
}

#menu a:hover
{
color: #fec61c;
}

#text
{
text-align: left;
width: 565px;
float: left;
color: white;
font-weight: normal;
font-size: 14px;
height: auto;
margin: 170px 0px 0px 0px;
}

#text h1
{
font-size: 15px;
font-weight: bold;
color: #fced00;
}

#panely
{
display: block;
position: relative;
margin-left: 290px;
clear: both;
width: 800px;
margin-top:225px;
}

#langs
{
position: relative;
top: 18px;
margin-left: 580px;

}

#langs img
	{
	border: none;
	}

#panely a
	{
	float: left;
	}

#panely a img
	{
	border: none;
	}
	
.input
	{
	background-color: #296a94;
	border: none;
	outline: none;
	padding: 5px;
	color: #fff;
	width: 250px;
	margin: 0px 20px 0px 0px;
	}
	
.textarea	
	{
	background-color: #296a94;
	border: none;
	outline: none;
	padding: 5px;
	color: #fff;
	width: 534px;
	height: 100px;
	}
	
.submit
	{
	width: 150px;
	height: 30px;
	background-color: #ffca06;
	outline: none;
	border: none;
	float: right;
	margin: 10px 20px 0px 0px;
	}
	
#panely img { padding-left:35px; }