html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background: #343831;
	font-family: "Times New Roman", Times, serif;
}

#site {
	width: 900px;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#line-up {
	background: #343831;
	height: 20px;
	padding: 0;
	margin: 0;
}

#heading {
	height: 110px;
	margin: 0 10px;
	background-image: url('../images/heading.jpg');
	background-position: 0 10px;
	background-repeat: repeat-x;
}

#nadpis_nazev {
	padding-top: 40px; 
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	display: block;
}

#orel_obr {
	position: absolute;
	top: 5px;
	left: 30px;
	width: 299px;
	height: 135px;
	background-image: url('../images/orel.png');
	background-repeat: no-repeat;
	z-index: 50;
}

#orel_logo {
	position: absolute;
	top: 40px;
	left: 800px;
	z-index: 50;
}

#orel_logo a {
	width: 75px;
	height: 30px;
	background-image: url('../images/logo_orel.png');
	background-repeat: no-repeat;
	display: block;
}

#blansko_logo {
	position: absolute;
	top: 80px;
	left: 825px;
	z-index: 50;
}

#blansko_logo a {
	width: 35px;
	height: 40px;
	background-image: url('../images/blansko.png');
	background-repeat: no-repeat;
	display: block;
}

#padding {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 880px;
	height: 30px;
	margin: 0 10px;
	background-image: url('../images/padding.jpg');
	background-repeat: repeat-x;
}

#padding span {
	padding-top: 6px;	
	color: #FFFFFF;
	font-size: 12px;
	display: block;
}

#line-down {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 900px;
	height: 30px;
	background: #343831;
	height: 20px;
}

#content {
	width: 640px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 0px;
	_margin-bottom: 70px; /* IE */
	padding: 20px;
	float: right;
}

#menu {
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	padding-bottom: 70px;
	bottom: 70px;	
}
 
