div.left-panel {
	font-family: 'Roboto Condensed', sans-serif;
}

p.registrace {
	font-size: 10px;
	text-decoration: underline;
}

.registrace>li{
	font-size: 12px;
}

input.prihlasit-field {
	border: 1px solid #353535;
	background: url('../images/header/form_bg.jpg');
    width: 135px;
    height: 26px;
	box-sizing: border-box;
	padding: 0px 0px 0px 7px;
	font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

input.prihlasit-field:focus {
	outline: 0;
}

input.prihlasit-buton {
	width: 135px;
    height: 26px;
	background: url('../images/header/login_button.jpg');
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	cursor: pointer;
}

input.prihlasit-buton:hover {
	background: url('../images/header/login_button_hover.jpg');
	text-shadow: 0 0 1px rgb(255,255,185)
}


.b-top {
	border: 0 !important;
}

div.bg-light-p>ul{
	margin: 0px;
	line-height: 100%;
}

div.bg-light-p>ul>li {
	border: 1px solid #000000;
	background: #202020 url('../images/header/item_bg.jpg') no-repeat;
	width: 133px;
    height: 29px;
    box-sizing: border-box;
	margin-bottom: 2px;
}

div.singlecol>ul>li>a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 9px 0px 0px 9px;
	display: block;
	width: 133px;
	height: 29px;
}

div.left-panel>.informace>li>a {
	font-size: 12px;
	color: #a2a1a1;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 17px;
}

div.content h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}

p.prihlaseny-uzivatel {
	background: none;
	text-decoration: none;
	padding: 0;
}

p.prihlaseny-uzivatel a {
	font-weight: bold;
	font-size: 12px;
	position: absolute;
    left: 45px;
    top: 3px;
    line-height: 16px;
}

div.border-bot-gr {
	position: relative;
}

div.left-panel a {
	font-size: 12px;
}