body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	background: url(../img/bg.png) #BDBDBD repeat-x fixed;
}

#all {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding: 100px 0 0 0;
	width: 885px;
	text-align: left;
}

#wrap {
   position: relative;
	width: 885px;
	height:470px;
	background: url(../img/body.png) no-repeat;
}

#logo {
   position: absolute;
	overflow: hidden;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 390px;
	height: 80px;
}

#logo a {
	position: relative;
	display: block;
	height: 100%;
}

#logo a img {
	display: none;
}

h1 {
	font-size: 14px;
	color: #727272;
	font-weight: bold;
	padding: 105px 0 0 37px;
}

h2 {
	font-size: 14px;
	color: #727272;
	font-weight: bold;
	padding: 0 0 0 37px;
	margin: 30px 0 5px 0;
}

p.alert {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #8c8c8c;	
}

p.alert span {
	font-size: 24px;
	color: black;
}

p {
	padding: 0;
	margin: 0 0 0 37px;
	font-size: 14px;
	color: #8c8c8c;	
}

p a {
	font-size: 14px;
	font-weight: bold;
	color: #469e1b;
	text-decoration: none;
}

p a:hover {
	color: #469e1b;
	text-decoration: underline;
}

h2.green {
	font-size: 14px;
	color: #72c100;
	font-weight: bold;
	padding: 0 0 0 37px;
	margin: 30px 0 5px 0;
}

p.foot {
	padding: 0;
	margin: 65px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #898989;
}

.odkazy a
{
	text-decoration: none;
	color: #727272;
	font-weight: bold;
}

.odkazy a:hover
{
	border-bottom: 3px solid #72c100;
}