.boxBody	{
	margin-top: 2px;
	background: #E9E9E9 url("../images/kontaktBackground.png") top repeat-x;
}

.boxBody .boxBodyPadding	{
	padding: 10px;
	padding-top: 0px;
	line-height: 20px;
}

/* BEGIN Box Kontakt */
#boxKontakt {
	
}
/* END Box Kontakt */

/* BEGIN Box Akcie */
#boxAction a, #boxAction a img	{
	display: block;
	margin-bottom: 1px;
}
/* END Box Akcie */

/* BEGIN Box počasie */
#boxWeather	{
	
}

#boxWeather ul, #boxWeather ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}

#boxWeather ul li {
	border-bottom: 1px solid #FFB900;
}

#boxWeather ul li img.currentWeatherIcon	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* END Box počasie */


/* BEGIN Box login*/

#boxLogin fieldset, #boxLogin form {
	margin:0;
	padding:0;
	border:0;
}

#boxLogin {
	margin-top:20px;
	text-align:center;
}

#boxLogin #boxLoginPadding {
	padding:15px;
	background: #EFEFEF;
}

#boxLogin #boxLoginForm .errorMessage	{
	display: block;
	color:#DD0000;
}

#boxLogin #boxLoginForm label {
	text-align:left;
	display: inline-block;
	line-height:30px;
	width:50px;
}

#boxLogin #boxLoginForm .formInput .inputOuter	{
	display: inline-block;
	padding: 1px !important;
	padding: 0px;
	background: white;
	border: 1px solid #BECAD8 !important;
}

#boxLogin #boxLoginForm .formInput input.input120 {
	width: 146px !important;
	width: 150px; 
	border: 0px;
}

#boxLogin .inputSubmit {
	margin-top:10px;
	border: 0px;
	width: 125px;
	height: 28px;
	background: url("../images/button/buttonPrihlasit.png") no-repeat;
}

#loggedUserBox {
	padding:10px;
	text-align:center;
	background:#F7F7F7;
}

#loggedUserBox .inputSubmit {
	margin-top:5px;
	border: 0px;
	width: 100px;
	height: 22px;
	background: url("../images/button/buttonOdhlasit.png") no-repeat;
}

/* BEGIN rightColBannerDiv */
#rightColBannerDiv {
	text-align: center;
}

#rightColBannerDiv .rightColBannerDivInner	{
	margin: 10px 0px 10px 0px;
	text-align: center;
}
/* END rightColBannerDiv */