/* CSS Document */
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 100%;
/* šírka layoutu */
	margin: 0 auto;
/* vycentrování v ostatních prohlížečích */
/* kvůli pozicování patičky */
	height: auto;
	min-height: 100%;
	_height: 100%;
/* hack IE */
	position: relative;
}
#main {
	padding: 10px;
	padding-bottom: 65px;
/* vyska paticky */
}
#footer_wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
}
#footer {
	text-align: center;
  margin-top: 10px;
}
/* Definice přihlašovacího formuláře */
fieldset {
	padding: 1em;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #94855A;
	margin-top: 3.5em;
}
legend {
	margin-bottom: 0.5em;
	margin-top: 1em;
	border: 1px solid #94855A;
	background: #f5f5f5;
	padding: 0.5em 1em 0.5em;
	color: #94855A;
}
input {
	border: 2px solid #94855A;
	background: #f5f5f5;
	margin: 0.5em;
	padding: 0.5em;
}
.small {
  padding: 10px;
	font-size: x-small;
}
.alert {
  color: red;
}
p {
  line-height: 1.5em;
}


