h1,
h1 a {
	color: #FFF;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
}

h1.line {
	margin-top: 16px;
	margin-bottom: 16px;
}

h2,
h2 a {
	color: #000;
	font-size: 22px;
	font-weight: 700;
}

a{
	color: #FF802B;
	text-decoration: none;
}

a:hover {
	color: #FFB22B;
	text-decoration: none;
}

/* -------------------- Hlášky -------------------- */

p.notice {
position:relative;
display:block;
background: #fffcd3 url(/img/engine/adm//icon_notice.gif) no-repeat 10px 11px;
border: 1px solid #c2beb1;
padding:10px 10px 10px 40px;
color: #74655f;
font-size: 13px;
width: 100%;
}

p.success {
position:relative;
display:block;
background: #e5f993 url(/img/engine/adm/icon_success.gif) no-repeat 10px 11px;
border: 1px solid #9bac55;
padding:10px 10px 10px 40px;
color: #688006;
font-size: 13px;
width: 100%;
}

p.info {
position:relative;
display:block;
background: #d4ebfa url(/img/engine/adm/icon_info.gif) no-repeat 10px 11px;
border: 1px solid #90b1c7;
padding:10px 10px 10px 40px;
color: #4b6bab;
font-size: 13px
width: 100%;;
}

p.error {
position:relative;
display:block;
background: #f6b9b9 url(/img/engine/adm//icon_error.gif) no-repeat 10px 11px;
border: 1px solid #e18484;
padding:10px 10px 10px 40px;
color: #c32727;
font-size: 13px;
width: 100%;
}

p.error span, p.info span, p.notice span, p.success span {
position: absolute;
right:7px;
top:7px;
font-weight:bold;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
display:block;
padding:5px;
cursor:pointer;
}
