html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #fff;
	background-image: url("../images/layout/body.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	text-align: center;

	
}

#frame {
	width: 890px;
	height: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	text-align: left;
}

#header {

	width: 539px;
	height: 41px;
	background-image: url("../images/layout/pozadi-bloku.png");
	
	
}

.header-odsazeni h1{
	padding: 3px 0px 0px 48px;
	
}

#content {
	width: 539px;
	min-height: 308px;
	background-image: url("../images/layout/pozadi-bloku.png");
}

#signatura {
	width: 451px;
	background-image: url("../images/layout/pozadi-bloku.png");
	
	margin: 20px 0;
	padding: 10px 40px 10px 48px;
}

form{
	padding: 61px 0px 0px 50px;
	
	
}

form input{
	width: 157px;
	height: 26px;
	margin-bottom: 9px;
	border: 1px solid #36a1bc;
	
}

.prihlasit input{
	width: 90px;
	height: 30px;
	display: block;
	margin-bottom: 9px;
	background-color: #36a1bc;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 349px;
	
}

.popis{
	width: 92px;
	display: block;
	float:left;
	text-align: right;
	padding: 6px 11px 0px 0px;
	font-weight: bold;
	font-size: 15px;
	
}

.odsazeni {
	
	padding: 20px 40px 38px 49px;
	
}

.clanek a.button {
	display: block;
	padding: 5px 24px 5px 24px;
	background-color: #36a1bc;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 349px;
	
}
.desc {
	color: #999;
	font-size: 15px;
}