html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
	background-color: #666666;
	color: #000000;
	font-size: 12px;
	text-align: center;
	min-width: 760px;
	line-height: 1.5;
}

#hlavni {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	background-color: #DCDCDc;
	min-height: 760px;
	position: relative;
}
	
#menu {
	margin: 0 auto;
	text-align: center;
	min-height: 50px;
	width: 760px;
	background-image: url(../picture/telo.png); background-repeat: no-repeat;
}



#odskok {
	width: 115px;
	min-height: 50px;
	
	float: left;
}

	



	
h1 {
	text-align: left;
	font-size: 30px;
	font-style: normal;
	text-indent: 40px;
}

h2 {
	text-align:left;
	
}



p {
	text-align:left;
	margin: 0 left;
	text-indent: 10px;
}
			


#paticka {	
	background-color: 666666;
	height: 10px;
	width: 760px;
	border-bottom: 2px;
	text-align: center;
	margin: 0 auto;	
}
	


#logo {

	
	background-image: URL('../picture/logo.png');
	
	color: #FFD700;
	height: 100px;
	min-height: 100px;
	text-align: left;
}
	
#obrazeklogo {
   text-align: left;
	
	position: absolute;
	margin: 0px 0px 0px 0px; 
	
}

#obsah {
 	padding: 15px 50px 85px 50px;
	height: auto;
	
}

#nadpis {
	text-align: center;
	font-size: 40;
	color: Navy;
	height: auto;
}

table {
	background-color: #DCDCDC;
	margin: center;
	text-align: center;
	table-layout: fixed;
	width: 70%;
	height: 200px;
}

.tableadresa {
   background-color: #DCDCDC;
	margin: left;
	text-align: center;
	table-layout: fixed;
	width: 60%;	
}

.active {
	text-decoration: overline;
	font-variant: normal;
	font-style: oblique;
	color: black;
	background-color: #fffb06;
}

#aktuality {
font-size: 12px;
	background-color: #FFFF99;
	border: 2px thick;
	margin: 0 left;
	text-align: left;
	table-layout: fixed;
	width: 80%;
	height: auto;
}


#logout {
	border: 10px inset;
	width: 460px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	background-color: #DCDCDC;
	min-height: 150px;
	position: relative;
}


#horniodskok {	
	
	background-color: 666666;
	height: 180px;
	width: 760px;
	border-bottom: 2px;
	text-align: center;
	margin: 0 auto;	
	
}














div.outer {
	text-align: center;
	float: left;
	width: 75px; height: 35px;
	margin: 0 0 0 0;	
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;	
	color:black;
	text-align: center;
	text-decoration: none;	
	
	}
	
div.outer span {
	display: block;
	margin:0; padding: 5px 0 0 0;

	}

	
div.outer a:hover {
	background: url( '../picture/1.png' ) top center no-repeat;
	color: black;
	}
	
div.outer a:active {
	color: black;
	}
	



div.outeractive {
	text-align: center;
	float: left;
	width: 75px; height: 35px;
	margin: 0 0 0 0;
background: url( '../picture/2.png' ) top center no-repeat;	
	}

div.outeractive a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;	
	color:white;
	text-align: center;
	text-decoration: none;
	
	}
	
div.outeractive span {
	display: block;
	margin:0; padding: 5px 0 0 0;
	}
	
div.outeractive a:hover {
	background: url( '../picture/2.png' ) top center no-repeat;
	color: yellow;
	}
	
div.outeractive a:active {
	color: black;
	}

